Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luohaha/Chinese-uvbook
翻译的libuv的中文教程
https://github.com/luohaha/Chinese-uvbook
Last synced: 2 months ago
JSON representation
翻译的libuv的中文教程
- Host: GitHub
- URL: https://github.com/luohaha/Chinese-uvbook
- Owner: luohaha
- Created: 2015-11-09T15:09:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T06:50:18.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T17:49:28.566Z (3 months ago)
- Language: C
- Homepage:
- Size: 1.78 MB
- Stars: 1,517
- Watchers: 60
- Forks: 253
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - Chinese-uvbook
README
# libuv中文教程
翻译自[《An Introduction to libuv》](https://github.com/nikhilm/uvbook).
会持续关注原教程并更新中文版,本教程基于libuv的v1.3.0。## 在线阅读
目前关闭gitbook在线阅读,大家直接在github上查看md文件即可。## 目录
1. [简介](./source/introduction.md)
2. [libuv基础](./source/basics_of_libuv.md)
3. [文件系统](./source/filesystem.md)
4. [网络](./source/networking.md)
5. [线程](./source/threads.md)
6. [进程](./source/processes.md)
7. [高级事件循环](./source/advanced-event-loops.md)
8. [实用工具](./source/utilities.md)
9. [关于](./source/about.md)## 翻译人员
翻译人员[在这](https://github.com/luohaha/Chinese-uvbook/graphs/contributors)。## 辅助阅读
1. [libuv官方文档](http://docs.libuv.org/en/v1.x/)-由于教程有些知识点讲解得不够深入,需要我们自行阅读官方文档,来加强理解。
2. [教程的完整代码](https://github.com/nikhilm/uvbook/tree/master/code)-教程中展示的代码并不完整,对于一些复杂的程序,需要阅读完整的实例代码。## 说明
在翻译的过程中,对于一些个人觉得可能不是那么容易理解的知识点,我都会附上自己收集的说明资料的链接,以方便学习。由于个人的英文水平有限,如果大家发现翻译出错或者不合适的地方,欢迎PR(修改master分支下,source文件夹下的md文件即可)。