t******h 发帖数: 120 | 1 手头上有几个
但都是10年前的
请推荐现在比较好的java多线程教程
谢谢 |
g*****g 发帖数: 34805 | 2 Java concurrency in practice.
【在 t******h 的大作中提到】 : 手头上有几个 : 但都是10年前的 : 请推荐现在比较好的java多线程教程 : 谢谢
|
b******y 发帖数: 1684 | 3 linkedin上面的J Architect group有个讨论:
Why do so few Java Developers have a strong grasp of Multi-threading,
Concurrency and Garbage Collection?
有人说现在framework都给你把multithreading搞定了,
还discourage你自己搞。
然后有人说是因为半路出家的developer太多了,结果就开始歪楼了。
【在 g*****g 的大作中提到】 : Java concurrency in practice.
|
t******h 发帖数: 120 | 4
Thank you.
【在 g*****g 的大作中提到】 : Java concurrency in practice.
|
t******h 发帖数: 120 | 5
别说java程序员了
我身边的人 多线程也没几个强的
其中也有c c++背景的
【在 b******y 的大作中提到】 : linkedin上面的J Architect group有个讨论: : Why do so few Java Developers have a strong grasp of Multi-threading, : Concurrency and Garbage Collection? : 有人说现在framework都给你把multithreading搞定了, : 还discourage你自己搞。 : 然后有人说是因为半路出家的developer太多了,结果就开始歪楼了。
|
g*****g 发帖数: 34805 | 6 I have to say it's very tricky and really few java developers
know it well. And it's fair to say at least 3/4 developers don't
even have a chance to touch it. Making it efficient/concurrent
conflicts with making it thread-safe, it's tricky to balance out.
【在 b******y 的大作中提到】 : linkedin上面的J Architect group有个讨论: : Why do so few Java Developers have a strong grasp of Multi-threading, : Concurrency and Garbage Collection? : 有人说现在framework都给你把multithreading搞定了, : 还discourage你自己搞。 : 然后有人说是因为半路出家的developer太多了,结果就开始歪楼了。
|
t******h 发帖数: 120 | 7
谢谢好虫推荐的这本书 正在看 觉得不错
【在 g*****g 的大作中提到】 : Java concurrency in practice.
|
J*******n 发帖数: 2901 | 8 电子版吗?能不能麻烦传份给我?
【在 t******h 的大作中提到】 : : 谢谢好虫推荐的这本书 正在看 觉得不错
|
u****s 发帖数: 2186 | 9 link sent to your email address
you need a dropbox account to view my shared folder
If any one else want this box, please sign up Dropbox with this link
https://www.dropbox.com/referrals/NTQ3OTIzMzE5
and send me your email address.
【在 J*******n 的大作中提到】 : 电子版吗?能不能麻烦传份给我?
|
J*******n 发帖数: 2901 | 10 咋还给dropbox做上广告了。。。我已经注册过了
电子书也下到了
thanks
【在 u****s 的大作中提到】 : link sent to your email address : you need a dropbox account to view my shared folder : If any one else want this box, please sign up Dropbox with this link : https://www.dropbox.com/referrals/NTQ3OTIzMzE5 : and send me your email address.
|
u****s 发帖数: 2186 | 11 是为了没有Dropbox的,
Dropbox is very easy to share files and sync files.
【在 J*******n 的大作中提到】 : 咋还给dropbox做上广告了。。。我已经注册过了 : 电子书也下到了 : thanks
|
m******t 发帖数: 2416 | 12
Forget writing proper thread-safe code, I'm often surprised
by developers who don't even realize that they need to worry about
thread-safety at all.
【在 g*****g 的大作中提到】 : I have to say it's very tricky and really few java developers : know it well. And it's fair to say at least 3/4 developers don't : even have a chance to touch it. Making it efficient/concurrent : conflicts with making it thread-safe, it's tricky to balance out.
|
J*******n 发帖数: 2901 | 13 确实是个好东西
尤其是如果有公司/学校/家里/笔记本,这样多台电脑的,太方便了。国内好像也有类
似的服务了
【在 u****s 的大作中提到】 : 是为了没有Dropbox的, : Dropbox is very easy to share files and sync files.
|