#Cat

解决Authentication plugin caching_sha2_password cannot be loaded问题

登录mysql时报错Authenticationplugin‘caching_sha2_password‘cannotbeloaded解决办法 报错信息如下:ERROR2059(HY000):Authenticationplugin'caching_sha2_password&...

使用Navicat连接mysql报错:Client does not support authentication protocol requested by server

我们在使用navicat连接mysql的时候,会报错是吧!如果出现了下面错误:Clientdoesnotsupportauthenticationprotocolrequestedbyserver意思是:客户端不支持服务器请求的身份验证协议那么我们只需要打开自己电脑中的mysql,输入你的密码登录。然后我们在第一行中输...

tomcat部署缓存文件如何清除

要清除Tomcat部署的缓存文件,可以按照以下步骤进行操作:停止Tomcat服务器。打开Tomcat的安装目录,并进入work文件夹。在work文件夹中,找到与你的应用程序相关的文件夹。通常,这些文件夹的名称类似于Catalina/localhost/yourAppName。删除该文件夹及其内容。这将清除Tomcat服...

SpringBoot升级Tomcat版本

在父模块中的pom.xml中新增如下内容复制复制复制复制复制<properties>+<tomcat.version>9.0.84</tomcat.version></properties>在dependencyManagement中新增如下依赖复制复制复...

linux logcat 怎样过滤特定日志

在Linux系统中,logcat 命令主要用于Android设备的日志查看使用 grep 命令过滤关键词: 如果你想查看包含特定关键词的日志,可以使用 grep 命令。例如,如果你想查看包含“error”关键词的日志,可以执行以下命令:...

java获取tomcat项目路径

在Java中,可以使用System.getProperty("catalina.base")来获取Tomcat的安装路径。然后再通过拼接路径字符串的方式来获取Tomcat项目的路径。下面是一个示例代码:publicclassMain{publicstaticvoidmain(String[]args...

nginx location路径匹配问题

现在很多前端web程序都是打包单页面程序,只能有一个入口,这样会导致刷新页面报404其实在nginx中加个配置就能解决,copylocation/{#其他代码try_files$uri$uri//index.html;}解释:匹配所有“/”开头的路径到html目录下。try_files的含义是:...

Collectors.toMap() 抛出 “Duplicate key ***” 异常

Collectors.toMap()抛出“java.lang.IllegalStateException:Duplicatekey***”异常。Collectors.toMap()抛出“Duplicatekey***”异常,异常堆栈如下:1234567891011java...

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...

navicat查看数据库

Navicat是一款功能强大的数据库管理工具,它支持多种类型的数据库,包括MySQL、Oracle、SQLServer等。通过Navicat,你可以方便地查看和管理数据库。在Navicat中查看数据库的步骤如下:1.打开Navicat软件,并连接到数据库服务器。在连接窗口中输入正确的服务器地址、端口号、用户名和密码,然...
开发笔记 ·2024-01-09

ORA-41689: invalid collection specification in the rule condition

文档解释ORA-41689:invalidcollectionspecificationintheruleconditionCause:Anattemptwasmadetoinsertaruleconditionwithinvalidcollectionelementspecification.Action:Corre...

ORA-54534: incorrect box surface due to wrong specification

文档解释ORA-54534:incorrectboxsurfaceduetowrongspecificationCause:TheelemInfodefinitionwasnotcorrectforthesurfaceoftheaxisalignedbox.Action:Changetheinterpretationt...

ORA-28028: could not authenticate remote server

文档解释ORA-28028:couldnotauthenticateremoteserverCause:Duringthecourseofopeningaprivilegeddatabaselink,theremoteserverwasnotsecurelyidentifiedusingthenetworksecuri...

ORA-41697: attribute prefix missing in aggregate specification: string

文档解释ORA-41697:attributeprefixmissinginaggregatespecification:stringCause:Anattemptwasmadetospecifyanaggregatepredicateacrossmultipleprimitiveeventtypeswithnoatt...

ORA-28045: SSL authentication between database and OID failed

文档解释ORA-28045:SSLauthenticationbetweendatabaseandOIDfailedCause:ServerfailedtoauthenticateitselftotheDirectory.Action:Makesurethesqlnet.orausedispointingtothewa...
首页上一页12345...下一页尾页