|
62 | 62 | * [iOS](#ios)
|
63 | 63 | * [Java](#java)
|
64 | 64 | * [JavaScript](#javascript)
|
65 | | - * [Kotlin](#Kotlin) |
| 65 | + * [Kotlin](#kotlin) |
66 | 66 | * [LaTeX](#latex)
|
67 | 67 | * [LISP](#lisp)
|
68 | 68 | * [Lua](#lua)
|
|
287 | 287 | * [http2讲解](https://www.gitbook.com/book/ye11ow/http2-explained/details)
|
288 | 288 | * [3 Web Designs in 3 Weeks](https://www.gitbook.com/book/juntao/3-web-designs-in-3-weeks/details)
|
289 | 289 | * [站点可靠性工程](https://github.com/hellorocky/Site-Reliability-Engineering)
|
| 290 | +* [Web安全学习笔记](https://websec.readthedocs.io) |
290 | 291 |
|
291 | 292 | [返回目录](#目录)
|
292 | 293 |
|
|
367 | 368 | * [C++ 并发编程(基于C++11)](https://www.gitbook.com/book/chenxiaowei/cpp_concurrency_in_action/details)
|
368 | 369 | * [QT 教程](http://www.kuqin.com/qtdocument/tutorial.html)
|
369 | 370 | * [DevBean的《Qt学习之路2》(Qt5)](http://www.devbean.net/category/qt-study-road-2/)
|
| 371 | +* [中文版《QmlBook》](https://github.com/cwc1987/QmlBook-In-Chinese) |
370 | 372 | * [C++ Template 进阶指南](https://github.com/wuye9036/CppTemplateTutorial)
|
371 | 373 | * [libuv中文教程](https://github.com/luohaha/Chinese-uvbook)
|
372 | 374 | * [Boost 库中文教程](http://zh.highscore.de/cpp/boost/)
|
|
449 | 451 | * [Go 官方文档翻译](https://github.com/golang-china/golangdoc.translations)
|
450 | 452 | * [深入解析Go](https://github.com/tiancaiamao/go-internals)
|
451 | 453 | * [Go语言圣经(中文版)](https://bitbucket.org/golang-china/gopl-zh/wiki/Home) ([GitBook](https://www.gitbook.com/book/wizardforcel/gopl-zh/details))
|
| 454 | +* [golang runtime源码分析](https://github.com/sheepbao/golang_runtime_reading) |
| 455 | +* [Go语言实战: 编写可维护Go语言代码建议](https://github.com/llitfkitfk/go-best-practice) |
| 456 | +* [Golang 系列教程(译)](https://github.com/Tinywan/golang-tutorial) |
| 457 | +* [Go RPC 开发指南](https://github.com/smallnest/go-rpc-programming-guide)[GitBook](https://smallnest.gitbooks.io/go-rpc-programming-guide/) |
| 458 | +* [Go语言高级编程](https://books.studygolang.com/advanced-go-programming-book/) |
| 459 | +* [Go2编程指南](https://chai2010.cn/go2-book/) |
| 460 | +* [Go语言设计模式](https://github.com/senghoo/golang-design-pattern) |
| 461 | +* [Go语言四十二章经](https://github.com/ffhelicopter/Go42) |
452 | 462 |
|
453 | 463 | [返回目录](#目录)
|
454 | 464 |
|
|
569 | 579 | * [React.js 中文文档](https://doc.react-china.org/)
|
570 | 580 | * [React webpack-cookbook](https://github.com/fakefish/react-webpack-cookbook)
|
571 | 581 | * [React 入门教程](http://fraserxu.me/intro-to-react/)
|
| 582 | + * [React 入门教程](https://hulufei.gitbooks.io/react-tutorial/content/) (作者:hulufei, 与上行不同作者) |
572 | 583 | * [React Native 中文文档(含最新Android内容)](http://wiki.jikexueyuan.com/project/react-native/)
|
573 | 584 | * [Learn React & Webpack by building the Hacker News front page](https://github.com/theJian/build-a-hn-front-page)
|
574 | 585 | * impress.js
|
|
585 | 596 | * [Discover Meteor](http://zh.discovermeteor.com/)
|
586 | 597 | * [Meteor 中文文档](http://docs.meteorhub.org/#/basic/)
|
587 | 598 | * [Angular-Meteor 中文教程](http://angular.meteorhub.org/)
|
| 599 | +* VueJS |
| 600 | + * [逐行剖析 Vue.js 源码](https://nlrx-wjc.github.io/Learn-Vue-Source-Code/) |
588 | 601 | * [Chrome扩展及应用开发](http://www.ituring.com.cn/minibook/950)
|
589 | 602 |
|
590 | | -[返回目录](#目录) |
591 | | - |
592 | 603 | ## Kotlin
|
593 | | - |
594 | | -* [developing-android-apps-with-kotlin](https://www.udacity.com/course/developing-android-apps-with-kotlin--ud9012) |
| 604 | +* [Kotlin 官方参考文档 中文版](https://hltj.gitbooks.io/kotlin-reference-chinese/content/) |
| 605 | +* [Kotlin 中文文档](https://huanglizhuo.gitbooks.io/kotlin-in-chinese/) [GitHub](https://github.com/huanglizhuo/kotlin-in-chinese) |
| 606 | +* [Kotlin 参考文档](http://www.liying-cn.net/kotlin/docs/reference/) |
| 607 | +* [《Kotlin for android developers》中文版](https://wangjiegulu.gitbooks.io/kotlin-for-android-developers-zh/content/) |
595 | 608 |
|
596 | 609 | [返回目录](#目录)
|
597 | 610 |
|
|
653 | 666 | * [Symfony2中文文档](http://symfony-docs-chs.readthedocs.org/en/latest/) (未译完)
|
654 | 667 | * [YiiBook几本Yii框架的在线教程](http://yiibook.com//doc)
|
655 | 668 | * [深入理解 Yii 2.0](http://www.digpage.com/)
|
656 | | -* [Yii 框架中文文檔](http://www.yiichina.com/) |
| 669 | +* [Yii 框架中文官网](http://www.yiichina.com/) |
657 | 670 | * [简单易懂的PHP魔法](http://www.nowamagic.net/librarys/books/contents/php)
|
658 | 671 | * [swoole文档及入门教程](https://github.com/LinkedDestiny/swoole-doc)
|
659 | 672 | * [Composer 中文网](http://www.phpcomposer.com)
|
|
794 | 807 | * [Linux工具快速教程](https://github.com/me115/linuxtools_rst)
|
795 | 808 | * [shell十三问](https://github.com/wzb56/13_questions_of_shell)
|
796 | 809 | * [Shell编程范例](https://www.gitbook.com/book/tinylab/shellbook/details)
|
| 810 | +* [Linux命令搜索引擎](https://wangchujiang.com/linux-command/) |
797 | 811 |
|
798 | 812 | [返回目录](#目录)
|
799 | 813 |
|
|
839 | 853 |
|
840 | 854 | [返回目录](#目录)
|
841 | 855 |
|
842 | | -### 测试相关 |
| 856 | +### 测试相关 |
0 commit comments