隐藏页面特效

随笔分类 -  问题树洞

T_T一路走来的坎坷历程
摘要:![](https://img2023.cnblogs.com/blog/1466818/202307/1466818-20230728193340233-657629322.png) ![](https://img2023.cnblogs.com/blog/1466818/202307/14668 阅读全文 »
posted @ 2023-07-28 19:34 FigSprite 阅读(56) 评论(0) 推荐(0) 编辑
摘要:Note that the compile, runtime, testCompile, and testRuntime configurations introduced by the Java plugin have been deprecated since Gradle 4.10 (Aug 阅读全文 »
posted @ 2021-11-13 20:54 FigSprite 阅读(42) 评论(0) 推荐(0) 编辑
摘要:java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to com.rampage.model.BankInfo 在改写了序列化方式之后,怎么从Redis反序列化出来的时候所有对象都变成了LinkedHashMap? 阅读全文 »
posted @ 2019-06-11 15:53 FigSprite 阅读(9319) 评论(1) 推荐(1) 编辑
摘要:http请求 405错误 方法不被允许 (Method not allowed) 阅读全文 »
posted @ 2019-06-05 19:03 FigSprite 阅读(191) 评论(0) 推荐(0) 编辑
摘要:org.springframework.http.converter.HttpMessageConversionException: Type definition error: [simple type, class com.miaoshaproject.controller.viewobject 阅读全文 »
posted @ 2019-06-05 18:47 FigSprite 阅读(8580) 评论(0) 推荐(0) 编辑
摘要:先是在日志里出现了 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@38e46e4a] 看网上的博客,以为是XML中事务标签配错了,检查了好一阵子,发现并没有错。 接 阅读全文 »
posted @ 2019-05-23 18:31 FigSprite 阅读(21991) 评论(0) 推荐(0) 编辑
摘要:前排提醒,这只是篇排错日记,可能解决不了你的问题。 点击右侧查看tomcat日志 看这个报错信息,知道是映射文件路径出错了。 改一下 然后又报新错误: org.springframework.beans.factory.BeanCreationException: Error creating be 阅读全文 »
posted @ 2019-05-18 19:56 FigSprite 阅读(2181) 评论(0) 推荐(0) 编辑
摘要:警告: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error c 阅读全文 »
posted @ 2019-05-14 09:05 FigSprite 阅读(1361) 评论(0) 推荐(0) 编辑
摘要:时隔多日,终于找到为什么javap -v .class文件没有LocalVariableTable出现 因为默认的javac编译没有生成相关的调试信息,这里我们可以通过javac -help查看指令帮助 然后我们就按照这个表上的信息,重新编译.java文件就能看到LocalVaribleTable了 阅读全文 »
posted @ 2019-04-17 19:02 FigSprite 阅读(560) 评论(0) 推荐(0) 编辑
摘要:网上一大堆都说,没写@Test,或者是,导包错误,= =然而我并没有发现我有这个毛病 = =最后终于找到罪魁祸首 Junit版本太低!!! Junit版本太低!!! Junit版本太低!!! = =因为是maven项目,所以在pom.xml改一下版本号即可 阅读全文 »
posted @ 2019-04-09 19:49 FigSprite 阅读(327) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示