
bug
文章平均质量分 56
Java_Eastlin
JAVA-Eastlin:请留下你的赞,证明你来过
展开
-
bug-git-Incorrect username or password (access token)fatal:一张图即可解决
remote: [session-9f4f3494] Eastlin: Incorrect username or password (access token)fatal: Authentication failed for 'https://gitee.com/?????/helloword.git/'一张图即可解决原创 2022-05-04 17:01:20 · 412 阅读 · 0 评论 -
bug---win10电脑权限-文件操作失败。 C:Windows\System32\drivers\etc\hosts 拒绝访问。 (CF@O)
文件操作失败。 C:Windows\System32\drivers\etc\hosts 拒绝访问。 (CF@O)可能是用户权限问题方法1--无用win+rnetplwiz方法2--原创 2022-05-01 21:43:32 · 3176 阅读 · 0 评论 -
bug:jar:1.0-SNAPSHOT is missing, no dependency information available
bug:jar:1.0-SNAPSHOT is missing, no dependency information available解决bug都是打包,由上到下的包括packsge到本项目路径下的targetinstall会打包到本地仓库deploy还打包到私有服务器所以你会发现,把项目copy一份就单纯的运行备份,bug没有出现了,明明备份什么都没有改。因为本地仓库有了,名字相同就会调用...原创 2022-04-29 16:33:37 · 2313 阅读 · 0 评论 -
bug:500- 无法在web.xml或使用此应用程序部署的jar文件中解析绝对uri-500优先查看代码错误
bug一般是我的心路历程,博客只是我的笔记。写在开头:求不要随意修改tomcat的配置(logging.properties等等文件) ,除了修改有关编码问题,不要随意修改。起因是这样的:至少有一个JAR被扫描用于TLD但尚未包含TLD。 为此记录器启用调试日志记录,以获取已扫描但未在其中找到TLD的完整JAR列表。 在扫描期间跳过不需要的JAR可以缩短启动时间和JSP编译时间。并没有解决我的问题后面我发现我的代码转发路径写错了,少了.jsp。但是配置修改了我没有改回去。原创 2022-04-15 14:25:42 · 2364 阅读 · 6 评论 -
运行maven项目org.apache.ibatis.annotations不存在SOS不要用2020.1版本的idea请更换其他版本
我之前是2020.1,我跑项目跑了将近一天都没有跑起来。一跑非内置tomcat就报错。好像是因为maven依赖与2020.1版本冲突前台类型 异常报告消息 org.apache.jasper.JasperException: java.lang.ClassNotFoundException: org.apache.jsp.WEB_002dINF.jsp.login_jsp描述 服务器遇到一个意外的情况,阻止它完成请求。例外情况org.apache.jasper.JasperExc原创 2022-04-08 15:55:17 · 1423 阅读 · 1 评论 -
bug-linux-win(java.sql.SQLException: null, message from server: “Host ‘192.168.1.66‘ is not allowe)
查看进程,经常使用ps axu|grep 应用或者项目名kill -9 端口号----9强制杀死某进程确保yml配置了sql所在的电脑ip,linux,win的防火墙关闭了[root@localhost myproject]# ps axu|grep boot01root 10385 0.4 17.1 2306596 173868 pts/1 Sl 16:41 0:22 java -jar -Dlogging.file=yyy.log boot01-0.0.1...原创 2022-04-02 15:13:34 · 1672 阅读 · 0 评论 -
ssm-mybatis-Loading class `com.mysql.jdbc.Driver‘. This is deprecated. The new driver class is
Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.正在加载类“com.mysql.jdbc.Dri...原创 2022-03-31 22:46:38 · 734 阅读 · 0 评论