51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#Cat
解决Authentication plugin caching_sha2_password cannot be loaded问题
登录mysql时报错Authenticationplugin‘caching_sha2_password‘cannotbeloaded解决办法 报错信息如下:ERROR2059(HY000):Authenticationplugin'caching_sha2_password&...
开发笔记
·
2024-10-09
解决
Authentication
plugin
caching
sha2
使用Navicat连接mysql报错:Client does not support authentication protocol requested by server
我们在使用navicat连接mysql的时候,会报错是吧!如果出现了下面错误:Clientdoesnotsupportauthenticationprotocolrequestedbyserver意思是:客户端不支持服务器请求的身份验证协议那么我们只需要打开自己电脑中的mysql,输入你的密码登录。然后我们在第一行中输...
开发笔记
·
2024-10-09
使用
Navicat
连接
mysql
报错
tomcat部署缓存文件如何清除
要清除Tomcat部署的缓存文件,可以按照以下步骤进行操作:停止Tomcat服务器。打开Tomcat的安装目录,并进入work文件夹。在work文件夹中,找到与你的应用程序相关的文件夹。通常,这些文件夹的名称类似于Catalina/localhost/yourAppName。删除该文件夹及其内容。这将清除Tomcat服...
开发笔记
·
2024-09-20
tomcat
部署
缓存
文件
如何
SpringBoot升级Tomcat版本
在父模块中的pom.xml中新增如下内容复制复制复制复制复制<properties>+<tomcat.version>9.0.84</tomcat.version></properties>在dependencyManagement中新增如下依赖复制复制复...
开发笔记
·
2024-09-11
SpringBoot
升级
Tomcat
版本
linux logcat 怎样过滤特定日志
在Linux系统中,logcat 命令主要用于Android设备的日志查看使用 grep 命令过滤关键词: 如果你想查看包含特定关键词的日志,可以使用 grep 命令。例如,如果你想查看包含“error”关键词的日志,可以执行以下命令:...
开发笔记
·
2024-08-26
linux
logcat
怎样
过滤
特定
java获取tomcat项目路径
在Java中,可以使用System.getProperty("catalina.base")来获取Tomcat的安装路径。然后再通过拼接路径字符串的方式来获取Tomcat项目的路径。下面是一个示例代码:publicclassMain{publicstaticvoidmain(String[]args...
开发笔记
·
2024-08-26
java
获取
tomcat
项目
路径
nginx location路径匹配问题
现在很多前端web程序都是打包单页面程序,只能有一个入口,这样会导致刷新页面报404其实在nginx中加个配置就能解决,copylocation/{#其他代码try_files$uri$uri//index.html;}解释:匹配所有“/”开头的路径到html目录下。try_files的含义是:...
开发笔记
·
2024-08-23
nginx
location
路径
匹配
问题
Collectors.toMap() 抛出 “Duplicate key ***” 异常
Collectors.toMap()抛出“java.lang.IllegalStateException:Duplicatekey***”异常。Collectors.toMap()抛出“Duplicatekey***”异常,异常堆栈如下:1234567891011java...
开发笔记
·
2024-08-20
Collectors.toMap
抛出
Duplicate
key
异常
nginx location 校验文件特殊添加方法
server{....location/335774.txt{alias/data/www/335774.txt;}location/3351327774.txt{alias/dataN/www/default/3351327774.txt;}location/3351327774.txt{alias./3351327...
开发笔记
·
2024-07-09
nginx
location
校验
文件
特殊
navicat查看数据库
Navicat是一款功能强大的数据库管理工具,它支持多种类型的数据库,包括MySQL、Oracle、SQLServer等。通过Navicat,你可以方便地查看和管理数据库。在Navicat中查看数据库的步骤如下:1.打开Navicat软件,并连接到数据库服务器。在连接窗口中输入正确的服务器地址、端口号、用户名和密码,然...
开发笔记
·
2024-01-09
navicat
查看
数据库
ORA-41689: invalid collection specification in the rule condition
文档解释ORA-41689:invalidcollectionspecificationintheruleconditionCause:Anattemptwasmadetoinsertaruleconditionwithinvalidcollectionelementspecification.Action:Corre...
IT技术学习
·
2023-07-28
ORA-41689
invalid
collection
specification
in
ORA-54534: incorrect box surface due to wrong specification
文档解释ORA-54534:incorrectboxsurfaceduetowrongspecificationCause:TheelemInfodefinitionwasnotcorrectforthesurfaceoftheaxisalignedbox.Action:Changetheinterpretationt...
IT技术学习
·
2023-07-28
ORA-54534
incorrect
box
surface
due
ORA-28028: could not authenticate remote server
文档解释ORA-28028:couldnotauthenticateremoteserverCause:Duringthecourseofopeningaprivilegeddatabaselink,theremoteserverwasnotsecurelyidentifiedusingthenetworksecuri...
IT技术学习
·
2023-07-28
ORA-28028
could
not
authenticate
remote
ORA-41697: attribute prefix missing in aggregate specification: string
文档解释ORA-41697:attributeprefixmissinginaggregatespecification:stringCause:Anattemptwasmadetospecifyanaggregatepredicateacrossmultipleprimitiveeventtypeswithnoatt...
IT技术学习
·
2023-07-28
ORA-41697
attribute
prefix
missing
in
ORA-28045: SSL authentication between database and OID failed
文档解释ORA-28045:SSLauthenticationbetweendatabaseandOIDfailedCause:ServerfailedtoauthenticateitselftotheDirectory.Action:Makesurethesqlnet.orausedispointingtothewa...
IT技术学习
·
2023-07-28
ORA-28045
SSL
authentication
between
database
首页
上一页
1
2
3
4
5
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他