Skip to content

Commit 3b0acf3

Browse files
committed
清空项目内容
1 parent 1ef7ec4 commit 3b0acf3

File tree

1,841 files changed

+5
-154409
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,841 files changed

+5
-154409
lines changed

Diff for: CONTRIBUTING.md

-45
This file was deleted.

Diff for: README.md

+5-103
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,12 @@
11
# 《On Java 8》中文版
22

3-
## 书籍简介
3+
## 通知公告
44

5-
- 本书原作者为 [] Bruce Eckel,即《Java 编程思想》的作者。
5+
图灵要出On Java 8的中文版了!
6+
非常感谢大家长久以来对本项目的支持和贡献,出于对原作者的敬意和对版权尊重,本项目将于2021年2月26日起闭源。
7+
之后,我将作为On Java 8的特邀审读嘉宾,继续贡献自己的一份力量!
68

7-
8-
## 传送门
9-
10-
- 目录阅读:[进入](https://github.com/LingCoder/OnJava8/blob/master/SUMMARY.md)
11-
12-
- GitHub Pages 完整阅读:[进入](https://lingcoder.github.io/OnJava8/)
13-
14-
- Gitee Pages 完整阅读:[进入](https://lingcoder.gitee.io/onjava8/)
15-
16-
## 翻译进度
17-
18-
- [x] [前言](docs/book/00-Preface.md)
19-
- [x] [简介](docs/book/00-Introduction.md)
20-
- [x] [第一章 对象的概念](docs/book/01-What-is-an-Object.md)
21-
- [x] [第二章 安装 Java 和本书用例](docs/book/02-Installing-Java-and-the-Book-Examples.md)
22-
- [x] [第三章 万物皆对象](docs/book/03-Objects-Everywhere.md)
23-
- [x] [第四章 运算符](docs/book/04-Operators.md)
24-
- [x] [第五章 控制流](docs/book/05-Control-Flow.md)
25-
- [x] [第六章 初始化和清理](docs/book/06-Housekeeping.md)
26-
- [x] [第七章 封装](docs/book/07-Implementation-Hiding.md)
27-
- [x] [第八章 复用](docs/book/08-Reuse.md)
28-
- [x] [第九章 多态](docs/book/09-Polymorphism.md)
29-
- [x] [第十章 接口](docs/book/10-Interfaces.md)
30-
- [x] [第十一章 内部类](docs/book/11-Inner-Classes.md)
31-
- [x] [第十二章 集合](docs/book/12-Collections.md)
32-
- [x] [第十三章 函数式编程](docs/book/13-Functional-Programming.md)
33-
- [x] [第十四章 流式编程](docs/book/14-Streams.md)
34-
- [x] [第十五章 异常](docs/book/15-Exceptions.md)
35-
- [x] [第十六章 代码校验](docs/book/16-Validating-Your-Code.md)
36-
- [x] [第十七章 文件](docs/book/17-Files.md)
37-
- [x] [第十八章 字符串](docs/book/18-Strings.md)
38-
- [x] [第十九章 类型信息](docs/book/19-Type-Information.md)
39-
- [x] [第二十章 泛型](docs/book/20-Generics.md)
40-
- [x] [第二十一章 数组](docs/book/21-Arrays.md)
41-
- [x] [第二十二章 枚举](docs/book/22-Enumerations.md)
42-
- [x] [第二十三章 注解](docs/book/23-Annotations.md)
43-
- [x] [第二十四章 并发编程](docs/book/24-Concurrent-Programming.md)
44-
- [ ] [第二十五章 设计模式](docs/book/25-Patterns.md)
45-
- [x] [附录:补充](docs/book/Appendix-Supplements.md)
46-
- [x] [附录:编程指南](docs/book/Appendix-Programming-Guidelines.md)
47-
- [x] [附录:文档注释](docs/book/Appendix-Javadoc.md)
48-
- [ ] [附录:对象传递和返回](docs/book/Appendix-Passing-and-Returning-Objects.md)
49-
- [x] [附录:流式 IO](docs/book/Appendix-IO-Streams.md)
50-
- [x] [附录:标准 IO](docs/book/Appendix-Standard-IO.md)
51-
- [x] [附录:新 IO](docs/book/Appendix-New-IO.md)
52-
- [x] [附录:理解 equals 和 hashCode 方法](docs/book/Appendix-Understanding-equals-and-hashCode.md)
53-
- [x] [附录:集合主题](docs/book/Appendix-Collection-Topics.md)
54-
- [x] [附录:并发底层原理](docs/book/Appendix-Low-Level-Concurrency.md)
55-
- [x] [附录:数据压缩](docs/book/Appendix-Data-Compression.md)
56-
- [x] [附录:对象序列化](docs/book/Appendix-Object-Serialization.md)
57-
- [ ] [附录:静态语言类型检查](docs/book/Appendix-Benefits-and-Costs-of-Static-Type-Checking.md)
58-
- [x] [附录:C++ 和 Java 的优良传统](docs/book/Appendix-The-Positive-Legacy-of-C-plus-plus-and-Java.md)
59-
- [ ] [附录:成为一名程序员](docs/book/Appendix-Becoming-a-Programmer.md)
9+
想要继续关注本书出版进度,请访问图灵社区:https://www.ituring.com.cn/book/2935
6010

6111

6212
## 一起交流
@@ -66,54 +16,6 @@
6616
<div align="left">
6717
<img src="https://raw.githubusercontent.com/LingCoder/OnJava8/master/assets/QQGroupQRCode.png" alt="QQGroupQRCode"/>
6818
</div>
69-
70-
## 大事记
71-
72-
- 2018-11-20 初始化项目
73-
74-
## 原书资料
75-
76-
<div align="left">
77-
<img src="https://raw.githubusercontent.com/LingCoder/OnJava8/master/cover_small.jpg" alt="cover_small"/>
78-
</div>
79-
80-
- 作者: Bruce Eckel
81-
- ISBN: 9780981872520
82-
- 页数:2038
83-
- 发行:仅电子版
84-
85-
## 示例代码
86-
87-
- [gradle: OnJava8-Examples](https://github.com/BruceEckel/OnJava8-Examples)
88-
- [maven: OnJava8-Examples-Maven](https://github.com/sjsdfg/OnJava8-Examples-Maven)
89-
90-
## 贡献者
91-
92-
- 主译:[LingCoder](https://github.com/LingCoder)[sjsdfg](https://github.com/sjsdfg)[xiangflight](https://github.com/xiangflight)
93-
- 参译:[Langdon-Chen](https://github.com/Langdon-Chen)[1326670425](https://github.com/1326670425)[LortSir](https://github.com/LortSir)
94-
- 校对:[LingCoder](https://github.com/LingCoder)[jason31520](https://github.com/jason31520)[xiangflight](https://github.com/xiangflight)[nickChenyx](https://github.com/nickChenyx)
95-
96-
## 翻译说明
97-
98-
1. 本书排版布局和翻译风格上参考**阮一峰**老师的 [中文技术文档的写作规范](https://github.com/ruanyf/document-style-guide)
99-
2. 采用第一人称叙述。
100-
3. 由于中英行文差异,完全的逐字逐句翻译会很冗余啰嗦。所以本人在翻译过程中,去除了部分主题无关内容、重复描写。
101-
4. 译者在翻译中同时参考了谷歌、百度、有道翻译的译文。最后结合译者自己的理解进行本地化,尽量做到专业和言简意赅,方便大家更好的理解学习。
102-
5. 由于译者个人能力、时间有限,如有翻译错误和笔误的地方,还请大家批评指正!
103-
104-
## 如何参与
105-
106-
如果你想对本书做出一些贡献的话
107-
可以在阅读本书过程中帮忙校对,找 bug 错别字等等
108-
可以提出专业方面的修改建议
109-
可以把一些不尽人意的语句翻译的更好更有趣
110-
对于以上各类建议,请以 issue 或 pr 的形式发送,我看到之后会尽快处理
111-
使用 MarkDown 编辑器,md 语法格式进行文档翻译及排版工作
112-
完成之后 PullRequest
113-
如没问题的话,我会合并到主分支
114-
如不熟悉 md 排版,可不必纠结,我会在合并 pr 时代为排版
115-
如还有其它问题,欢迎发送 issue,谢谢~
116-
11719
## 开源协议
11820

11921
本项目基于 MIT 协议开源。

0 commit comments

Comments
 (0)