Skip to content

Commit b4f87ff

Browse files
authored
添加“返回目录”
1 parent f3a0260 commit b4f87ff

File tree

1 file changed

+100
-0
lines changed

1 file changed

+100
-0
lines changed

README.md

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,29 +112,43 @@
112112
* [SystemTap新手指南](https://spacewander.gitbooks.io/systemtapbeginnersguide_zh/content/index.html)
113113
* [操作系统思考](https://github.com/wizardforcel/think-os-zh)
114114

115+
**[:arrow_up: 返回目录](#目录)**
116+
115117
#### 智能系统
116118
* [一步步搭建物联网系统](https://github.com/phodal/designiot)
117119

120+
**[:arrow_up: 返回目录](#目录)**
121+
118122
### 分布式系统
119123
* [走向分布式](http://dcaoyuan.github.io/papers/pdfs/Scalability.pdf)
120124

125+
**[:arrow_up: 返回目录](#目录)**
126+
121127
### 编译原理
122128
* [《计算机程序的结构和解释》公开课 翻译项目](https://github.com/DeathKing/Learning-SICP)
123129

130+
**[:arrow_up: 返回目录](#目录)**
131+
124132
### 函数式概念
125133
* [傻瓜函数编程](https://github.com/justinyhuang/Functional-Programming-For-The-Rest-of-Us-Cn)
126134

135+
**[:arrow_up: 返回目录](#目录)**
136+
127137
### 计算机图形学
128138
* [OpenGL 教程](https://github.com/zilongshanren/opengl-tutorials)
129139
* [WebGL自学网](http://html5.iii.org.tw/course/webgl/)
130140

141+
**[:arrow_up: 返回目录](#目录)**
142+
131143
### WEB服务器
132144

133145
* [Nginx开发从入门到精通](http://tengine.taobao.org/book/index.html) (淘宝团队出品)
134146
* [Nginx教程从入门到精通](http://www.ttlsa.com/nginx/nginx-stu-pdf/)(PDF版本,运维生存时间出品)
135147
* [OpenResty最佳实践](https://www.gitbook.com/book/moonbingbing/openresty-best-practices/details)
136148
* [Apache 中文手册](http://works.jinbuguo.com/apache/menu22/index.html)
137149

150+
**[:arrow_up: 返回目录](#目录)**
151+
138152
### 版本控制
139153

140154
* [Git教程](http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000) (本文由 [廖雪峰](http://www.liaoxuefeng.com) 创作,如果觉得本教程对您有帮助,可以去 [iTunes](https://itunes.apple.com/cn/app/git-jiao-cheng/id876420437) 购买)
@@ -157,6 +171,8 @@
157171
* [svn 手册](http://svnbook.red-bean.com/nightly/zh/index.html)
158172
* [GitHub漫游指南](https://github.com/phodal/github-roam)
159173

174+
**[:arrow_up: 返回目录](#目录)**
175+
160176
### 编辑器
161177

162178
* [exvim--vim 改良成IDE项目](http://exvim.github.io/docs-zh/intro/)
@@ -170,6 +186,8 @@
170186
* [Emacs 生存指南](http://lifegoo.pluskid.org/upload/blog/152/Survive.in.Emacs.pdf)
171187
* [Atom官方手册](https://atom-china.org/t/atom/62)
172188

189+
**[:arrow_up: 返回目录](#目录)**
190+
173191
### NoSQL
174192

175193
* [NoSQL数据库笔谈](http://old.sebug.net/paper/databases/nosql/Nosql.html)
@@ -184,17 +202,23 @@
184202
* [Disque 使用教程](http://disquebook.com)
185203
* [Apache Spark 设计与实现](https://github.com/JerryLead/SparkInternals/tree/master/markdown)
186204

205+
**[:arrow_up: 返回目录](#目录)**
206+
187207
### PostgreSQL
188208

189209
* [PostgreSQL 8.2.3 中文文档](http://works.jinbuguo.com/postgresql/menu823/index.html)
190210
* [PostgreSQL 9.3.1 中文文档](http://www.postgres.cn/docs/9.3/index.html)
191211
* [PostgreSQL 9.5.3 中文文档](http://www.postgres.cn/docs/9.5/index.html)
192212

213+
**[:arrow_up: 返回目录](#目录)**
214+
193215
### MySQL
194216

195217
* [MySQL索引背后的数据结构及算法原理](http://blog.codinglabs.org/articles/theory-of-mysql-index.html)
196218
* [21分钟MySQL入门教程](http://www.cnblogs.com/mr-wid/archive/2013/05/09/3068229.html)
197219

220+
**[:arrow_up: 返回目录](#目录)**
221+
198222
### 管理和监控
199223

200224
* [ELKstack 中文指南](http://kibana.logstash.es)
@@ -204,6 +228,8 @@
204228
* [Logstash 最佳实践](https://github.com/chenryn/logstash-best-practice-cn)
205229
* [Puppet 2.7 Cookbook 中文版](http://bbs.konotes.org/workdoc/puppet-27/)
206230

231+
**[:arrow_up: 返回目录](#目录)**
232+
207233
### 项目相关
208234

209235
* [持续集成(第二版)](http://article.yeeyan.org/view/2251/94882) (译言网)
@@ -221,13 +247,17 @@
221247
* [GNU make 中文手册](http://www.yayu.org/book/gnu_make/)
222248
* [The Twelve-Factor App](http://12factor.net/zh_cn/)
223249

250+
**[:arrow_up: 返回目录](#目录)**
251+
224252
### 设计模式
225253

226254
* [图说设计模式](https://github.com/me115/design_patterns)
227255
* [史上最全设计模式导学目录](http://blog.csdn.net/lovelion/article/details/17517213)
228256
* [design pattern 包教不包会](https://github.com/AlfredTheBest/Design-Pattern)
229257
* [设计模式 Java 版](https://quanke.gitbooks.io/design-pattern-java/content/)
230258

259+
**[:arrow_up: 返回目录](#目录)**
260+
231261
### Web
232262

233263
* [关于浏览器和网络的 20 项须知](http://www.20thingsilearned.com/zh-CN/home)
@@ -258,6 +288,8 @@
258288
* [3 Web Designs in 3 Weeks](https://www.gitbook.com/book/juntao/3-web-designs-in-3-weeks/details)
259289
* [站点可靠性工程](https://github.com/hellorocky/Site-Reliability-Engineering)
260290

291+
**[:arrow_up: 返回目录](#目录)**
292+
261293
### 大数据
262294

263295
* [大数据/数据挖掘/推荐系统/机器学习相关资源](https://github.com/Flowerowl/Big-Data-Resources)
@@ -266,12 +298,16 @@
266298
* [数据挖掘中经典的算法实现和详细的注释](https://github.com/linyiqun/DataMiningAlgorithm)
267299
* [Spark 编程指南简体中文版](https://aiyanbo.gitbooks.io/spark-programming-guide-zh-cn/content/)
268300

301+
**[:arrow_up: 返回目录](#目录)**
302+
269303
## 编程艺术
270304

271305
* [程序员编程艺术](https://github.com/julycoding/The-Art-Of-Programming-by-July)
272306
* [每个程序员都应该了解的内存知识(译)](http://www.oschina.net/translate/what-every-programmer-should-know-about-memory-part1?print)【第一部分】
273307
* [取悦的工序:如何理解游戏](http://read.douban.com/ebook/4972883/) (豆瓣阅读,免费书籍)
274308

309+
**[:arrow_up: 返回目录](#目录)**
310+
275311
## 其它
276312

277313
* [OpenWrt智能、自动、透明翻墙路由器教程](https://www.gitbook.com/book/softwaredownload/openwrt-fanqiang/details)
@@ -281,6 +317,8 @@
281317
* [程序员的自我修养](http://www.kancloud.cn/kancloud/a-programmer-prepares)
282318
* [Growth: 全栈增长工程师指南](https://github.com/phodal/growth-ebook)
283319

320+
**[:arrow_up: 返回目录](#目录)**
321+
284322
## 语言相关类
285323

286324
### Android
@@ -294,15 +332,21 @@
294332
* [Point-of-Android](https://github.com/FX-Max/Point-of-Android) Android 一些重要知识点解析整理
295333
* [Android6.0新特性详解](http://leanote.com/blog/post/561658f938f41126b2000298?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io)
296334

335+
**[:arrow_up: 返回目录](#目录)**
336+
297337
### APP
298338

299339
* [Apache Cordova 开发指南](https://github.com/waylau/cordova-dev-guide)
300340

341+
**[:arrow_up: 返回目录](#目录)**
342+
301343
### AWK
302344

303345
* [awk程序设计语言](https://github.com/wuzhouhui/awk)
304346
* [awk中文指南](http://awk.readthedocs.org/en/latest/index.html)
305347

348+
**[:arrow_up: 返回目录](#目录)**
349+
306350
### C/C++
307351

308352
* [C/C++ 中文参考手册](http://zh.cppreference.com/) (欢迎大家参与在线翻译和校对)
@@ -331,6 +375,8 @@
331375
* [Boost 库中文教程](http://zh.highscore.de/cpp/boost/)
332376
* [笨办法学C](https://github.com/wizardforcel/lcthw-zh)
333377

378+
**[:arrow_up: 返回目录](#目录)**
379+
334380
### C#
335381

336382
* [MSDN C# 中文文档](https://msdn.microsoft.com/zh-cn/library/kx37x362.aspx)
@@ -340,10 +386,14 @@
340386
* [.NET控件开发基础](https://github.com/JackWangCUMT/customcontrol)
341387
* [.NET开发要点精讲(初稿)](https://github.com/sherlockchou86/-free-ebook-.NET-)
342388

389+
**[:arrow_up: 返回目录](#目录)**
390+
343391
### Clojure
344392

345393
* [Clojure入门教程](http://xumingming.sinaapp.com/302/clojure-functional-programming-for-the-jvm-clojure-tutorial/)
346394

395+
**[:arrow_up: 返回目录](#目录)**
396+
347397
<h3 id="csshtml">CSS/HTML</h3>
348398

349399
* [学习CSS布局](http://zh.learnlayout.com/)
@@ -357,22 +407,32 @@
357407
* [MDN HTML 中文文档](https://developer.mozilla.org/zh-CN/docs/Web/HTML)
358408
* [MDN CSS 中文文档](https://developer.mozilla.org/zh-CN/docs/Web/CSS)
359409

410+
**[:arrow_up: 返回目录](#目录)**
411+
360412
### Dart
361413

362414
* [Dart 语言导览](http://dart.lidian.info/wiki/Language_Tour)
363415

416+
**[:arrow_up: 返回目录](#目录)**
417+
364418
### Elixir
365419

366420
* [Elixir编程入门](https://github.com/straightdave/programming_elixir)
367421

422+
**[:arrow_up: 返回目录](#目录)**
423+
368424
### Erlang
369425

370426
* [21天学通Erlang](http://xn--21erlang-p00o82pmp3o.github.io/)
371427

428+
**[:arrow_up: 返回目录](#目录)**
429+
372430
### Fortran
373431

374432
* [Fortran77和90/95编程入门](http://micro.ustc.edu.cn/Fortran/ZJDing/)
375433

434+
**[:arrow_up: 返回目录](#目录)**
435+
376436
### Go
377437

378438
* [Go编程基础](https://github.com/Unknwon/go-fundamental-programming)
@@ -392,15 +452,21 @@
392452
* [深入解析Go](https://github.com/tiancaiamao/go-internals)
393453
* [Go语言圣经(中文版)](https://bitbucket.org/golang-china/gopl-zh/wiki/Home) ([GitBook](https://www.gitbook.com/book/wizardforcel/gopl-zh/details))
394454

455+
**[:arrow_up: 返回目录](#目录)**
456+
395457
### Groovy
396458

397459
* [实战 Groovy 系列](http://www.ibm.com/developerworks/cn/java/j-pg/)
398460

461+
**[:arrow_up: 返回目录](#目录)**
462+
399463
### Haskell
400464

401465
* [Real World Haskell 中文版](http://rwh.readthedocs.org/en/latest/)
402466
* [Haskell趣学指南](http://fleurer-lee.com/lyah/)
403467

468+
**[:arrow_up: 返回目录](#目录)**
469+
404470
### iOS
405471

406472
* [iOS开发60分钟入门](https://github.com/qinjx/30min_guides/blob/master/ios.md)
@@ -411,6 +477,8 @@
411477
* [马上着手开发 iOS 应用程序](https://developer.apple.com/library/ios/referencelibrary/GettingStarted/RoadMapiOSCh/index.html)
412478
* [网易斯坦福大学公开课:iOS 7应用开发字幕文件](https://github.com/jkyin/Subtitle)
413479

480+
**[:arrow_up: 返回目录](#目录)**
481+
414482
### Java
415483

416484
* [Apache Shiro 用户指南](https://github.com/waylau/apache-shiro-1.2.x-reference)
@@ -435,6 +503,8 @@
435503
* [Think Java](http://www.ituring.com.cn/minibook/69)
436504
* [Java 8 简明教程](https://github.com/wizardforcel/modern-java-zh)
437505

506+
**[:arrow_up: 返回目录](#目录)**
507+
438508
### JavaScript
439509

440510
* [Google JavaScript 代码风格指南](http://bq69.com/blog/articles/script/868/google-javascript-style-guide.html)
@@ -514,6 +584,8 @@
514584
* [Angular-Meteor 中文教程](http://angular.meteorhub.org/)
515585
* [Chrome扩展及应用开发](http://www.ituring.com.cn/minibook/950)
516586

587+
**[:arrow_up: 返回目录](#目录)**
588+
517589
### LaTeX
518590

519591
* [一份其实很短的 LaTeX 入门文档](http://liam0205.me/2014/09/08/latex-introduction/)
@@ -528,6 +600,8 @@
528600
* [Scheme语言简明教程](http://songjinghe.github.io/TYS-zh-translation/)
529601
* Racket
530602
* [Racket book](https://github.com/tyrchen/racket-book)
603+
604+
**[:arrow_up: 返回目录](#目录)**
531605

532606
### Lua
533607

@@ -536,15 +610,21 @@
536610
* [Lua 5.3 参考手册 中文翻译](http://cloudwu.github.io/lua53doc/)
537611
* [Lua源码欣赏](http://www.codingnow.com/temp/readinglua.pdf)
538612

613+
**[:arrow_up: 返回目录](#目录)**
614+
539615
### OCaml
540616

541617
* [Real World OCaml](https://github.com/zforget/translation/tree/master/real_world_ocaml)
542618

619+
**[:arrow_up: 返回目录](#目录)**
620+
543621
### Perl
544622

545623
* [Modern Perl 中文版](https://github.com/horus/modern_perl_book)
546624
* [Perl 程序员应该知道的事](http://perl.linuxtoy.org/)
547625

626+
**[:arrow_up: 返回目录](#目录)**
627+
548628
### PHP
549629

550630
* [PHP 官方手册](http://php.net/manual/zh/)
@@ -568,10 +648,14 @@
568648
* [Lumen 中文文档](http://lumen.laravel-china.org/)
569649
* [PHPUnit 中文文档](https://phpunit.de/manual/current/zh_cn/installation.html)
570650

651+
**[:arrow_up: 返回目录](#目录)**
652+
571653
### Prolog
572654

573655
* [笨办法学Prolog](http://fengdidi.github.io/blog/2011/11/15/qian-yan/)
574656

657+
**[:arrow_up: 返回目录](#目录)**
658+
575659
### Python
576660

577661
* [廖雪峰 Python 2.7 中文教程](http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000)
@@ -649,10 +733,14 @@
649733
* [Tornado源码解析](http://www.nowamagic.net/academy/detail/13321002)
650734
* [Tornado 4.3 文档中文版](https://tornado-zh.readthedocs.org/zh/latest/)
651735

736+
**[:arrow_up: 返回目录](#目录)**
737+
652738
### R
653739

654740
* [R语言忍者秘笈](https://github.com/yihui/r-ninja)
655741

742+
**[:arrow_up: 返回目录](#目录)**
743+
656744
### Ruby
657745

658746
* [Ruby 风格指南](https://github.com/JuanitoFatas/ruby-style-guide/blob/master/README-zhCN.md)
@@ -668,17 +756,23 @@
668756
* [Ruby 源码解读](https://ruby-china.org/topics/22386)
669757
* [Ruby中的元编程](http://deathking.github.io/metaprogramming-in-ruby/)
670758

759+
**[:arrow_up: 返回目录](#目录)**
760+
671761
### Rust
672762

673763
* [rust book 中文翻译](https://www.gitbook.com/book/kaisery/rust-book-chinese/details)
674764
* [rust primer](https://github.com/rustcc/RustPrimer)
675765

766+
**[:arrow_up: 返回目录](#目录)**
767+
676768
### Scala
677769

678770
* [Scala课堂](http://twitter.github.io/scala_school/zh_cn/index.html) (Twitter的Scala中文教程)
679771
* [Effective Scala](http://twitter.github.io/effectivescala/index-cn.html)(Twitter的Scala最佳实践的中文翻译)
680772
* [Scala指南](http://zh.scala-tour.com/)
681773

774+
**[:arrow_up: 返回目录](#目录)**
775+
682776
### Shell
683777

684778
* [Shell脚本编程30分钟入门](https://github.com/qinjx/30min_guides/blob/master/shell.md)
@@ -687,13 +781,17 @@
687781
* [shell十三问](https://github.com/wzb56/13_questions_of_shell)
688782
* [Shell编程范例](https://www.gitbook.com/book/tinylab/shellbook/details)
689783

784+
**[:arrow_up: 返回目录](#目录)**
785+
690786
### Swift
691787

692788
* [The Swift Programming Language 中文版](http://numbbbbb.github.io/the-swift-programming-language-in-chinese/)
693789
* [Swift 语言指南](http://dev.swiftguide.cn)
694790
* [Stanford 公开课,Developing iOS 8 Apps with Swift 字幕翻译文件](https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift)
695791
* [C4iOS - COSMOS](http://c4ios.swift.gg)
696792

793+
**[:arrow_up: 返回目录](#目录)**
794+
697795
### 读书笔记及其它
698796

699797
* [编译原理(紫龙书)中文第2版习题答案](https://github.com/fool2fish/dragon-book-exercise-answers)
@@ -723,4 +821,6 @@
723821
* [leetcode/lintcode题解/算法学习笔记](https://www.gitbook.com/book/yuanbin/algorithm/details)
724822
* [前端开发笔记本](https://github.com/li-xinyang/FEND_Note)
725823

824+
**[:arrow_up: 返回目录](#目录)**
825+
726826
### 测试相关

0 commit comments

Comments
 (0)