找回密码
 立即注册
并发线程Javathe | Applet 2022-10-10 69 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
Java并发编程实践浅显易懂地介绍了Java线程和并发,是一本完美的Java并发参考手册。书中从并发性和线程安全性的基本概念出发,介绍了如何使用类库提供的基本并发构建块,关于预防并发风险、结构线程安全的类及验证线程安全的规则,如何将小的线程安全类组合成更大的线程安全类,如何使用线程来提升并发使用程序的吞吐量,如何识别可并行履行的命令,如何提升单线程子系统的响应性,如何确保并发程序履行预期命令,如何提升并发代码的功能和可伸缩性等内容,最终介绍了一些高级主题,如显式锁、原子变量、非阻塞算法以及如何开发自定义的同步工具类。需求的朋友们可以下载试试吧!Java并发编程实践合适Java程序开发人员阅读。这本书为Java开发人员在线程编程领域提供了不可多得的知识。在读这本书时会遭到极大的启示,部分原因在于它详细地介绍了Java中并发领域的API,但更主要的却在于这本书以一种透彻而且易懂的方式来介绍杂乱的并发知识,这是别的书本很难比美的。

(Java concurrent programming practice introduces Java threads and concurrency easily, which is a perfect Java concurrency reference manual. Starting from the basic concepts of concurrency and thread safety, the book introduces how to use the basic concurrency building blocks provided by the class library, the rules for preventing concurrency risks, structuring thread safety classes, and verifying thread safety, how to combine small thread safety classes into larger thread safety classes, how to use threads to improve the throughput of concurrent programs, and how to identify commands that can be performed in parallel, How to improve the responsiveness of the single line program subsystem, how to ensure that the concurrent programs perform the expected commands, how to improve the function and scalability of the concurrent code, and finally introduced some advanced topics, such as explicit locking, atomic variables, non blocking algorithms, and how to develop customized synchronization tool classes. The friends who need can download and try it! Java concurrent programming practice is suitable for Java program developers to read. This book provides Java developers with rare knowledge in the field of thread programming. When I read this book, I will be greatly inspired. Part of the reason is that it introduces the API in the concurrency field of Java in detail, but more importantly, it introduces the messy concurrency knowledge in a thorough and understandable way, which is difficult to compare with other books.)

[下载]09232719842.rar




上一篇:Java设计模式深入研究
下一篇:java基础知识体系