exception the occurred updating
currently, chromedriver 114.0.5735.90 is recommended for chrome 114.*, so it is advised to delete the driver in PATH and retry
报错原因是驱动和浏览器不匹配 解决办法 1.下载低版本的谷歌浏览器 本次使用的是114 下载地址: https://downzen.com/en/windows/google-chrome/download/11405735199/ 2.下载谷歌浏览器的插件 https://registry.npm ......
javascript: The Best Guided Tour Plugin
Best Tour Plugins To Guide Visitors Through Your Apphttps://yonkov.github.io/post/display-shepherd-only-once/https://www.jqueryscript.net/blog/best-gu ......
Cannot initiate the connection to cn.archive.ubuntu.com:80 (2403:2c80:5::6). - connect (101: Network is unreachable)
版本:ubuntu 22.04 Cannot initiate the connection to cn.archive.ubuntu.com:80 (2403:2c80:5::6). - connect (101: Network is unreachable) 嗯,被墙了。找到 /etc/apt ......
The 2021 China Collegiate Programming Contest (Harbin) JBEID
The 2021 China Collegiate Programming Contest (Harbin) JBEID J. Local Minimum 模拟 题意:一个数当且仅当它是当前列最小值同时也是当且行的最小值它才算入贡献。 思路:直接\(for\),预处理出每一行每一列的最小值,然后去\ ......
org/springframework/boot/maven/RepackageMojo has been compiled by a more recent version of the Java
项目场景:项目中执行clean,再执行install时报错,错误如下 org/springframework/boot/maven/RepackageMojo has been compiled by a more recent version of the Java Runtime (class ......
nuxt 项目 certificate has expired 或 nuxt unable to verify the first certificate
plugins/axios.js const https = require('https') export default function ({ $axios}){ $axios.create({ httpsAgent: new https.Agent({ rejectUnauthorized: ......
ORACLE 多表关联 UPDATE 语句
为了方便起见,建立了以下简单模型,和构造了部分测试数据:在某个业务受理子系统BSS中, SQL 代码 1. --客户资料表 2. createtable 3. ( 4. customer_id number(8) notnull, -- 客户标示 5. city_name varchar2(10) ......
ORACLE 多表关联 UPDATE 语句
为了方便起见,建立了以下简单模型,和构造了部分测试数据:在某个业务受理子系统BSS中, SQL 代码 1. --客户资料表 2. createtable 3. ( 4. customer_id number(8) notnull, -- 客户标示 5. city_name varchar2(10) ......
How to print a string with a variable by using the echo command in the shell script All In One
How to print a string with a variable by using the echo command in the shell script All In One
Node.js & nvm
......
PHP 导出 Excel 报错: Formula Error: An unexpected error occurred
1. 问题描述一个项目中用到了需要将用户手机号导出到 Excel ,最初写完测试是正常的,如下图所示 在后来的某一天,导出手机号突然出现了报错,如下图所示 通过提示我们将问题定位在了 B 列 4867 行。 这是因为在 excel 中,单元格中的值如果是以 “=” 开头,则说明这个单元格是根据其他单 ......
使用 sudo apt-get update 命令时出现 Certificate verification failed: The certificate is NOT trusted.
命令: sudo apt-get update 问题:Certificate verification failed: The certificate is NOT trusted. Try installing ca-certificates. 忽略:1 https://professional- ......
springBoot 启动报错: If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
原因 其实这个异常在SpringBoot中是一个比较常见的异常,一般是因为SpringBoot自动配置时,检测到我们添加了MySQL、Oracle、Mybatis等和数据库相关的依赖包,结果我们的配置文件中却没有添加数据库相关的配置,比如: spring: datasource: driver-cl ......
CF1869C Fill in the Matrix
Link 首先想一下,如果又一列的 \(MEX\) 是 \(n\) 会有什么样的要求?需要这一样有 \(0~n-1\) 的所有数字并且没有\(n\) 当我们知道这一点以后问题就很好解决了. 我们应该构造数列的时候,满足第一行的\(MEX\)为 \(0\) ,第 \(i\) 行的 \(MEX\) 为\ ......
QA|Pycharm update时报错ssh: connect to host github.com port 22: Connection timed out|GIT
场景: 另一台电脑很久没有链接Github了,今天执行update失败,报错如下: 2023/9/20 15:09 Update failed Funny_Scripts and Spider: Connection reset by 20.205.243.166 port 22 Could not ......
Handler dispatch failed; nested exception is java.lang.NoSuchMethodError: com.fasterxml.jackson.databind.ObjectMapper.canSerialize(Ljava/lang/Class;Ljava/util/concurrent/atomic/AtomicReference;)Z
报错: Handler dispatch failed; nested exception is java.lang.NoSuchMethodError: com.fasterxml.jackson.databind.ObjectMapper.canSerialize(Ljava/lang/Clas ......
Java学习之路--exception--异常
package com.exception.demo01;//异常/*三种类型异常:异常处理框架1.检查型异常:最具代表的检查性异常是用户错误或引起的异常,程序员无法遇见的例如要打开一个不存在的文件时,一个异常就发生了,这些异常在编译时不能忽略,要进行处理2.运行时异常:运行时异常时可能被程序员避免 ......
安装 MyEclipse 出现 "An error occurred while copying software to your machine" 的一个解决方法
安装 MyEclipse 时出现 An error occurred while copying software to your machine 字样,有部分文章提出可能是因为之前安装没有完全卸载。比如 MyEclipse(不论版本是啥)卸载后重新安装,提示:拷贝到计算机时出错;问题解决方案:。 ......
The 2023 ICPC Asia Regionals Online Contest (1)
Preface 这场打的还行,因为学长们都没发挥好被我们队偷了,但感觉发挥的也一般 前期开题顺序有点问题导致罚时很高,不过中期写题还是很顺的基本都是一遍过 只不过在3h的时候过完F到达8题后就开始坐牢了,虽然这场有两个字符串但徐神把H想复杂了,B可以说前面的建SAM和反串的AC自动机都想到了,也转化 ......
nginx启动报错:(1113: No mapping for the Unicode character exists in the target multi-byte code page)
转自:https://blog.csdn.net/qq_19309473/article/details/96477863 使用windows版本的nginx启动时遇到:(1113: No mapping for the Unicode character exists in the target ......
The Second
前端开发工程师学习路线 前言:就业形势严峻,但稳扎稳打的知识终会带来不一样的结果。前端开发工程师未来发展将会更加迅速,有互联网的地方,就必然存在着着前端,而为了最终的用户体验,前端也在不断优化进步。目前较为流行的前端开发在移动端应用较为广泛,希望我能通过不断的学习,最终能够独立进行PC端、移动端、小 ......
解决 : com.mysql.cj.exceptions.UnableToConnectException: Public Key Retrieval is not allowed
问题描述 本来idea还用的好好的 , 突然就爆出这样一个错误 com.mysql.cj.exceptions.UnableToConnectException: Public Key Retrieval is not allowed 原因如下(参考官网给出的连接选项): 如果用户使用了 sha25 ......
Ubuntu22.04运行Splash Docker镜像报错,cloud not load the Qt platform xcb in even though it was found
Ubuntu 22.04 运行Splash Docker镜像报错,cloud not load the Qt platform xcb in even though it was found
重新执行同样的语句,即恢复正常。 ......
KingbaseES 中select for update语句引起的锁问题
背景 客户现场执行压测时候,发生周期性的TPS大幅下降,通过查看kwr报告发现DBcpu时间占DBtime时间很少,百分之90的DBtime花费在tuple锁等待上,等待事件类型是lock。 等待时间最多的语句是select fd_id,ctid,xmin from ... for update 含 ......
Road To Reality(The roots of science)
Road To Reality(The roots of science) The Good, the True, and the Beautiful ......
ScannerException: while scanning for the next token found character ‘@‘ 问题
1.今天运行程序,突然报错,显示 ScannerException: while scanning for the next token found character ‘@‘ 问题,上网搜索,有好多原因,最简单的解决方法是刷新maven,后来就好使了。其他原因可参考博客:ScannerExcept ......
Roads in the North POJ - 2631 - 树的直径/树形dp
题意:给出一棵无向树,求树的直径,即树上两点之间的最长距离 分析:两种解法 解法1:先任取一个点,找到距离该点最远的点u,再找到距离u最远的点v,那么u和v之间的路径就是一条直径。 证明:只要找到了树的直径的一个端点,再从该点找到最远点就一定是直径的另一个端点。所以只需要证明第一次找到的最远点u就是 ......
SQL update select结合语句详解及应用
SQL update select结合语句详解及应用 QL update select语句 最常用的update语法是: 1 2 UPDATE TABLE_NAME SET column_name1 = VALUE WHRER column_name2 = VALUE 如果我的更新值Value是从一 ......
Python中捕获异常的方法及异常处理try-except-else-finally的区别
在Python中,try、except、else和finally是我们常用的异常处理方式,有一个清晰的执行顺序很重要。在这篇攻略中,我们将详细探讨这些关键字的执行顺序,以便更有效地处理异常。先回顾一下这些关键字的含义和用途: try:执行可能会抛出异常的代码块; except:当try代码块中出现了 ......
《The 13th Shandong ICPC Provincial Collegiate Programming Contest》 vp
简介 挂个 Link 先。 队伍配置:ddl,beiwen 和我 先%%%主力 ddl+关键先生 beiwen,我属于小躺一把。 赛时 放个结果 ......