Commit Graph

1335 Commits

Author SHA1 Message Date
JasonFCN
94f4e80b21
Update 22-Enumerations.md (#442)
* Update 22-Enumerations.md

906行:“存人” 改为 “存入”。

* Update 22-Enumerations.md

mian0 --> main()
2020-04-23 13:24:20 +08:00
taolei
4bff99a74d
修正错误章节标题 (#440)
修正第五章控制流 第一子节 'true和false'标题中错误拼写
close #439
2020-04-22 14:08:02 +08:00
Ryan Lee
28473b2ecd
fix 第一章括号使用的错误 (#437) 2020-04-21 13:23:23 +08:00
unclesesame
86ebfd142a
第15章 异常: 错别字更改 (#436)
update typos
2020-04-20 12:47:29 +08:00
iwangbingzhi
ce26e6efaf
update (#435) 2020-04-19 16:07:44 +08:00
LingCoder
95a11d9995
Merge pull request #433 from springga/patch-1
Update 01-What-is-an-Object.md
2020-04-17 02:16:08 +08:00
springga
474fd6093c
Update 01-What-is-an-Object.md
logical assumption应为“合理假设”而不是“逻辑假设”
tend to be应为“通常”“往往”而不是“趋向于”
直译改为意译
2020-04-16 23:53:34 +08:00
FengBaoheng
59ec312823
add examples link (#432)
* fix typo 本章小节->本章小结

* fix typos on 20-Generics

修正20章的打字错误

* 添加示例代码链接
2020-04-14 11:50:31 +08:00
FengBaoheng
19760c32c1
fix typos on 20-Generics (#430)
* fix typo 本章小节->本章小结

* fix typos on 20-Generics

修正20章的打字错误
2020-04-13 10:18:58 +08:00
unclesesame
d426b55574
第十一和十二章的语法错误 (#428)
* Update 12-Collections.md

删除多余的 “的”

* Update 11-Inner-Classes.md

“获联”改为“获取”

* Update 12-Collections.md
2020-04-11 11:34:43 +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
LingCoder
a1903a20e1 fix issue #426 2020-04-06 19:48:51 +08:00
FengBaoheng
552e0dd66a
fix typo 本章小节->本章小结 (#423) 2020-04-02 21:01:40 -05:00
john-h3
4db224983e
翻译了二十五章的 Interpreter: Run-Time Flexibility (#422) 2020-04-02 14:51:55 +08:00
LingCoder
cbefc1d39f fix issue#415 2020-04-02 08:39:20 +08:00
LingCoder
30bc851301 fix #421 2020-04-02 00:54:09 +08:00
xianwdong
4fb0202a44
fix typo (#419) 2020-03-26 21:55:55 +08:00
legendyql
814e5b0168
Update 12-Collections.md (#414)
优化翻译:
英文原文:“Here you see both methods, as well as the more conventional addAll() method that’s part of all Collection types:”
原翻译:下边的示例展示了这两个方法,以及更通用的 addAll() 方法,所有 Collection 类型都包含该方法:
应改为:下边的示例展示了这两个方法,以及更通用的 、所有 Collection类型都包含的addAll()`方法:
原翻译中说的“addAll() 方法”,容易误解为上文所说的Collections.addAll()方法,作者此处指的是Collection类型的addAll()方法,改后的翻译意思更明确,更易理解。
2020-03-26 12:47:11 +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
LingCoder
cea3bf8e2e
Merge pull request #408 from funnycoding/master
fix 翻译漏字
2020-03-16 11:00:04 +08:00
徐雁鑫
b193b9b480 fix 错别字 2020-03-15 22:30:14 +08:00
徐雁鑫
ab66e30f77 Merge branch 'master' of github.com:LingCoder/OnJava8 2020-03-15 22:29:54 +08:00
XuYanxin
62dcb5efab
fix 错别字,任何额; -> 任何 (#405)
* 忽路->忽略

* 修复跳转链接错误

* fix Class.getInterface() -> Class.getInterfaces()

* 否者 -> 否则

* 编译期 -> 编译器 ,原文"the compiler will only allow you to say that the superclass reference is “some class that is a superclass of FancyToy” a"

* ierator -> iterator

* nextint -> nextInt

* fix 这句翻译第一反应没太看懂,结合原文和下面的例子优化了一下翻译

* fix ojb -> obj

* fix example code

* add package&class name

* fix 错别字
2020-03-15 12:22:14 +08:00
马燕龙
2153062b0e
“Java 就不会查找单独当前目录”改为”Java 就不会查找当前目录“ (#406)
* 面向对象

* Update 07-Implementation-Hiding.md

“Java 就不会查找单独当前目录”改为”Java 就不会查找当前目录“
2020-03-15 12:21:44 +08:00
徐雁鑫
f35abddc0d Merge branch 'master' of github.com:LingCoder/OnJava8 2020-03-15 00:18:57 +08:00
徐雁鑫
31b40249c3 fix 错别字 2020-03-15 00:18:10 +08:00
XuYanxin
4285663233
add package&class name (#404)
* 忽路->忽略

* 修复跳转链接错误

* fix Class.getInterface() -> Class.getInterfaces()

* 否者 -> 否则

* 编译期 -> 编译器 ,原文"the compiler will only allow you to say that the superclass reference is “some class that is a superclass of FancyToy” a"

* ierator -> iterator

* nextint -> nextInt

* fix 这句翻译第一反应没太看懂,结合原文和下面的例子优化了一下翻译

* fix ojb -> obj

* fix example code

* add package&class name
2020-03-14 10:55:09 -05:00
徐雁鑫
3b2c9dace5 add package&class name 2020-03-14 23:46:35 +08:00
徐雁鑫
8b723e66ce Merge branch 'master' of github.com:LingCoder/OnJava8 2020-03-14 23:43:54 +08:00
XuYanxin
03afe1ec52
fix example code (#403)
* 忽路->忽略

* 修复跳转链接错误

* fix Class.getInterface() -> Class.getInterfaces()

* 否者 -> 否则

* 编译期 -> 编译器 ,原文"the compiler will only allow you to say that the superclass reference is “some class that is a superclass of FancyToy” a"

* ierator -> iterator

* nextint -> nextInt

* fix 这句翻译第一反应没太看懂,结合原文和下面的例子优化了一下翻译

* fix ojb -> obj

* fix example code
2020-03-13 16:19:45 +08:00
徐雁鑫
f9a4d08f2c Merge branch 'master' of github.com:LingCoder/OnJava8 2020-03-13 15:02:06 +08:00
徐雁鑫
8ae607d7d2 fix example code 2020-03-13 15:01:25 +08:00
XuYanxin
8df287501d
fix ojb -> obj (#402)
* 忽路->忽略

* 修复跳转链接错误

* fix Class.getInterface() -> Class.getInterfaces()

* 否者 -> 否则

* 编译期 -> 编译器 ,原文"the compiler will only allow you to say that the superclass reference is “some class that is a superclass of FancyToy” a"

* ierator -> iterator

* nextint -> nextInt

* fix 这句翻译第一反应没太看懂,结合原文和下面的例子优化了一下翻译

* fix ojb -> obj
2020-03-13 13:58:23 +08:00
徐雁鑫
500eb3a9b2 Merge branch 'master' of github.com:LingCoder/OnJava8 2020-03-13 11:57:28 +08:00
徐雁鑫
e2b674da28 fix ojb -> obj 2020-03-13 11:57:16 +08:00
bigpengry
7b80942874
fix #381 (#401) 2020-03-10 16:17:03 +08:00
马燕龙
b84fd371c6
面向对象 (#400) 2020-03-10 13:59:12 +08:00
XuYanxin
3c08903cf0
优化了一下翻译 (#399)
* 忽路->忽略

* 修复跳转链接错误

* fix Class.getInterface() -> Class.getInterfaces()

* 否者 -> 否则

* 编译期 -> 编译器 ,原文"the compiler will only allow you to say that the superclass reference is “some class that is a superclass of FancyToy” a"

* ierator -> iterator

* nextint -> nextInt

* fix 这句翻译第一反应没太看懂,结合原文和下面的例子优化了一下翻译
2020-03-09 19:43:21 -05:00
徐雁鑫
beeb36ad3e fix 这句翻译第一反应没太看懂,结合原文和下面的例子优化了一下翻译 2020-03-09 15:27:12 +08:00
徐雁鑫
becb82d6be Merge branch 'master' of github.com:LingCoder/OnJava8 2020-03-09 15:25:39 +08:00
xgsteins
75b665ecac
Fix typo (#398) 2020-03-09 10:25:21 +08:00
Joe
da39cb240c
nextint -> nextInt (#394)
* 忽路->忽略

* 修复跳转链接错误

* fix Class.getInterface() -> Class.getInterfaces()

* 否者 -> 否则

* 编译期 -> 编译器 ,原文"the compiler will only allow you to say that the superclass reference is “some class that is a superclass of FancyToy” a"

* ierator -> iterator

* nextint -> nextInt
2020-03-04 19:45:29 -06:00
徐雁鑫
441f714629 Merge branch 'master' of github.com:LingCoder/OnJava8 2020-03-04 16:22:08 +08:00
徐雁鑫
ece6f5d401 nextint -> nextInt 2020-03-04 16:20:10 +08:00
XuYanxin
661d8cca57
fix ierator -> iterator (#393)
* 忽路->忽略

* 修复跳转链接错误

* fix Class.getInterface() -> Class.getInterfaces()

* 否者 -> 否则

* 编译期 -> 编译器 ,原文"the compiler will only allow you to say that the superclass reference is “some class that is a superclass of FancyToy” a"

* ierator -> iterator
2020-03-04 01:12:46 -06:00
徐雁鑫
ae538273cd Merge branch 'master' of github.com:LingCoder/OnJava8 2020-03-04 14:27:19 +08:00
徐雁鑫
93189c9d33 ierator -> iterator 2020-03-04 14:27:08 +08:00
XuYanxin
849890da3b
fix Class.getInterface() -> Class.getInterfaces() (#392)
* 忽路->忽略

* 修复跳转链接错误

* fix Class.getInterface() -> Class.getInterfaces()

* 否者 -> 否则

* 编译期 -> 编译器 ,原文"the compiler will only allow you to say that the superclass reference is “some class that is a superclass of FancyToy” a"
2020-03-03 20:01:48 -06:00
徐雁鑫
32b5603531 编译期 -> 编译器 ,原文"the compiler will only allow you to say that the superclass reference is “some class that is a superclass of FancyToy” a" 2020-03-03 15:02:34 +08:00