Java Concurrency in Practice 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024


Java Concurrency in Practice

簡體網頁||繁體網頁
Brian Goetz 作者
Addison-Wesley Professional
譯者
2006-5-19 出版日期
384 頁數
USD 59.99 價格
Paperback
叢書系列
9780321349606 圖書編碼

Java Concurrency in Practice 在線電子書 圖書標籤: Java  concurrency  並發  編程  programming  計算機  並發程序設計  java   


喜歡 Java Concurrency in Practice 在線電子書 的讀者還喜歡




點擊這裡下載
    


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

發表於2024-11-25

Java Concurrency in Practice 在線電子書 epub 下載 mobi 下載 pdf 下載 txt 下載 2024

Java Concurrency in Practice 在線電子書 epub 下載 pdf 下載 mobi 下載 txt 下載 2024

Java Concurrency in Practice 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024



Java Concurrency in Practice 在線電子書 用戶評價

評分

the definitive book of java concurrency programming.

評分

不搞java瞭,所以應該不會再讀瞭。書倒是好書。

評分

這大概是我近幾年讀後收獲最大的一本書,不過中文版翻譯的真是慘無人道、慘絕人寰!強烈建議看原版!

評分

寫得很好,讀這本書不僅能學習一些java並發編程的習慣用法,還能學到一些通用的並發編程技術

評分

仔細看瞭遍原版,真心寫的很深入!很有幫助。 201605

Java Concurrency in Practice 在線電子書 著者簡介

Brian Goetz is a software consultant with twenty years industry experience, with over 75 articles on Java development. He is one of the primary members of the Java Community Process JSR 166 Expert Group (Concurrency Utilities), and has served on numerous other JCP Expert Groups.

Tim Peierls is the very model of a modern multiprocessor, with BoxPop.biz, recording arts, and goings on theatrical. He is one of the primary members of the Java Community Process JSR 166 Expert Group (Concurrency Utilities), and has served on numerous other JCP Expert Groups.

Joshua Bloch is a principal engineer at Google and a Jolt Award-winner. He was previously a distinguished engineer at Sun Microsystems and a senior systems designer at Transarc. Josh led the design and implementation of numerous Java platform features, including JDK 5.0 language enhancements and the award-winning Java Collections Framework. He holds a Ph.D. in computer science from Carnegie Mellon University.

Joseph Bowbeer is a software architect at Vizrea Corporation where he specializes in mobile application development for the Java ME platform, but his fascination with concurrent programming began in his days at Apollo Computer. He served on the JCP Expert Group for JSR-166 (Concurrency Utilities).

David Holmes is director of DLTeCH Pty Ltd, located in Brisbane, Australia. He specializes in synchronization and concurrency and was a member of the JSR-166 expert group that developed the new concurrency utilities. He is also a contributor to the update of the Real-Time Specification for Java, and has spent the past few years working on an implementation of that specification.

Doug Lea is one of the foremost experts on object-oriented technology and software reuse. He has been doing collaborative research with Sun Labs for more than five years. Lea is Professor of Computer Science at SUNY Oswego, Co-director of the Software Engineering Lab at the New York Center for Advanced Technology in Computer Applications, and Adjunct Professor of Electrical and Computer Engineering at Syracuse University. In addition, he co-authored the book, Object-Oriented System Development (Addison-Wesley, 1993). He received his B.A., M.A., and Ph.D. from the University of New Hampshire.


Java Concurrency in Practice 在線電子書 著者簡介


Java Concurrency in Practice 在線電子書 pdf 下載 txt下載 epub 下載 mobi 在線電子書下載

Java Concurrency in Practice 在線電子書 圖書描述

This book covers:

Basic concepts of concurrency and thread safety

Techniques for building and composing thread-safe classes

Using the concurrency building blocks in java.util.concurrent

Performance optimization dos and don'ts

Testing concurrent programs

Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model

Java Concurrency in Practice 在線電子書 下載 mobi epub pdf txt 在線電子書下載


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

Java Concurrency in Practice 在線電子書 讀後感

評分

我看过的书不算少, 但是本书是对我帮助最大的. 由于本书难度较高, 不好翻译, 中文版的质量也确实让人不敢恭维. 因此只好硬着头皮啃完英文原版. 当翻完最后一页的时候, 我知道从此之后不会再对英文技术书籍抱有恐惧, 这是我最大的收获. 另外, 从书中学到的知识也很有用, 经常...  

評分

请注意这本书叫《Java并发编程实战》,和《Java并发编程实践》是两本书,前者翻译的非常好,后者的翻译我基本看不懂。 本书关于并发编程的细节介绍得非常详细,看得出有很多实践功底,而不是一个理论派,建议每一个学并发的同学看看。  

評分

整体上还是可以看的,不过很多地方看不懂只是因为翻译不恰当。 这本书本身值五颗星。 译文: 一个对象是否需要是线程安全的,取决于它是否被多个线程访问。这指的是程序中访问对象的方式,而不是对象要实现的功能。 原文: Whether an object needs to be thread‐safe depen...  

評分

以下内容均出自本书,短小而深刻: “所有的并发问题都归结为如何协调访问状态,可变状态越少,就越容易。” “并发程序中可伸缩性的首要威胁就是独占的资源锁。” “通常简单性与性能之间会相互牵制,实现一个同步策略时,不要过早地为了性能而牺牲简单性。” “避免不成...  

評分

首先要说明的是,本书并非,如同中国程序员爱说的,是一本什么修炼内功的书。这本书读完之后,由于没有习题,所以如果不能结合实践两相印证的话,其实对个人的提升是比较有限的。 此外,非常重要的一点是,Java 1.8 对并发编程有了长足的扩展,尤其是 CompletableFuture 的引入...  

類似圖書 點擊查看全場最低價

Java Concurrency in Practice 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024


分享鏈接





Java Concurrency in Practice 在線電子書 相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2024 book.wenda123.org All Rights Reserved. 圖書目錄大全 版權所有