雪洗中关村

导航

2018年9月25日 #

CountDownLatch的简单理解

摘要: CountDownLatch的概念 CountDownLatch是一个同步工具类,用来协调多个线程之间的同步,或者说起到线程之间的通信(而不是用作互斥的作用)。 CountDownLatch能够使一个线程在等待另外一些线程完成各自工作之后,再继续执行。使用一个计数器进行实现。计数器初始值为线程的数量 阅读全文

posted @ 2018-09-25 17:29 雪洗中关村 阅读(133) 评论(0) 推荐(0)

spring boot redis -> @Cacheable,@CacheEvict, @CachePut

摘要: https://blog.csdn.net/eumenides_/article/details/78298088?locationNum=9&fps=1 https://www.cnblogs.com/huzi007/p/6262729.html?utm_source=itdadao&utm_me 阅读全文

posted @ 2018-09-25 17:04 雪洗中关村 阅读(250) 评论(0) 推荐(0)

Spring Data Jpa 使用@Query标注自定义查询语句

摘要: https://blog.csdn.net/daniel7443/article/details/51159865 https://blog.csdn.net/pp_fzp/article/details/80530588 https://blog.csdn.net/zhu562002124/art 阅读全文

posted @ 2018-09-25 16:48 雪洗中关村 阅读(1518) 评论(0) 推荐(0)

数据库里的索引作用 实例理解

摘要: https://blog.csdn.net/guyue35/article/details/72910466: 单一索引和复合索引区别及联系 https://www.cnblogs.com/hyd1213126/p/5828937.html :sql-索引的作用(超详细) 通俗的理解可以为,一般OR 阅读全文

posted @ 2018-09-25 10:28 雪洗中关村 阅读(220) 评论(0) 推荐(0)