本文介绍了在“Java并发实践中”为更多的并发示例?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

许多人通过阅读,有时还会提及: p>






阅读JCIP后,仍然感觉到需要重现/整合主题。这主要是因为我觉得JCIP中的缺少实例,但是这本书几乎涉及到Java多线程的所有方面。



推荐任何可以通过大量java.util.concurrent。* usage?例子补充JCIP的书/资源。



欢迎任何建议或链接。非常感谢。

解决方案

以下是本书的摘要,其中包含您快速参考的示例:,



这里有几个例子:


Many people at SO adviced to dive into Java concurrency by reading Java Concurrency in Practice (JCIP), sometimes Doug Lea's book of 1999 is mentioned as well:

After reading JCIP, still feel the need for recapitulation/consolidation of the topic. This mainly because I feel the lack of examples in JCIP, however the book touches almost all aspects of Java multithreading.

Can you recommend any book / resources that would supplement JCIP by lots of examples of java.util.concurrent.* usage?

Any advice or links are welcome. Thanks a lot.

解决方案

here is a summary of the book with examples for your quick reference: https://blogs.oracle.com/carolmcdonald/entry/some_concurrency_tips, http://refcardz.dzone.com/refcardz/core-java-concurrency

here are few more examples: http://www.vogella.de/articles/JavaConcurrency/article.html

这篇关于在“Java并发实践中”为更多的并发示例?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 18:12