2017年9月19日

Hibernate缓存,Mybatis缓存

摘要: Hibernate有一级缓存和二级缓存(一级缓存基于事务,一次SQL会话,二级缓存多会话共享) Mybatis类似Hibernate 阅读全文

posted @ 2017-09-19 17:23 jayLKN 阅读(115) 评论(0) 推荐(0)

2017年9月11日

EF延迟加载技术

摘要: 只要实现了IQueryable接口都能延迟加载 阅读全文

posted @ 2017-09-11 09:48 jayLKN 阅读(81) 评论(0) 推荐(0)

2017年8月23日

Spring mvc统一日志处理

摘要: @ControllerAdvice http://blog.csdn.net/chenaschen/article/details/51291566 阅读全文

posted @ 2017-08-23 17:08 jayLKN 阅读(106) 评论(0) 推荐(0)

2017年8月20日

几种HashTable

摘要: ConcurrentHashMap:线程安全的HashMap,原理为分段的HashTable HashMap:线程不安全,扩容和竞争资源 阅读全文

posted @ 2017-08-20 22:54 jayLKN 阅读(68) 评论(0) 推荐(0)

导航