上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页
摘要: 原文链接:https://blog.csdn.net/liu_gan/article/details/78400627 @RunWith(SpringJUnit4ClassRunner.class) @WebAppConfiguration @ContextConfiguration(locatio 阅读全文
posted @ 2018-05-27 21:06 知行-zhixing 阅读(599) 评论(1) 推荐(1) 编辑
摘要: 原文章地址:https://blog.csdn.net/u011318776/article/details/52819241, 感谢原作者 MyBatis的一大亮点就是可以不用DAO的实现类。如果没有实现类,Spring如何为Service注入DAO的实例呢?MyBatis-Spring提供了一个 阅读全文
posted @ 2018-05-17 11:08 知行-zhixing 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 参考: https://bbs.csdn.net/topics/392090371 解决办法: 阅读全文
posted @ 2018-05-07 19:51 知行-zhixing 阅读(1192) 评论(0) 推荐(0) 编辑
摘要: 原文链接: https://www.cnblogs.com/flying607/articles/6293995.html, 感谢原作者 1、Tomcat自带日志功能,即时你的项目中有log4j也不会影响到Tomcat自己记录日志。 2、你的项目中的log4j中的日志指定打印到什么地方(控制台或者文 阅读全文
posted @ 2018-04-10 12:36 知行-zhixing 阅读(424) 评论(0) 推荐(0) 编辑
摘要: 原文链接: https://www.cnblogs.com/ivictor/p/5028368.html 感谢原作者 TIMESTAMP和DATETIME的相同点: 1> 两者都可用来表示YYYY-MM-DD HH:MM:SS[.fraction]类型的日期。 TIMESTAMP和DATETIME的 阅读全文
posted @ 2018-04-09 15:34 知行-zhixing 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 参考文档: https://blog.csdn.net/jiankunking/article/details/51818893(感谢原作者) 通过咨询发现是:一个*引发血案 那么这个星号是用来做什么的呢? classpath*:的出现是为了从多个jar文件中加载相同的文件.classpath:只能 阅读全文
posted @ 2018-04-09 10:56 知行-zhixing 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 转载: https://blog.csdn.net/xinluke/article/details/52710706,感谢原作者 @RequestParam 用来处理Content-Type: 为 application/x-www-form-urlencoded编码的内容。(Http协议中,如果不 阅读全文
posted @ 2018-04-01 10:24 知行-zhixing 阅读(327) 评论(0) 推荐(0) 编辑
摘要: 参考文档: https://www.cnblogs.com/dennyzhangdd/p/6734638.html 阅读全文
posted @ 2018-01-29 11:35 知行-zhixing 阅读(109) 评论(0) 推荐(0) 编辑
摘要: Given an array S of n integers, are there elements a, b, c, and d in S such that a + b + c + d = target? Find all unique quadruplets in the array whic 阅读全文
posted @ 2018-01-06 21:37 知行-zhixing 阅读(516) 评论(0) 推荐(0) 编辑
摘要: 错误提示:"Final method [public final void org.springframework.dao.support.DaoSupport.afterPropertiesSet() throws java.lang.IllegalArgumentException,org.sp 阅读全文
posted @ 2017-12-11 17:59 知行-zhixing 阅读(1190) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页