Merge pull request #1116 from sunxb10/master

added two Git resources and adjusted some format details
pull/1117/head
victor felder 10 years ago
commit fe3a751e06
  1. 12
      free-programming-books-zh.md

@ -5,6 +5,7 @@
* [操作系统](#操作系统) * [操作系统](#操作系统)
* [版本控制](#版本控制) * [版本控制](#版本控制)
* [数据库](#数据库) * [数据库](#数据库)
* [智能系统](#智能系统)
* [Erlang](#erlang) * [Erlang](#erlang)
* [Golang](#golang) * [Golang](#golang)
* [Haskell](#haskell) * [Haskell](#haskell)
@ -26,10 +27,9 @@
### 语言无关 ### 语言无关
* [一步步搭建物联网系统](https://github.com/gmszone/designiot)
#### 在线教育 #### 在线教育
* [MIT OCW -- 麻省理工学院“开放式课程网页”](http://ocw.mit.edu/courses/translated-courses/simplified-chinese/) * [MIT 公开课](http://ocw.mit.edu/courses/translated-courses/simplified-chinese/)
* [Coursera](https://www.coursera.org/courses?orderby=upcoming&lngs=zh) * [Coursera](https://www.coursera.org/courses?orderby=upcoming&lngs=zh)
* [Udacity](https://www.udacity.com/) * [Udacity](https://www.udacity.com/)
* [xuetangX](https://www.xuetangx.com/) * [xuetangX](https://www.xuetangx.com/)
@ -41,7 +41,7 @@
#### 软件开发方法 #### 软件开发方法
* [硝烟中的 Scrum 和 XP](http://www.infoq.com/cn/minibooks/scrum-xp-from-the-trenches) * [硝烟中的 Scrum 和 XP](http://www.infoq.com/cn/minibooks/scrum-xp-from-the-trenches)
* [文章《Functional Programming For The Rest of Us》的中文翻译](https://github.com/justinyhuang/Functional-Programming-For-The-Rest-of-Us-Cn) * [傻瓜函数编程](https://github.com/justinyhuang/Functional-Programming-For-The-Rest-of-Us-Cn) (《Functional Programming For The Rest of Us》中文版)
#### 操作系统 #### 操作系统
@ -55,12 +55,17 @@
* [Git 参考手册](http://gitref.justjavac.com/) * [Git 参考手册](http://gitref.justjavac.com/)
* [沉浸式学 Git](http://igit.linuxtoy.org/index.html) * [沉浸式学 Git](http://igit.linuxtoy.org/index.html)
* [Got GitHub](https://github.com/gotgit/gotgithub) * [Got GitHub](https://github.com/gotgit/gotgithub)
* [Git Community Book 中文版](http://gitbook.liuhui998.com/)
* [学习 Git 分支](http://pcottle.github.io/learnGitBranching/) (点击右下角按钮可切换至简体及正体中文)
#### 数据库 #### 数据库
* [The Little MongoDB Book 中文版](https://github.com/justinyhuang/the-little-mongodb-book-cn) * [The Little MongoDB Book 中文版](https://github.com/justinyhuang/the-little-mongodb-book-cn)
* [Redis 设计与实现](http://www.redisbook.com) * [Redis 设计与实现](http://www.redisbook.com)
#### 智能系统
* [一步步搭建物联网系统](https://github.com/gmszone/designiot)
### Erlang ### Erlang
* [Erlang 并发编程](https://github.com/liancheng/cpie-cn) (《Concurrent Programming in Erlang (Part I)》中文版) * [Erlang 并发编程](https://github.com/liancheng/cpie-cn) (《Concurrent Programming in Erlang (Part I)》中文版)
@ -80,6 +85,7 @@
### HTML / CSS ### HTML / CSS
* [学习 CSS 布局](http://zh.learnlayout.com/) * [学习 CSS 布局](http://zh.learnlayout.com/)
* [HTML5 教程](http://www.w3school.com.cn/html5/)
### Javascript ### Javascript

Loading…
Cancel
Save