java并发编程 start

org.springframework.jdbc.core. JdbcTemplate的用法

http://www.360doc.com/content/14/0307/13/16088576_358494069.shtml

http://www.360doc.com/content/12/1028/14/1007797_244244121.shtml

 

 

java.util.concurrent.Executors

http://www.iteye.com/topic/366591  这个写的比较详细

http://blog.csdn.net/az44yao/article/details/8454201

 

 

ThreadPoolExecutor几点使用建议

http://www.iteye.com/topic/1118660

 

 

java.util.concurrent.Callable<Map<String, Object>>

 

信号量

java.util.concurrent.Semaphore

http://blog.csdn.net/a19881029/article/details/37557925

 

异步执行,并返回结果

java.util.concurrent.FutureTask

http://janeky.iteye.com/blog/770393

http://blog.csdn.net/liulipuo/article/details/39029643

 

 

ExecutorService中submit和execute的区别

http://www.cnblogs.com/wanqieddy/p/3853863.html

 

java并发编程博客

http://blog.csdn.net/mmc_maodun/article/category/1773509/2

Doug Lea并发编程文章全部译文

http://ifeve.com/doug-lea/

Java多线程系列--“JUC原子类”04之 AtomicReference原子

http://www.tuicool.com/articles/RRbiye

AtomicReference是针对对象引用进行操作的,就跟AtomicInteger类似,AtomicInteger是针对整形进行操作的

 

猜你喜欢

转载自weigang-gao.iteye.com/blog/2207185