随笔分类 -  异常处理

摘要:MyBatis Plus写入MySQL中的时间数据,查询出的数据比写入的数据少了8小时. 阅读全文
posted @ 2020-06-22 14:34 遇见程小白 阅读(1918) 评论(0) 推荐(0)
摘要:异常描述: Struts2项目在使用Tomcat启动时报错: 警告: Local DTD is missing for publicID: -//Apache Software Foundation//DTD Struts Configuration 2.5//EN 并且错误异常: Caused b 阅读全文
posted @ 2020-04-01 16:22 遇见程小白 阅读(1616) 评论(0) 推荐(0)
摘要:VS2008 DeBug 异常:Visual Studio的32位版本无法调试64位进程或64位转储.轻改用Visual Studio远程调试监视器(MSVSMON.EXE)的64位版本进行远程调试. 阅读全文
posted @ 2020-03-17 14:37 遇见程小白 阅读(876) 评论(0) 推荐(0)
摘要:异常描述: 访问地址:http://127.0.0.1:8967/SpringMVCProject/hello.from 控制台打印错误: 警告: No mapping found for HTTP request with URI [/SpringMVCProject/hello.from] in 阅读全文
posted @ 2020-03-07 19:24 遇见程小白 阅读(752) 评论(0) 推荐(0)
摘要:异常描述: Spring框架下,配置jdbc.properties时报错: 通配符的匹配很全面, 但无法找到元素 'util:properties' 的声明 异常处理: 在xml文件头中添加: xmlns:util="http://www.springframework.org/schema/uti 阅读全文
posted @ 2020-03-05 20:16 遇见程小白 阅读(1258) 评论(0) 推荐(0)