free-programming-books-zh.md 10.2 KB
Newer Older
C
Christoph Uschkrat 已提交
1
### 目录
S
Sun Xiaobo 已提交
2 3 4 5 6 7
* [语言无关](#语言无关)
	* [在线教育](#在线教育)
	* [软件开发方法](#软件开发方法)
	* [操作系统](#操作系统)
	* [版本控制](#版本控制)
	* [数据库](#数据库)
8
    * [智能系统](#智能系统)
9 10 11
    * [正则表达式](#正则表达式)
* [C](#c)
* [C++](#c-1)
S
sunxb10 已提交
12
* [CoffeeScript](#coffeescript)
13
* [Elasticsearch](#elasticsearch)
S
Sun Xiaobo 已提交
14
* [Erlang](#erlang)
15
* [Fortran](#fortran)
16 17 18
* [Golang](#golang)
* [Haskell](#haskell)
* [HTML / CSS](#html--css)
19
* [JavaScript](#javascript)
20
* [LaTeX](#latex)
J
Jinyang Zhou 已提交
21
* [LISP](#lisp)
22
* [Lua](#lua)
23
* [Markdown](#markdown)
S
sunxb10 已提交
24
* [Node.js](#nodejs)
25
* [Perl](#perl)
R
Ruchee 已提交
26
* [PHP](#php)
27
* [Python](#python)
S
Sun Xiaobo 已提交
28
* [R](#r)
29
* [reStructuredText](#restructuredtext)
30
* [Ruby](#ruby)
J
Jinyang Zhou 已提交
31
* [Scala](#scala)
S
Sun Xiaobo 已提交
32
* [Scheme](#scheme)
J
Jinyang Zhou 已提交
33
* [Shell](#shell)
34
* [Swift](#swift)
S
Sun Xiaobo 已提交
35
* [Vim](#vim)
36
* [Visual Prolog](#visual-prolog)
37
* [Web](#web)
38

39

S
Sun Xiaobo 已提交
40 41 42
### 语言无关

#### 在线教育
J
Jakukyo Friel 已提交
43 44
* [CodeSchool](https://www.codeschool.com/)
* [Codecademy](http://www.codecademy.com/?locale_code=zh)
45
* [Coursera](https://www.coursera.org/courses?orderby=upcoming&lngs=zh)
J
Jakukyo Friel 已提交
46 47 48
* [Learn X in Y minutes](http://learnxinyminutes.com/) (数十种语言快速入门教程)
* [MIT 公开课](http://ocw.mit.edu/courses/translated-courses/simplified-chinese/)
* [TeamTreeHouse](http://teamtreehouse.com/)
49
* [Udacity](https://www.udacity.com/)
50
* [xuetangX](https://www.xuetangx.com/)
51
* [慕课网](http://www.imooc.com/course/list)(丰富的移动端开发、php开发、web前端、html5教程以及css3视频教程等课程资源)
W
weekend27 已提交
52 53
* [极客学院](http://www.jikexueyuan.com/)
* [51CTO学院](http://edu.51cto.com/)
54

S
Sun Xiaobo 已提交
55
#### 软件开发方法
56
* [傻瓜函数编程](https://github.com/justinyhuang/Functional-Programming-For-The-Rest-of-Us-Cn) (《Functional Programming For The Rest of Us》中文版)
J
Jakukyo Friel 已提交
57
* [硝烟中的 Scrum 和 XP](http://www.infoq.com/cn/minibooks/scrum-xp-from-the-trenches)
58

59

S
Sun Xiaobo 已提交
60
#### 操作系统
61
* [Linux Guide for Complete Beginners](http://happypeter.github.io/LGCB/book/)
J
Jakukyo Friel 已提交
62
* [UNIX TOOLBOX](http://cb.vu/unixtoolbox_zh_CN.xhtml)
R
Ruchee 已提交
63 64
* [鸟哥的 Linux 私房菜 基础学习篇](http://vbird.dic.ksu.edu.tw/linux_basic/linux_basic.php)
* [鸟哥的 Linux 私房菜 服务器架设篇](http://vbird.dic.ksu.edu.tw/linux_server/)
Z
zryfish 已提交
65
* [Operating Systems: Three Easy Pieces](http://pages.cs.wisc.edu/~remzi/OSTEP/)
W
weekend27 已提交
66
* [uCore Lab: Operating System Course in Tsinghua University](https://www.gitbook.com/book/objectkuan/ucore-docs/details)
67

S
Sun Xiaobo 已提交
68
#### 版本控制
J
Jinyang Zhou 已提交
69
* [Git - 简易指南](http://rogerdudler.github.io/git-guide/index.zh.html)
J
Jakukyo Friel 已提交
70 71
* [Git Community Book 中文版](http://gitbook.liuhui998.com/)
* [Git magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/zh_cn/)
J
Jinyang Zhou 已提交
72
* [Git 参考手册](http://gitref.justjavac.com/)
S
Sun Xiaobo 已提交
73
* [Got GitHub](https://github.com/gotgit/gotgithub)
J
Jakukyo Friel 已提交
74
* [Pro Git](http://git-scm.com/book/zh)
75
* [学习 Git 分支](http://pcottle.github.io/learnGitBranching/) (点击右下角按钮可切换至简体及正体中文)
J
Jakukyo Friel 已提交
76
* [沉浸式学 Git](http://igit.linuxtoy.org/index.html)
77

78

S
Sun Xiaobo 已提交
79
#### 数据库
80
* [Redis 设计与实现](http://www.redisbook.com)
J
Jakukyo Friel 已提交
81
* [The Little MongoDB Book 中文版](https://github.com/justinyhuang/the-little-mongodb-book-cn)
J
João G. Packer 已提交
82

83

84 85 86
#### 智能系统
* [一步步搭建物联网系统](https://github.com/gmszone/designiot)

87

88 89 90 91 92 93 94 95
#### 正则表达式
* [正则表达式30分钟入门教程](http://deerchao.net/tutorials/regex/regex.htm)



### C
* [C 语言常见问题集](http://c-faq-chn.sourceforge.net/ccfaq/ccfaq.html)
* [C/C++ 学习教程](http://doc.lellansin.com/)
J
Jakukyo Friel 已提交
96
* [新概念 C 语言教程](https://github.com/limingth/NCCL)
R
Ruchee 已提交
97
* [Linux C 编程一站式学习](http://docs.linuxtone.org/ebooks/C&CPP/c/)
98 99


100

101 102
### C++
* [C++ Template 进阶指南](https://github.com/wuye9036/CppTemplateTutorial)
J
Jakukyo Friel 已提交
103
* [C++ 基础教程](http://www.prglab.com/cms/)
104
* [C++ 并发编程指南](https://github.com/forhappy/A-Detailed-Cplusplus-Concurrency-Tutorial)
J
Jakukyo Friel 已提交
105
* [像计算机科学家一样思考(C++版)](http://www.ituring.com.cn/book/1203) (《How To Think Like a Computer Scientist: C++ Version》中文版)
106 107


S
sunxb10 已提交
108
### CoffeeScript
J
Jakukyo Friel 已提交
109
* [CoffeeScript Cookbook](http://island205.github.io/coffeescript-cookbook.github.com/)
S
sunxb10 已提交
110 111
* [CoffeeScript 中文](http://coffee-script.org/)
* [CoffeeScript 中文手册](http://island205.github.io/tlboc/) (《The Little Book on CoffeeScript》中文版)
112
* [CoffeeScript 编程风格指南](https://github.com/elrrrrrrr/coffeescript-style-guide/blob/master/README-ZH.md)
S
sunxb10 已提交
113

114 115
### Elasticsearch
* [Elasticsearch 权威指南](https://github.com/looly/elasticsearch-definitive-guide-cn) (《Elasticsearch the definitive guide》中文版)
S
sunxb10 已提交
116

S
Sun Xiaobo 已提交
117
### Erlang
118
* [Erlang 并发编程](https://github.com/liancheng/cpie-cn) (《Concurrent Programming in Erlang (Part I)》中文版)
S
Sun Xiaobo 已提交
119 120


121 122 123 124
### Fortran
* [Fortran77和90/95编程入门](http://micro.ustc.edu.cn/Fortran/ZJDing/)


125
### Golang
126 127
* [Go Web 编程](https://github.com/astaxie/build-web-application-with-golang)
* [Go 入门指南](https://github.com/Unknwon/the-way-to-go_ZH_CN) (《The Way to Go》中文版)
128
* [Go 指南](http://go-tour-zh.appsp0t.com/) (《A Tour of Go》中文版)
J
Jakukyo Friel 已提交
129 130
* [Go 编程基础](https://github.com/Unknwon/go-fundamental-programming)
* [学习 Go 语言](https://github.com/mikespook/Learning-Go-zh-cn)
131 132 133 134


### Haskell
* [Haskell 趣学指南](http://learnyouahaskell-zh-tw.csie.org/)
J
Jakukyo Friel 已提交
135
* [Real World Haskell 中文版](http://rwh.readthedocs.org/en/latest/)
136 137 138


### HTML / CSS
139
* [HTML5 教程](http://www.w3school.com.cn/html5/)
J
Jakukyo Friel 已提交
140
* [学习 CSS 布局](http://zh.learnlayout.com/)
141
* [CSS参考手册](http://css.doyoe.com/)
142 143 144


### Javascript
145
* [Javascript Garden](http://bonsaiden.github.io/JavaScript-Garden/zh/)
S
Sun Xiaobo 已提交
146
* [Javascript 原理](http://typeof.net/s/jsmech/)
147 148
* [JavaScript 标准参考教程](http://javascript.ruanyifeng.com/)
* [ECMAScript 6入门](http://es6.ruanyifeng.com/)
149

150

151
### LaTeX
S
Sun Xiaobo 已提交
152
* [LaTeX 笔记](http://www.dralpha.com/zh/tech/tech.htm)
J
Jakukyo Friel 已提交
153
* [一份不太简短的 LaTeX2ε 介绍](http://ctan.org/pkg/lshort-zh-cn)
S
Sun Xiaobo 已提交
154
* [大家來學 LaTeX](http://web.math.isu.edu.tw/yeh/HowTo/HowToTex/latex123.pdf)
155

156

J
Jinyang Zhou 已提交
157 158
### LISP
* [ANSI Common Lisp 中文翻译版](http://acl.readthedocs.org/en/latest/)
S
Sun Xiaobo 已提交
159
* [Common Lisp 高级编程技术](http://www.ituring.com.cn/minibook/862) (《On Lisp》中文版)
J
Jinyang Zhou 已提交
160

161

162 163 164 165
### Lua
* [Lua 5.3 参考手册](http://www.w3cschool.cc/manual/lua53doc/contents.html)


S
Sun Xiaobo 已提交
166
### Markdown
167 168
* [Markdown 快速入门](http://wowubuntu.com/markdown/basic.html)
* [Markdown 简明教程](http://jianshu.io/p/7bd23251da0a)
J
Jakukyo Friel 已提交
169
* [Markdown 语法说明](http://wowubuntu.com/markdown/)
170
* [献给写作者的 Markdown 新手指南](http://jianshu.io/p/q81RER)
J
Jinyang Zhou 已提交
171

172

S
sunxb10 已提交
173 174
### Node.js
* [Node 入门](http://www.nodebeginner.org/index-zh-cn.html)
W
wanglichao 已提交
175
* [The NodeJS 中文文档](https://www.gitbook.com/book/0532/nodejs/details)(社区翻译)
H
harvey-he 已提交
176
* [七天学会NodeJS](http://nqdeng.github.io/7-days-nodejs/) 阿里出品,很好的入门资料
S
sunxb10 已提交
177 178


179 180
### Perl
* [Master Perl Today](https://github.com/fayland/chinese-perl-book)
181 182
* [Perl 5 教程](http://www.cbi.pku.edu.cn/chinese/documents/perl/index.htm)
* [Perl 教程](http://www.yiibai.com/perl)
J
Jakukyo Friel 已提交
183
* [《Modern Perl》中文版](https://github.com/horus/modern_perl_book)
184 185


R
Ruchee 已提交
186 187
### PHP
* [深入理解 PHP 内核](http://www.php-internals.com/book/)
冰古 已提交
188
* [PHP5中文手册](http://php.net/manual/zh/)
R
Ruchee 已提交
189
* [PHP扩展开发及内核应用](http://www.walu.cc/phpbook/preface.md)
190
* [Symfony2 实例教程](http://wusuopu.gitbooks.io/symfony2_tutorial/content)
A
aneasystone 已提交
191
* [PHP 之道](http://wulijun.github.io/php-the-right-way/)
R
Ruchee 已提交
192 193


194
### Python
J
Jakukyo Friel 已提交
195
* [Django book 2.0](http://djangobook.py3k.cn/2.0/)
B
bluemandora 已提交
196
* [Python 3 文档(简体中文) 3.2.2 documentation](http://docspy3zh.readthedocs.org/en/latest/)
197
* [深入 Python](http://woodpecker.org.cn/diveintopython/)
198
* [深入 Python 3](http://woodpecker.org.cn/diveintopython3/)
199
* [笨办法学 Python](http://sebug.net/paper/books/LearnPythonTheHardWay/)
S
Sun Xiaobo 已提交
200 201 202 203
* [简明 Python 教程](http://woodpecker.org.cn/abyteofpython_cn/chinese/) (《A Byte of Python》中文版)


### R
204
* [153分钟学会 R ](http://cran.r-project.org/doc/contrib/Liu-FAQ.pdf)
J
Jakukyo Friel 已提交
205
* [R 导论](http://cran.r-project.org/doc/contrib/Ding-R-intro_cn.pdf) (《An Introduction to R》中文版)
S
Sun Xiaobo 已提交
206 207
* [《R for beginners》中文版](http://www.biosino.org/R/R-doc/files/R4beg_cn_2.0.pdf)
* [用 R 构建 Shiny 应用程序](http://yanping.me/shiny-tutorial/) (《Building 'Shiny' Applications with R》中文版)
J
Jakukyo Friel 已提交
208
* [统计学与 R 读书笔记](http://cran.r-project.org/doc/contrib/Xu-Statistics_and_R.pdf)
209 210


211 212 213
### reStructuredText
* [reStructuredText 入门](http://www.pythondoc.com/sphinx/rest.html)
* [reStructuredText 简明教程](http://jwch.sdut.edu.cn/book/rst.html)
214 215 216 217 218


### Ruby
* [Rails 风格指南](https://github.com/JuanitoFatas/rails-style-guide/blob/master/README-zhCN.md)
* [Ruby on Rails Tutorial 原书第 2 版](http://railstutorial-china.org/)
R
Ruchee 已提交
219
* [Ruby on Rails 实战圣经](http://ihower.tw/rails4/)
J
Jakukyo Friel 已提交
220 221
* [Ruby 风格指南](https://github.com/JuanitoFatas/ruby-style-guide/blob/master/README-zhCN.md)
* [笨方法学 Ruby](http://lrthw.github.io/)
J
Jinyang Zhou 已提交
222

223

J
Jinyang Zhou 已提交
224
### Scala
S
Sun Xiaobo 已提交
225
* [Effective Scala](http://twitter.github.io/effectivescala/index-cn.html)
J
Jinyang Zhou 已提交
226
* [Scala 课堂](http://twitter.github.io/scala_school/zh_cn/index.html) (Twitter的Scala中文教程)
P
ponxu 已提交
227
* [Scala 初学者指南](https://www.gitbook.com/book/windor/beginners-guide-to-scala/details) (The Neophyte's Guide to Scala)
J
Jinyang Zhou 已提交
228

229

S
Sun Xiaobo 已提交
230
### Scheme
231
* [Scheme 入门教程](http://deathking.github.io/yast-cn/) (《Yet Another Scheme Tutorial》中文版)
J
jks-liu 已提交
232
* [算法语言Scheme修订<sup>6</sup>报告](http://r6rs.mrliu.org/)(R<sup>6</sup>RS简体中文翻译)
S
Sun Xiaobo 已提交
233 234


J
Jinyang Zhou 已提交
235
### Shell
S
Sun Xiaobo 已提交
236
* [Shell 编程基础](http://wiki.ubuntu.org.cn/Shell%E7%BC%96%E7%A8%8B%E5%9F%BA%E7%A1%80)
J
Jakukyo Friel 已提交
237
* [Shell 脚本编程30分钟入门](https://github.com/qinjx/30min_guides/blob/master/shell.md)
238
* [The Linux Command Line 中文版](http://billie66.github.io/TLCL/book/zh)
239

240

241 242 243 244
### Swift
* [《The Swift Programming Language》中文版](https://www.gitbook.io/book/numbbbbb/-the-swift-programming-language-)


S
Sun Xiaobo 已提交
245
### Vim
246
* [大家來學 VIM](http://www.study-area.org/tips/vim/index.html)
247
* [Vim Manual(中文版)](http://man.chinaunix.net/newsoft/vi/doc/help.html)
248

249

250 251
### Visual Prolog
* [Visual Prolog 7初学指南](http://wiki.visual-prolog.com/index.php?title=A_Beginners_Guide_to_Visual_Prolog_in_Chinese)
J
Jakukyo Friel 已提交
252
* [Visual Prolog 7边练边学](http://wiki.visual-prolog.com/index.php?title=Visual_Prolog_for_Tyros_in_Chinese)
253 254 255 256


### Web
* [HTTP 下午茶](http://happypeter.github.io/tealeaf-http)