68 lines
1.9 KiB
Markdown
Raw Normal View History

2013-11-04 10:02:01 +08:00
免费的编程中文图书索引
2013-11-03 17:59:19 -08:00
============================
2013-11-04 10:02:01 +08:00
免费的编程中文图书索引,欢迎投稿。
## 参与交流
鼓励使用 Issues 以及 Pull Request 进行参与。
2013-11-04 10:11:57 +08:00
## 目录
2013-11-04 10:02:01 +08:00
2013-11-04 10:11:57 +08:00
* [语言无关类](#语言无关类)
2013-11-04 10:53:41 +08:00
* [WEB服务器](#web服务器)
2013-11-04 10:54:25 +08:00
* [版本控制](#版本控制)
2013-11-04 10:52:39 +08:00
* [NoSQL](#nosql)
2013-11-04 10:19:29 +08:00
* [语言相关类](#语言相关类)
2013-11-04 10:52:39 +08:00
* [C/C++](#cc)
2013-11-04 10:19:29 +08:00
* [javascript](#javascript)
2013-11-04 10:52:39 +08:00
* [PHP](#php)
* [Python](#python)
* [Go](#go)
2013-11-04 10:11:57 +08:00
2013-11-04 10:12:38 +08:00
## 语言无关类
2013-11-04 10:11:57 +08:00
### WEB服务器
* [Nginx开发从入门到精通](https://github.com/taobao/nginx-book)
2013-11-04 10:54:25 +08:00
### 版本控制
2013-11-04 10:26:17 +08:00
* [Pro Git](http://git-scm.com/book/zh) (fork on [github](https://github.com/progit/progit))
2013-11-04 10:19:29 +08:00
2013-11-04 10:40:18 +08:00
### NoSQL
* [The Little MongoDB Book](https://github.com/justinyhuang/the-little-mongodb-book-cn/blob/master/mongodb.md)
* [The Little Redis Book](https://github.com/JasonLai256/the-little-redis-book/blob/master/cn/redis.md)
2013-11-04 10:19:29 +08:00
## 语言相关类
2013-11-04 10:50:36 +08:00
### C/C++
* [C++ 并发编程指南](https://github.com/forhappy/A-Detailed-Cplusplus-Concurrency-Tutorial)
* [CGDB中文手册](https://github.com/leeyiw/cgdb-manual-in-chinese)
2013-11-04 10:19:29 +08:00
### javascript
* [Node入门](http://www.nodebeginner.org/index-zh-cn.html)
2013-11-04 10:40:18 +08:00
* [backbone.js入门教程](http://www.the5fire.com/backbone-js-tutorials-pdf-download.html) (pdf)
* [Backbone.js入门教程第二版](https://github.com/the5fire/backbonejs-learning-note)
2013-11-04 10:50:36 +08:00
### PHP
* [PHP之道](https://github.com/wulijun/php-the-right-way)
* [深入理解PHP内核](https://github.com/reeze/tipi)
2013-11-04 10:40:18 +08:00
### Python
* [Django 文档中文版](https://django-document-cn.readthedocs.org/en/latest/)
2013-11-04 10:50:36 +08:00
### Go
* [Go编程基础](https://github.com/Unknwon/go-fundamental-programming)
* [Go入门指南](https://github.com/Unknwon/the-way-to-go_ZH_CN)
* [Go Web 编程](https://github.com/astaxie/build-web-application-with-golang)
* [Go实战开发](https://github.com/astaxie/Go-in-Action)