|
82 | 82 |
|
83 | 83 | * [Disque 使用教程](http://disquebook.com)
|
84 | 84 | * [Neo4j .rb 中文資源](http://neo4j.tw)
|
85 |
| -* [Neo4j 简体中文手册 v1.8](http://docs.neo4j.org.cn) |
86 | 85 | * [Redis 命令参考](http://redisdoc.com)
|
87 | 86 | * [Redis 设计与实现](http://redisbook.com)
|
88 | 87 | * [The Little MongoDB Book](https://github.com/justinyhuang/the-little-mongodb-book-cn/blob/master/mongodb.md)
|
|
196 | 195 | * [命令行的艺术](https://github.com/jlevy/the-art-of-command-line/blob/master/README-zh.md)
|
197 | 196 | * [嵌入式 Linux 知识库 (eLinux.org 中文版)](https://tinylab.gitbooks.io/elinux/content/zh/)
|
198 | 197 | * [开源世界旅行手册](http://i.linuxtoy.org/docs/guide/index.html)
|
199 |
| -* [深入分析Linux内核源码](http://www.kerneltravel.net/kernel-book/%E6%B7%B1%E5%85%A5%E5%88%86%E6%9E%90Linux%E5%86%85%E6%A0%B8%E6%BA%90%E7%A0%81.html) |
200 | 198 | * [理解Linux进程](https://github.com/tobegit3hub/understand_linux_process)
|
201 |
| -* [鸟哥的 Linux 私房菜 基础学习篇](http://vbird.dic.ksu.edu.tw/linux_basic/linux_basic.php) |
202 |
| -* [鸟哥的 Linux 私房菜 服务器架设篇](http://vbird.dic.ksu.edu.tw/linux_server/) |
| 199 | +* [鸟哥的 Linux 私房菜 基础学习篇](http://cn.linux.vbird.org/linux_basic/linux_basic.php) |
| 200 | +* [鸟哥的 Linux 私房菜 服务器架设篇](http://cn.linux.vbird.org/linux_server/) |
203 | 201 |
|
204 | 202 |
|
205 | 203 | ### 数据库
|
|
232 | 230 | * [Git教程](http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000) (本文由 [@廖雪峰](http://weibo.com/liaoxuefeng) 创作,如果觉得本教程对您有帮助,可以去 [iTunes](https://itunes.apple.com/cn/app/git-jiao-cheng/id876420437) 购买)
|
233 | 231 | * [Got GitHub](https://github.com/gotgit/gotgithub)
|
234 | 232 | * [GotGitHub](http://www.worldhello.net/gotgithub/index.html)
|
235 |
| -* [HgInit (中文版)](http://bucunzai.net/hginit/) |
| 233 | +* [HgInit (中文版)](https://zh-hginit.readthedocs.io/en/latest/) |
236 | 234 | * [Mercurial 使用教程](https://www.mercurial-scm.org/wiki/ChineseTutorial)
|
237 | 235 | * [Pro Git](https://git-scm.com/book/zh/v2)
|
238 | 236 | * [Pro Git 中文版](https://www.gitbook.com/book/0532/progit/details) (整理在gitbook上)
|
|
254 | 252 | * [ELKstack 中文指南](http://kibana.logstash.es)
|
255 | 253 | * [Logstash 最佳实践](https://github.com/chenryn/logstash-best-practice-cn)
|
256 | 254 | * [Mastering Elasticsearch(中文版)](http://udn.yyuap.com/doc/mastering-elasticsearch/)
|
257 |
| -* [Puppet 2.7 Cookbook 中文版](http://bbs.konotes.org/workdoc/puppet-27/) |
| 255 | +* [Puppet 2.7 Cookbook 中文版](https://www.gitbook.com/book/wizardforcel/puppet-27-cookbook/details) |
258 | 256 |
|
259 | 257 |
|
260 | 258 | ### 编程艺术
|
|
316 | 314 |
|
317 | 315 | * [Android Design(中文版)](http://www.apkbus.com/design/index.html)
|
318 | 316 | * [Android Note(开发过程中积累的知识点)](https://github.com/CharonChui/AndroidNote)
|
319 |
| -* [Android6.0新特性详解](http://leanote.com/blog/post/561658f938f41126b2000298?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io) |
| 317 | +* [Android6.0新特性详解](http://leanote.com/blog/post/561658f938f41126b2000298) |
320 | 318 | * [Android学习之路](http://stormzhang.github.io/android/2014/07/07/learn-android-from-rookie/)
|
321 | 319 | * [Android开发技术前线(android-tech-frontier)](https://github.com/bboyfeiyu/android-tech-frontier)
|
322 | 320 | * [Google Android官方培训课程中文版](http://hukai.me/android-training-course-in-chinese/index.html)
|
|
405 | 403 |
|
406 | 404 | ### Golang
|
407 | 405 |
|
408 |
| -* [Effective Go](http://www.hellogcc.org/effective_go.html) |
409 | 406 | * [Go Web 编程](https://github.com/astaxie/build-web-application-with-golang)
|
410 | 407 | * [Go 入门指南](https://github.com/Unknwon/the-way-to-go_ZH_CN) (《The Way to Go》中文版)
|
411 | 408 | * [Go 官方文档翻译](https://github.com/golang-china/golangdoc.translations)
|
412 |
| -* [Go 指南](http://go-tour-zh.appsp0t.com) (《A Tour of Go》中文版) |
413 |
| -* [Go 简易教程](https://github.com/songleo/the-little-go-book_ZH_CN) (《[The Little Go Book](https://github.com/karlseguin/the-little-go-book)》中文版) |
| 409 | +* [Go 指南](https://tour.go-zh.org/list) (《A Tour of Go》中文版) |
| 410 | +* [Go 简易教程](https://github.com/songleo/the-little-go-book_ZH_CN) (《 [The Little Go Book](https://github.com/karlseguin/the-little-go-book) 》中文版) |
414 | 411 | * [Go 编程基础](https://github.com/Unknwon/go-fundamental-programming)
|
415 | 412 | * [Go 语言标准库](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example)
|
416 | 413 | * [Go命令教程](https://github.com/hyper-carrot/go_command_tutorial)
|
|
578 | 575 | ### Node.js
|
579 | 576 |
|
580 | 577 | * [Node 入门](http://www.nodebeginner.org/index-zh-cn.html)
|
581 |
| -* [The NodeJS 中文文档](https://www.gitbook.com/book/0532/nodejs/details)(社区翻译) |
| 578 | +* [The NodeJS 中文文档](https://www.gitbook.com/book/0532/nodejs/details) (社区翻译) |
582 | 579 | * [七天学会NodeJS](http://nqdeng.github.io/7-days-nodejs/) 阿里出品,很好的入门资料
|
583 | 580 |
|
584 | 581 |
|
585 | 582 | ### Perl
|
586 | 583 |
|
587 | 584 | * [Master Perl Today](https://github.com/fayland/chinese-perl-book)
|
588 | 585 | * [《Modern Perl》中文版](https://github.com/horus/modern_perl_book)
|
589 |
| -* [Perl 5 教程](http://www.cbi.pku.edu.cn/chinese/documents/perl/index.htm) |
| 586 | +* [Perl 5 教程](http://net.pku.edu.cn/~yhf/tutorial/perl/perl.html) |
590 | 587 | * [Perl 教程](http://www.yiibai.com/perl)
|
591 | 588 |
|
592 | 589 |
|
|
611 | 608 | ### R
|
612 | 609 |
|
613 | 610 | * [153分钟学会 R](http://cran.r-project.org/doc/contrib/Liu-FAQ.pdf) (PDF)
|
614 |
| -* [《R for beginners》中文版](http://www.biosino.org/R/R-doc/files/R4beg_cn_2.0.pdf) (PDF) |
615 | 611 | * [R 导论](http://cran.r-project.org/doc/contrib/Ding-R-intro_cn.pdf) (《An Introduction to R》中文版) (PDF)
|
616 | 612 | * [用 R 构建 Shiny 应用程序](http://yanping.me/shiny-tutorial/) (《Building 'Shiny' Applications with R》中文版)
|
617 | 613 | * [统计学与 R 读书笔记](http://cran.r-project.org/doc/contrib/Xu-Statistics_and_R.pdf) (PDF)
|
|
0 commit comments