From caaf23b5600312a212581cf096b19c62e1068a43 Mon Sep 17 00:00:00 2001 From: Jun Gu <2dxgujun@gmail.com> Date: Sat, 24 Jan 2015 10:16:42 +0800 Subject: [PATCH 1/4] New three books --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ebba6f2..8d3fc82 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ ### MySQL * [MySQL索引背后的数据结构及算法原理](http://www.cnblogs.com/leoo2sk/archive/2011/07/10/mysql-index.html) +* [21分钟MySQL入门教程](http://www.cnblogs.com/mr-wid/archive/2013/05/09/3068229.html) ### 项目相关 @@ -145,6 +146,7 @@ ### 设计模式 * [图说设计模式](https://github.com/me115/design_patterns) +* [史上最全设计模式导学目录](http://blog.csdn.net/lovelion/article/details/17517213) ### Web @@ -329,6 +331,7 @@ * Google Material Design 正體中文版 ([译本一](http://wcc723.gitbooks.io/google_design_translate/content/style-icons.html) [译本二](https://github.com/1sters/material_design_zh)) * [Google Android官方培训课程中文版](http://hukai.me/android-training-course-in-chinese/index.html) * [Android学习之路](http://stormzhang.github.io/android/2014/07/07/learn-android-from-rookie/) +* [Material Design 中文版](http://design.1sters.com/) ### Python From 031ed03febacf6350553521f33c997869ee54aa2 Mon Sep 17 00:00:00 2001 From: wwek Date: Sat, 24 Jan 2015 03:31:56 -0500 Subject: [PATCH 2/4] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B9=A6=E7=B1=8D=20?= =?UTF-8?q?=E7=90=86=E8=A7=A3Linux=E8=BF=9B=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ebba6f2..58a7ed0 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ * [Linux 命令行(中文版)](http://billie66.github.io/TLCL/book/) * [Linux 构建指南](http://works.jinbuguo.com/lfs/lfs62/index.html) * [Linux工具快速教程](https://github.com/me115/linuxtools_rst) +* [理解Linux进程](https://github.com/tobegit3hub/understand_linux_process) #### 智能系统 * [一步步搭建物联网系统](https://github.com/gmszone/designiot) From 713ffcc64515e655c5e36c286fde324d591f2cc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Mon, 26 Jan 2015 13:38:51 +0800 Subject: [PATCH 3/4] =?UTF-8?q?Google=20Material=20Design=20=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E4=BA=86=EF=BC=8C=E5=88=A0=E9=99=A4=E5=85=B6=E4=B8=AD?= =?UTF-8?q?=E4=B8=80=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 081b6b7..d4e2873 100644 --- a/README.md +++ b/README.md @@ -333,7 +333,6 @@ * Google Material Design 正體中文版 ([译本一](http://wcc723.gitbooks.io/google_design_translate/content/style-icons.html) [译本二](https://github.com/1sters/material_design_zh)) * [Google Android官方培训课程中文版](http://hukai.me/android-training-course-in-chinese/index.html) * [Android学习之路](http://stormzhang.github.io/android/2014/07/07/learn-android-from-rookie/) -* [Material Design 中文版](http://design.1sters.com/) ### Python From 519ee7f0d26d048eb2ef3e26519aed6f132f388e Mon Sep 17 00:00:00 2001 From: SDLyu Date: Tue, 27 Jan 2015 16:39:11 +0800 Subject: [PATCH 4/4] =?UTF-8?q?Yeoman=20=E4=B8=AD=E6=96=87=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4e2873..2c8728a 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,7 @@ * [Chrome 开发者工具中文手册](https://github.com/CN-Chrome-DevTools/CN-Chrome-DevTools) * [Chrome扩展开发文档](http://open.chrome.360.cn/extension_dev/overview.html) * [Grunt中文文档](http://www.gruntjs.org/) +* [Yeoman中文文档](http://yeomanjs.org/) * [移动Web前端知识库](https://github.com/AlloyTeam/Mars) * [正则表达式30分钟入门教程](http://deerchao.net/tutorials/regex/regex.htm) * [前端开发体系建设日记](https://github.com/fouber/blog/issues/2)