From 7d9c01de44c861aed9606935cb1e148f80c51c22 Mon Sep 17 00:00:00 2001 From: huguangju Date: Fri, 29 May 2015 11:42:10 +0800 Subject: [PATCH 1/5] and You-Dont-Know-JS, etc --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index afa2136..9d49d39 100644 --- a/README.md +++ b/README.md @@ -328,6 +328,7 @@ * [深入理解JavaScript系列](http://www.cnblogs.com/TomXu/archive/2011/12/15/2288411.html) * [ECMAScript 6 入门](http://es6.ruanyifeng.com/) (作者:阮一峰) * [JavaScript Promise迷你书](http://liubin.github.io/promises-book/) +* [You-Dont-Know-JS](https://github.com/getify/You-Dont-Know-JS) (深入JavaScript语言核心机制的系列图书) * jQuery * [jQuery 解构](http://www.cn-cuckoo.com/deconstructed/jquery.html) * [简单易懂的JQuery魔法](http://www.nowamagic.net/librarys/books/contents/jquery) @@ -524,6 +525,10 @@ * [提问的智慧](http://www.dianbo.org/9238/stone/tiwendezhihui.htm) * [Markdown 入门参考](https://github.com/LearnShare/Learning-Markdown) * [背包问题九讲](http://love-oriented.com/pack/) +* [老齐的技术资料](https://github.com/qiwsir/ITArticles) +* [前端技能汇总](https://github.com/JacksonTian/fks) +* [借助开源项目,学习软件开发](https://github.com/zhuangbiaowei/learn-with-open-source) +* [前端工作面试问题](https://github.com/h5bp/Front-end-Developer-Interview-Questions/tree/master/Translations/Chinese) ### 测试相关 From 5dade24c90d7c18bad86cb100594028dab836fbc Mon Sep 17 00:00:00 2001 From: henry-zhuang Date: Fri, 29 May 2015 22:44:56 +0800 Subject: [PATCH 2/5] =?UTF-8?q?:beer:=20=E6=B7=BB=E5=8A=A0=20Revel=20?= =?UTF-8?q?=E6=A1=86=E6=9E=B6=E6=89=8B=E5=86=8C?= 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 7192efb..5d666d0 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,7 @@ * [Network programming with Go 中文翻译版本](https://github.com/astaxie/NPWG_zh) * [Effective Go](http://www.hellogcc.org/effective_go.html) * [Go 语言标准库](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example) +* [Revel 框架手册](http://gorevel.cn/docs/manual/index.html) ### Groovy From 96252ecb7ba5b2c985a5ad86453edd035eb8bd7a Mon Sep 17 00:00:00 2001 From: henry-zhuang Date: Sat, 30 May 2015 13:13:27 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=80=E7=AB=99?= =?UTF-8?q?=E5=BC=8F=E5=AD=A6=E4=B9=A0=20Wireshark?= 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 29e42c8..eebb25a 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,7 @@ * [前端代码规范 及 最佳实践](http://coderlmn.github.io/code-standards/) * [w3school教程整理](http://www.flygon.net/archives/427) * [Wireshark用户手册](http://man.lupaworld.com/content/network/wireshark/index.html) +* [一站式学习Wireshark](https://community.emc.com/thread/194901) * [HTTP 下午茶](http://happypeter.github.io/tealeaf-http/) * [HTTP/2.0 中文翻译](http://yuedu.baidu.com/ebook/478d1a62376baf1ffc4fad99?pn=1) From e4840603a2e4cc37ff3bba8bfd099fcdda4cb25a Mon Sep 17 00:00:00 2001 From: henry-zhuang Date: Fri, 5 Jun 2015 11:20:44 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20QT=20=E6=95=99?= =?UTF-8?q?=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 15de19e..3d0301d 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,7 @@ * [C++ FAQ LITE(中文版)](http://www.sunistudio.com/cppfaq/) * [C++ Primer 5th Answers](https://github.com/Mooophy/Cpp-Primer) * [C++ Concurrency In Action](http://chenxiaowei.gitbooks.io/cpp_concurrency_in_action/) (一本“基于C++11新标准的并发和多线程编程深度指南”,完成部分的翻译,希望能有朋友一起翻译) +* [QT 教程](http://www.kuqin.com/qtdocument/tutorial.html) ### CSS From c979b1785dba079658036eb40654914db27164fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Fri, 5 Jun 2015 15:23:35 +0800 Subject: [PATCH 5/5] delete Linux From Scratch systemd --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3d0301d..ec22b20 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,6 @@ * [Linux 构建指南](http://works.jinbuguo.com/lfs/lfs62/index.html) * [Linux工具快速教程](https://github.com/me115/linuxtools_rst) * [理解Linux进程](https://github.com/tobegit3hub/understand_linux_process) -* [Linux From Scratch systemd 中文翻译](https://github.com/ryanzz/LFS-systemd-zh_CN) #### 智能系统 * [一步步搭建物联网系统](https://github.com/gmszone/designiot)