摘要: https://www.cnblogs.com/shengdimaya/p/6920677.html 阅读全文
posted @ 2018-12-21 11:46 Spring shine 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.csdn.net/ludonqin/article/details/47211109 阅读全文
posted @ 2018-12-14 16:44 Spring shine 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 1、ThreadLocal https://www.jianshu.com/p/98b68c97df9b https://www.cnblogs.com/dolphin0520/p/3920407.html https://www.jianshu.com/p/a1cd61fa22da 2、Strin 阅读全文
posted @ 2018-12-14 16:42 Spring shine 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 转自: https://www.cnblogs.com/baotong-9396/p/7182906.html String使用的equals方法和==的区别 equals方法和==的区别 首先大家知道,String既可以作为一个对象来使用,又可以作为一个基本类型来使用。这里指的作为一个基本类型来使 阅读全文
posted @ 2018-11-15 14:43 Spring shine 阅读(1659) 评论(0) 推荐(0) 编辑
摘要: JVM性能调优监控工具jps、jstack、jmap、jhat、jstat、hprof使用详解 https://my.oschina.net/feichexia/blog/196575 阅读全文
posted @ 2018-11-13 15:53 Spring shine 阅读(284) 评论(0) 推荐(0) 编辑
摘要: mybatis入门基础(六) 高级映射(一对一,一对多,多对多) 阅读全文
posted @ 2018-10-31 12:05 Spring shine 阅读(95) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/friends-wf/p/4227999.html #相当于对数据 加上 双引号,$相当于直接显示数据 1. #将传入的数据都当成一个字符串,会对自动传入的数据加一个双引号。如:order by #user_id#,如果传入的值是111,那么解析成sq 阅读全文
posted @ 2018-08-29 17:03 Spring shine 阅读(132) 评论(0) 推荐(0) 编辑
摘要: MySQL的四种事务隔离级别 https://www.cnblogs.com/huanongying/p/7021555.html spring事物的七种事物传播属性行为及五种隔离级别 https://www.cnblogs.com/yuanfy008/p/4174340.html PROPAGAT 阅读全文
posted @ 2018-08-29 14:46 Spring shine 阅读(391) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/jzb-blog/p/6637823.html 阅读全文
posted @ 2018-08-24 11:58 Spring shine 阅读(80) 评论(0) 推荐(0) 编辑
摘要: @Transactional事务几点注意 https://blog.csdn.net/KinseyGeek/article/details/54931710 这里面有几点需要大家留意:A. 一个功能是否要事务,必须纳入设计、编码考虑。不能仅仅完成了基本功能就ok。B. 如果加了事务,必须做好开发环境 阅读全文
posted @ 2018-05-08 11:28 Spring shine 阅读(338) 评论(0) 推荐(0) 编辑