diff --git a/README.md b/README.md index 4ddd12f1b354bed499162f20aae6a2b43e8a915c..ec22b20192ebd96398c7b51af77c8772d692b542 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) @@ -188,6 +187,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) @@ -246,6 +246,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 @@ -279,6 +280,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 @@ -331,6 +333,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) @@ -531,6 +534,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) ### 测试相关