异常处理
CastielIT
这个作者很懒,什么都没留下…
展开
-
Springboot controller service 单元测试 Error creating bean
问题:spring boot项目进行单元测试时,照着网上教程测试自己的controller一直失败找了一上午没找到原因。下午终于成功了。原因:教程的controller都不带service引用,和带service引用的controller测试方法有一点区别。写法1:不带service引用的 controller单元测试:ConController 为需要测试的 controller,里面所有方法都不带 service引用。@RunWith(SpringRunner.clas..原创 2021-04-08 15:03:42 · 549 阅读 · 0 评论 -
Server Tomcat v7.0 Server at localhost failed to start.
错误原因Eclipse 的 JDK使用的是1.6而加入服务器的web项目中 的Dynamic web module version 为3.0修改方法:或用JDK1.7 ??原创 2016-09-28 15:21:02 · 502 阅读 · 0 评论 -
JS this 的使用 隐藏显示某段DIV
利用JS隐藏显示某段DIV {{:commentCount}} //显示隐藏切换 t原创 2016-11-09 17:00:50 · 1452 阅读 · 0 评论 -
谷歌浏览器Chrome 页内定位失败
页面有个定位,采用的是在JS方法中加入的一句。 window.location.hash = "#reply";方法。。跳到 ID为 reply 的位置。。但只有打开页面第一次时能成功解决办法 window.location.hash = "#reply"; window.location = window.location原创 2016-10-31 17:54:53 · 12728 阅读 · 0 评论 -
Git Commit failed with error The Git process exited with the code -1,073,741,819
问题描述: Git commit 失败,部分修改可以提交成功,部分不可以,如本人遇到的情况除了java下的其他如前端都可以提交,只有后端java部分提交失败。报错如下:9:36 Commit failed with error0 files committed, 1 file failed to commit: 测试The Git process exited wi原创 2017-07-12 10:44:58 · 10600 阅读 · 0 评论