salithfish
d344d0d6bd
修改24章并发编程代码问题 ( #608 )
2020-10-12 11:46:02 +08:00
TENCHIANG
7dc616e6d7
翻译优化 24-Concurrent-Programming.md#并发为速度而生 #Java 并发的四句格言 ( #597 )
...
* 翻译优化 24-Concurrent-Programming.md#并发为速度而生 #Java 并发的四句格言
* 翻译优化 24-Concurrent-Programming.md#并发为速度而生 #Java 并发的四句格言 fix翻译错误
2020-09-30 10:49:34 +08:00
TENCHIANG
6eab4fb16d
优化翻译:24-Concurrent-Programming.md#并发的超能力 ( #594 )
...
* 优化翻译:24-Concurrent-Programming.md#并发的超能力
* 优化翻译:24-Concurrent-Programming.md#并发的超能力 fix翻译错误
2020-09-25 14:16:34 +08:00
arobot
46083fb575
Update 24-Concurrent-Programming.md ( #585 )
...
* Update 24-Concurrent-Programming.md
> And unless you know something specific about your system that changes things, you’ll probably want to use Async calls.
主谓宾 something specific changes things。作者应该是想说明逻辑中的一些具体实现可能会导致过程中的特定变化,如果使用异步实现会产生异常。而你是明白会产生这样的结果的,否则会更愿意使用异步调用。
原句中没有体现changes这个动作,读起来让人费解。
* Update 24-Concurrent-Programming.md
合并修改意见
2020-09-17 15:59:29 +08:00
arobot
63a31fab84
Update 24-Concurrent-Programming.md ( #584 )
...
> ”the blocking never happens because the CompletableFuture is already complete, so the answer is instantly available.“
1. 笔误
2. answer这里应该是指结果
2020-09-17 10:53:39 +08:00
Joe
004ebc98aa
Update 24-Concurrent-Programming.md ( #583 )
2020-09-16 17:12:05 +08:00
arobot
7ff61d1ce8
Update 24-Concurrent-Programming.md ( #582 )
...
1. 原文”First note there is no SingleThreadExecutor class. newSingleThreadExecutor() is a factory in Executors that
creates that particular kind of ExecutorService. “
2. 顺手修复markdown的一些语法显示。加粗前后尽量跟上空格,不然很多加粗显示异常。
2020-09-16 17:09:33 +08:00
arobot
177735c7c0
Update 24-Concurrent-Programming.md ( #581 )
...
原文是”Combining parallel() and limit() is for experts only“,强调这两个方法应该是组合操作,而不是这两个方法是留给专家使用
2020-09-16 16:07:31 +08:00
Lane
44a3892ec6
rebuild sidebar.md and SUMMARY.md ( #580 )
2020-09-15 10:58:46 +08:00
amyxin
a7a723a3b3
Update 24-Concurrent-Programming.md ( #564 )
...
创建和运行并行任务 示例代码 final int中间增加了空格
2020-09-07 09:04:36 +08:00
Jianing Liang
e6d9c4142f
24章翻译优化 ( #537 )
...
* 24章翻译优化
* 修改并发部分的语序
2020-08-07 12:23:20 +08:00
theFruitcat
f348698b91
Fix issue #482 : 优化并发章节翻译 ( #498 )
...
* Fix issue #482 : 优化并发章节翻译
* Fix issue #482 : 优化并发章节翻译
Co-authored-by: gaoziming <theFruitcat@163.com >
2020-07-15 16:09:42 +08:00
theFruitcat
cff9d8d767
Fix issue #482 : 优化并发章节翻译 ( #484 )
...
Co-authored-by: gaoziming <theFruitcat@163.com >
2020-06-24 11:43:11 +08:00
theFruitcat
d443b25358
Fix issue #482 : 优化部分并发章节翻译 ( #483 )
...
Co-authored-by: gaoziming <theFruitcat@163.com >
2020-06-19 17:06:10 +08:00
ZhiQiang Jiang
02cece9f39
update words ( #476 )
2020-06-12 09:28:33 +08:00
RexHuang
ad926ab28d
Update 24-Concurrent-Programming.md ( #473 )
...
源码错误
2020-06-11 14:17:32 +08:00
LingCoder
6621fb02d7
校订 并发编程-术语问题 issue #413
2020-06-01 08:22:03 +08:00
LingCoder
5457b3d6d8
校订 并发编程-前言部分 issue #413
2020-05-29 06:17:26 +08:00
LingCoder
8f103177d1
校订 并发编程-前言部分 issue #413
2020-05-29 06:00:50 +08:00
LingCoder
3b929e12d9
fix #444
2020-05-25 00:33:52 +08:00
LingCoder
e2542e77d3
FIX #413
2020-05-24 23:50:19 +08:00
LingCoder
565a48c423
fix #453
2020-05-24 22:32:32 +08:00
alton zheng
7653db6417
alton#417 ( #418 )
...
* alton#417
* fix issue#417
* fix issue#417 20200328
* fix issue#417 20180328 15:16
* fix issue#417 异常检查 -> 检查型异常
* fix issue#417 20180328 16:00
* fix issue#417
* fix issue#417
2020-04-08 10:16:37 +08:00
XuYanxin
91c0847608
优化翻译 ( #411 )
...
* 对照原文和语境,修复了整段翻译
* 优化翻译
* fix 翻译错误
* fix 单词少了一截
2020-03-19 10:42:55 -05:00
XuYanxin
6096fafbea
对照原文和语境,修复了整段翻译 ( #410 )
2020-03-19 07:56:00 -05:00
wsb200514
2834f9093c
但是我不想进入疯狂的人群众->中 ( #385 )
2020-02-23 00:14:32 -06:00
Crimson_Loves_Code
ab08db16aa
Fix issue:#112 翻译Summary ( #360 )
...
Signed-off-by: crimson <1291463831@qq.com >
2020-01-21 00:05:37 -06:00
LingCoder
4b09a31a4e
初步校订 并发编程
2020-01-18 13:37:36 +08:00
crimson
86bf1010e4
Fix issue#112:翻译小节复杂性和代价
2020-01-18 09:48:19 +08:00
crimson
d3fea25992
Fix issue #112:翻译小节:构造器非线程安全
2020-01-18 07:31:39 +08:00
diguage
d5380153c0
修正错别字
2020-01-03 14:54:11 +08:00
zzw
7b9a888b5d
Update 24-Concurrent-Programming.md
...
死锁章节所有内容
2019-12-24 13:42:46 +08:00
zhangzw
d436d089e4
CompletableFutures 章节所有内容
2019-12-24 09:25:20 +08:00
zhangzw
775ac4449b
update: 补充缺少的分号及其多余空行。
2019-12-18 15:49:22 +08:00
zhangzw
8e53689f74
部分更新1
2019-09-11 21:35:29 +08:00
zhangzw
0c08356b99
CompletableFuture1
2019-08-11 16:18:58 +08:00
zhangzw
0d88465b8b
Terminating Long-Running Tasks
2019-08-11 11:03:59 +08:00
blackwatch
27d8061c56
Parallel Streams Only LookEasy
2019-07-31 10:48:11 +08:00
blackwatch
e545254dc0
Parallel Streams Only LookEasy
2019-07-31 10:47:55 +08:00
blackwatch
77c0e2a134
parallel()/limit()交点
2019-07-24 11:10:48 +08:00
blackwatch
af1c0c19ae
括号修改
2019-07-22 14:04:19 +08:00
blackwatch
c6d506c383
Parallel Streams1
2019-07-22 13:44:57 +08:00
blackwatch
a2c447d5f8
The Rest of the Chapter and files
2019-07-19 10:29:30 +08:00
blackwatch
d4800ca219
The Brutal Truth
2019-07-18 10:15:02 +08:00
张智伟
dd987c4df9
he Four Maxims of Java Concurrency
2019-07-17 11:57:19 +08:00
‘blackwatch
cbd5c52268
修改标签
2019-07-16 11:05:53 +08:00
‘blackwatch
abea712e7e
Concurrency is for Speed
2019-07-16 10:57:11 +08:00
张智伟
9f20d1b165
Concurrency Superpowers
2019-07-15 14:54:14 +08:00
张智伟
7653150ca6
Concurrent Programming 第一章翻译
2019-07-15 11:05:55 +08:00
LingCoder
9d522a98c6
更新docsify阅读方式
2019-03-30 20:31:44 +08:00