Files
effective-java-3rd-chinese/README.md
2020-11-18 11:10:38 +08:00

20 lines
757 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# effective-java-3rd-chinese
前51条文章翻译来源地址[https://www.jianshu.com/c/ce8cf0e13b23](https://www.jianshu.com/c/ce8cf0e13b23)
## about this repository
本来以为只是个直接搬运的活,实际上不是。主要工作如下:
* 改进排版,原有博文排版不太优秀,根据**markdown 排版指北**重新排版。
* 内容修改,原作者在翻译过程中有笔误(可能打字太快了),这里进行修改。
* 等待内容搬运完成,使用**cmd markdown**生成 pdf 离线文件
markdown 文件以及英文版原版链接也都放在了 github 上面,希望小伙伴也可以中英文对照,给出一些意见。
## 友情链接
- [On Java 8中文版](https://github.com/LingCoder/OnJava8)