https://github.com/java-edge/effectivejava3-zh
《Effective Java 第三版》中文翻译
https://github.com/java-edge/effectivejava3-zh
Last synced: 3 months ago
JSON representation
《Effective Java 第三版》中文翻译
- Host: GitHub
- URL: https://github.com/java-edge/effectivejava3-zh
- Owner: Java-Edge
- License: mit
- Created: 2020-07-07T12:34:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T06:20:06.000Z (about 5 years ago)
- Last Synced: 2025-01-17T21:44:25.017Z (5 months ago)
- Homepage: http://gdut_yy.gitee.io/doc-ej3/
- Size: 879 KB
- Stars: 15
- Watchers: 1
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EffectiveJava3-zh
《Effective Java 第三版》中文翻译
在线阅读:[http://gdut_yy.gitee.io/doc-ej3/](http://gdut_yy.gitee.io/doc-ej3/)
## 目录
- [第 2 章 创建和销毁对象](docs/ch2.md)
- [第 3 章 对象的通用方法](docs/ch3.md)
- [第 4 章 类和接口](docs/ch4.md)
- [第 5 章 泛型](docs/ch5.md)
- [第 6 章 枚举和注解](docs/ch6.md)
- [第 7 章 λ 表达式和流](docs/ch7.md)
- [第 8 章 方法](docs/ch8.md)
- [第 9 章 通用程序设计](docs/ch9.md)
- [第 10 章 异常](docs/ch10.md)
- [第 11 章 并发](docs/ch11.md)
- [第 12 章 序列](docs/ch12.md)## 本地开发 & 阅读
本项目基于 vuepress 进行开发,以提供比 github mardown 更佳的阅读体验
依赖于 `node.js`、`yarn`、`vuepress` 等环境
```sh
# vuepress
yarn global add vuepress# 本地开发
git clone https://github.com/gdut-yy/EffectiveJava3-zh.git
cd EffectiveJava3-zh/
yarn docs:dev
```## 更多书籍
[https://github.com/xx-zh/xx-zh-roadmap](https://github.com/xx-zh/xx-zh-roadmap)
## License
[MIT](./LICENSE)