- 博客(20)
- 收藏
- 关注
原创 java.lang.AbstractMethodError: org.apache.tomcat.websocket.server.WsSessionListener.sessionCreated(L
java.lang.AbstractMethodError: org.apache.tomcat.websocket.server.WsSessionListener.sessionCreated(Ljavax/servlet/http/HttpSessionEvent;)V
2022-04-16 13:19:37
5335
原创 报错 java.sql.SQLNonTransientConnectionException: CLIENT_PLUGIN_AUTH is required
idea导入一个springboot项目启动的时候报这个错误:java.sql.SQLNonTransientConnectionException: CLIENT_PLUGIN_AUTH is required我原本pom.xml里面数据库驱动依赖和数据库连接池是这样的:<!--mysql数据库驱动--> <dependency> <groupId>mysql</groupId> .
2022-04-14 17:21:10
9936
原创 [Err] 1294 - Invalid ON UPDATE clause for ‘comment_time‘ column
[Err] 1294 - Invalid ON UPDATE clause for 'comment_time' column
2022-04-07 19:11:11
593
原创 mysql运行sql文件报错corresponds to your MySQL server version for the right syntax to use near ‘USING BTREE
mysql运行sql文件报错corresponds to your MySQL server version for the right syntax to use near ‘USING BTREE问题原因:
2022-04-07 18:21:47
2912
原创 python中的 pip 和 requirements.txt 是干什么的
python中的 pip 和 requirements.txt 是干什么的, pip 和 requirements.txt 的基础用法
2022-04-07 15:29:30
7091
原创 项目上面右键Run on Server出现404,但是在路径后面加上登录页面(/login.html)项目是好的
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.原因解决:是我Web.xml里面默认路径没有改
2021-11-24 22:08:41
409
1
原创 The type org.springframework.dao.DataAccessException cannot be resolved. It is indirectly referenced
The type org.springframework.dao.DataAccessException cannot be resolved. It is indirectly referencedBeanPropertyRowMapper报错,解决方法是导入spring-tx-4.2.4.RELEASE.jar
2021-11-24 15:55:59
266
原创 Cannot forward after response has been committed(提交响应后无法转发)
java.lang.IllegalStateException: Cannot forward after response has been committed(提交响应后无法转发)提交响应后不能转发意思是代码中有多个重定向或者多个转发请求。仔细看看了我的代码,傻住了,转发代码下面还有个转发我一直没有看到,就因为这两行代码之间空了两行.......大无语事件发生유∀유,,,,,,,...
2021-11-23 18:50:33
1042
原创 tomcat启动不成功,Multiple Contexts have a path of “/yanglaoyuan“.
之前启动过的项目再次启动的时候突然报这个错,说是有多个Contexts有这个path经过查找在Servers下面打开server.xml找到了两个<Context/>标签,删除之后尝试重新启动启动成功
2021-11-06 09:50:41
167
原创 Access restriction: The type ‘HttpServletResponse‘ is not API (restriction on required library ‘‘
错误如下:Access restriction: The type 'HttpServletResponse' is not API (restriction on required library 'C:\java\TOMCAT\apache-tomcat-8.5.45\lib\servlet-api.jar'显示这个路径缺少这个jar包,但是我去这个路径下看了有这个包,然后我就在eclipse上面重新引入了一下这个包,依旧不管用。引入包的时候发现了这个问题。于是copy了这
2021-11-05 19:09:01
547
原创 [ERR] 1067 - Invalid default value for ‘ 字段名 ‘
[ERR] 1067 - Invalid default value for ‘字段名’
2021-05-30 13:00:56
4154
1
原创 查询数据库有哪些表,有多少张表 sql语句
查询数据库有哪些表SHOW DATABASES;查询数据库中有多少张表SELECT count(*) TABLES, table_schemaFROM information_schema.TABLESWHERE table_schema = 'test'GROUP BY table_schema;
2021-05-29 19:39:58
6115
原创 java.sql.SQLNonTransientConnectionException: CLIENT_PLUGIN_AUTH is required
java.sql.SQLNonTransientConnectionException: CLIENT_PLUGIN_AUTH is requiredjdbc数据库驱动版本太高会出现此错误,解决方法是在pom.xml,找到mysql连接驱动的依赖降低版本号<version></version>。但是我这个不是maven项目,所以我是在https://mvnrepository.com/artifact/mysql/mysql-connector-java下载了一个较低版本.
2021-05-09 16:44:19
946
原创 Navicate for MYSQL之 Can‘t connect to MySQL server on xxx (10038)
Navicate Can't connect to MySQL server on xxx (10038)
2021-05-09 14:43:29
286
Infinity 新标签页
2023-05-28
Infinity 新标签页
2023-05-28
谷歌浏览器的Chrome同步助手插件:实现Chrome账号同步和扩展自动更新
2022-06-02
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人