未验证 提交 ca8bac14 编写于 作者: 迷渡's avatar 迷渡 提交者: GitHub

重新排版

上级 b4f87ff7
......@@ -23,7 +23,7 @@
## 目录
* [语言无关类](#语言无关类)
* 语言无关类
* [操作系统](#操作系统)
* [智能系统](#智能系统)
* [分布式系统](#分布式系统)
......@@ -44,7 +44,7 @@
* [编程艺术](#编程艺术)
* [其它](#其它)
* [语言相关类](#语言相关类)
* 语言相关类
* [Android](#android)
* [APP](#app)
* [AWK](#awk)
......@@ -85,9 +85,7 @@
- [[笔记]前端工程师的入门与进阶](https://shenbao.github.io/2017/04/22/justjavac-live/) :100:
- [[全文]如何正确的学习 Node.js](https://github.com/i5ting/How-to-learn-node-correctly) :100:
## 语言无关类
### 操作系统
## 操作系统
* [开源世界旅行手册](http://i.linuxtoy.org/docs/guide/index.html)
* [鸟哥的Linux私房菜](http://vbird.dic.ksu.edu.tw/)
......@@ -112,44 +110,44 @@
* [SystemTap新手指南](https://spacewander.gitbooks.io/systemtapbeginnersguide_zh/content/index.html)
* [操作系统思考](https://github.com/wizardforcel/think-os-zh)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
#### 智能系统
## 智能系统
* [一步步搭建物联网系统](https://github.com/phodal/designiot)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### 分布式系统
## 分布式系统
* [走向分布式](http://dcaoyuan.github.io/papers/pdfs/Scalability.pdf)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### 编译原理
## 编译原理
* [《计算机程序的结构和解释》公开课 翻译项目](https://github.com/DeathKing/Learning-SICP)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### 函数式概念
## 函数式概念
* [傻瓜函数编程](https://github.com/justinyhuang/Functional-Programming-For-The-Rest-of-Us-Cn)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### 计算机图形学
## 计算机图形学
* [OpenGL 教程](https://github.com/zilongshanren/opengl-tutorials)
* [WebGL自学网](http://html5.iii.org.tw/course/webgl/)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### WEB服务器
## WEB服务器
* [Nginx开发从入门到精通](http://tengine.taobao.org/book/index.html) (淘宝团队出品)
* [Nginx教程从入门到精通](http://www.ttlsa.com/nginx/nginx-stu-pdf/)(PDF版本,运维生存时间出品)
* [OpenResty最佳实践](https://www.gitbook.com/book/moonbingbing/openresty-best-practices/details)
* [Apache 中文手册](http://works.jinbuguo.com/apache/menu22/index.html)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### 版本控制
## 版本控制
* [Git教程](http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000) (本文由 [廖雪峰](http://www.liaoxuefeng.com) 创作,如果觉得本教程对您有帮助,可以去 [iTunes](https://itunes.apple.com/cn/app/git-jiao-cheng/id876420437) 购买)
* [git - 简易指南](http://rogerdudler.github.io/git-guide/index.zh.html)
......@@ -171,9 +169,9 @@
* [svn 手册](http://svnbook.red-bean.com/nightly/zh/index.html)
* [GitHub漫游指南](https://github.com/phodal/github-roam)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### 编辑器
## 编辑器
* [exvim--vim 改良成IDE项目](http://exvim.github.io/docs-zh/intro/)
* [笨方法学Vimscript 中译本](http://learnvimscriptthehardway.onefloweroneworld.com/)
......@@ -186,9 +184,9 @@
* [Emacs 生存指南](http://lifegoo.pluskid.org/upload/blog/152/Survive.in.Emacs.pdf)
* [Atom官方手册](https://atom-china.org/t/atom/62)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### NoSQL
## NoSQL
* [NoSQL数据库笔谈](http://old.sebug.net/paper/databases/nosql/Nosql.html)
* [Redis 设计与实现](http://redisbook.com/)
......@@ -202,24 +200,24 @@
* [Disque 使用教程](http://disquebook.com)
* [Apache Spark 设计与实现](https://github.com/JerryLead/SparkInternals/tree/master/markdown)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### PostgreSQL
## PostgreSQL
* [PostgreSQL 8.2.3 中文文档](http://works.jinbuguo.com/postgresql/menu823/index.html)
* [PostgreSQL 9.3.1 中文文档](http://www.postgres.cn/docs/9.3/index.html)
* [PostgreSQL 9.5.3 中文文档](http://www.postgres.cn/docs/9.5/index.html)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### MySQL
## MySQL
* [MySQL索引背后的数据结构及算法原理](http://blog.codinglabs.org/articles/theory-of-mysql-index.html)
* [21分钟MySQL入门教程](http://www.cnblogs.com/mr-wid/archive/2013/05/09/3068229.html)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### 管理和监控
## 管理和监控
* [ELKstack 中文指南](http://kibana.logstash.es)
* [Mastering Elasticsearch(中文版)](http://udn.yyuap.com/doc/mastering-elasticsearch/)
......@@ -228,9 +226,9 @@
* [Logstash 最佳实践](https://github.com/chenryn/logstash-best-practice-cn)
* [Puppet 2.7 Cookbook 中文版](http://bbs.konotes.org/workdoc/puppet-27/)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### 项目相关
## 项目相关
* [持续集成(第二版)](http://article.yeeyan.org/view/2251/94882) (译言网)
* [让开发自动化系列专栏](http://www.ibm.com/developerworks/cn/java/j-ap/)
......@@ -247,18 +245,18 @@
* [GNU make 中文手册](http://www.yayu.org/book/gnu_make/)
* [The Twelve-Factor App](http://12factor.net/zh_cn/)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### 设计模式
## 设计模式
* [图说设计模式](https://github.com/me115/design_patterns)
* [史上最全设计模式导学目录](http://blog.csdn.net/lovelion/article/details/17517213)
* [design pattern 包教不包会](https://github.com/AlfredTheBest/Design-Pattern)
* [设计模式 Java 版](https://quanke.gitbooks.io/design-pattern-java/content/)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### Web
## Web
* [关于浏览器和网络的 20 项须知](http://www.20thingsilearned.com/zh-CN/home)
* [浏览器开发工具的秘密](http://jinlong.github.io/2013/08/29/devtoolsecrets/)
......@@ -288,9 +286,9 @@
* [3 Web Designs in 3 Weeks](https://www.gitbook.com/book/juntao/3-web-designs-in-3-weeks/details)
* [站点可靠性工程](https://github.com/hellorocky/Site-Reliability-Engineering)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### 大数据
## 大数据
* [大数据/数据挖掘/推荐系统/机器学习相关资源](https://github.com/Flowerowl/Big-Data-Resources)
* [面向程序员的数据挖掘指南](https://github.com/egrcc/guidetodatamining)
......@@ -298,7 +296,7 @@
* [数据挖掘中经典的算法实现和详细的注释](https://github.com/linyiqun/DataMiningAlgorithm)
* [Spark 编程指南简体中文版](https://aiyanbo.gitbooks.io/spark-programming-guide-zh-cn/content/)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
## 编程艺术
......@@ -306,7 +304,7 @@
* [每个程序员都应该了解的内存知识(译)](http://www.oschina.net/translate/what-every-programmer-should-know-about-memory-part1?print)【第一部分】
* [取悦的工序:如何理解游戏](http://read.douban.com/ebook/4972883/) (豆瓣阅读,免费书籍)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
## 其它
......@@ -317,11 +315,9 @@
* [程序员的自我修养](http://www.kancloud.cn/kancloud/a-programmer-prepares)
* [Growth: 全栈增长工程师指南](https://github.com/phodal/growth-ebook)
**[:arrow_up: 返回目录](#目录)**
## 语言相关类
[返回目录](#目录)
### Android
## Android
* [Android Design(中文版)](http://www.apkbus.com/design/index.html)
* Google Material Design 正體中文版 ([译本一](https://wcc723.gitbooks.io/google_design_translate/content/style-icons.html) [译本二](https://github.com/1sters/material_design_zh))
......@@ -332,22 +328,22 @@
* [Point-of-Android](https://github.com/FX-Max/Point-of-Android) Android 一些重要知识点解析整理
* [Android6.0新特性详解](http://leanote.com/blog/post/561658f938f41126b2000298?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### APP
## APP
* [Apache Cordova 开发指南](https://github.com/waylau/cordova-dev-guide)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### AWK
## AWK
* [awk程序设计语言](https://github.com/wuzhouhui/awk)
* [awk中文指南](http://awk.readthedocs.org/en/latest/index.html)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### C/C++
## C/C++
* [C/C++ 中文参考手册](http://zh.cppreference.com/) (欢迎大家参与在线翻译和校对)
* [C 语言编程透视](https://www.gitbook.com/book/tinylab/cbook/details)
......@@ -375,9 +371,9 @@
* [Boost 库中文教程](http://zh.highscore.de/cpp/boost/)
* [笨办法学C](https://github.com/wizardforcel/lcthw-zh)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### C#
## C#
* [MSDN C# 中文文档](https://msdn.microsoft.com/zh-cn/library/kx37x362.aspx)
* [.NET 类库参考](https://msdn.microsoft.com/zh-cn/library/gg145045.aspx)
......@@ -386,15 +382,15 @@
* [.NET控件开发基础](https://github.com/JackWangCUMT/customcontrol)
* [.NET开发要点精讲(初稿)](https://github.com/sherlockchou86/-free-ebook-.NET-)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### Clojure
## Clojure
* [Clojure入门教程](http://xumingming.sinaapp.com/302/clojure-functional-programming-for-the-jvm-clojure-tutorial/)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
<h3 id="csshtml">CSS/HTML</h3>
<h2 id="csshtml">CSS/HTML</h2>
* [学习CSS布局](http://zh.learnlayout.com/)
* [通用 CSS 笔记、建议与指导](https://github.com/chadluo/CSS-Guidelines/blob/master/README.md)
......@@ -407,33 +403,33 @@
* [MDN HTML 中文文档](https://developer.mozilla.org/zh-CN/docs/Web/HTML)
* [MDN CSS 中文文档](https://developer.mozilla.org/zh-CN/docs/Web/CSS)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### Dart
## Dart
* [Dart 语言导览](http://dart.lidian.info/wiki/Language_Tour)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### Elixir
## Elixir
* [Elixir编程入门](https://github.com/straightdave/programming_elixir)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### Erlang
## Erlang
* [21天学通Erlang](http://xn--21erlang-p00o82pmp3o.github.io/)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### Fortran
## Fortran
* [Fortran77和90/95编程入门](http://micro.ustc.edu.cn/Fortran/ZJDing/)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### Go
## Go
* [Go编程基础](https://github.com/Unknwon/go-fundamental-programming)
* [Go入门指南](https://github.com/Unknwon/the-way-to-go_ZH_CN)
......@@ -452,22 +448,22 @@
* [深入解析Go](https://github.com/tiancaiamao/go-internals)
* [Go语言圣经(中文版)](https://bitbucket.org/golang-china/gopl-zh/wiki/Home) ([GitBook](https://www.gitbook.com/book/wizardforcel/gopl-zh/details))
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### Groovy
## Groovy
* [实战 Groovy 系列](http://www.ibm.com/developerworks/cn/java/j-pg/)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### Haskell
## Haskell
* [Real World Haskell 中文版](http://rwh.readthedocs.org/en/latest/)
* [Haskell趣学指南](http://fleurer-lee.com/lyah/)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### iOS
## iOS
* [iOS开发60分钟入门](https://github.com/qinjx/30min_guides/blob/master/ios.md)
* [iOS7人机界面指南](http://isux.tencent.com/ios-human-interface-guidelines-ui-design-basics-ios7.html)
......@@ -477,9 +473,9 @@
* [马上着手开发 iOS 应用程序](https://developer.apple.com/library/ios/referencelibrary/GettingStarted/RoadMapiOSCh/index.html)
* [网易斯坦福大学公开课:iOS 7应用开发字幕文件](https://github.com/jkyin/Subtitle)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### Java
## Java
* [Apache Shiro 用户指南](https://github.com/waylau/apache-shiro-1.2.x-reference)
* [Jersey 2.x 用户指南](https://github.com/waylau/Jersey-2.x-User-Guide)
......@@ -503,9 +499,9 @@
* [Think Java](http://www.ituring.com.cn/minibook/69)
* [Java 8 简明教程](https://github.com/wizardforcel/modern-java-zh)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### JavaScript
## JavaScript
* [Google JavaScript 代码风格指南](http://bq69.com/blog/articles/script/868/google-javascript-style-guide.html)
* [Google JSON 风格指南](https://github.com/darcyliu/google-styleguide/blob/master/JSONStyleGuide.md)
......@@ -584,14 +580,16 @@
* [Angular-Meteor 中文教程](http://angular.meteorhub.org/)
* [Chrome扩展及应用开发](http://www.ituring.com.cn/minibook/950)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### LaTeX
## LaTeX
* [一份其实很短的 LaTeX 入门文档](http://liam0205.me/2014/09/08/latex-introduction/)
* [一份不太简短的 LATEX 2ε 介绍](http://www.mohu.org/info/lshort-cn.pdf) (PDF版)
### LISP
[返回目录](#目录)
## LISP
* Common Lisp
* [ANSI Common Lisp 中文翻譯版](http://acl.readthedocs.org/en/latest/)
* [On Lisp 中文翻译版本](http://www.ituring.com.cn/minibook/862)
......@@ -601,31 +599,31 @@
* Racket
* [Racket book](https://github.com/tyrchen/racket-book)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### Lua
## Lua
* [Lua编程入门](https://github.com/andycai/luaprimer)
* [Lua 5.1 参考手册 中文翻译](http://www.codingnow.com/2000/download/lua_manual.html)
* [Lua 5.3 参考手册 中文翻译](http://cloudwu.github.io/lua53doc/)
* [Lua源码欣赏](http://www.codingnow.com/temp/readinglua.pdf)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### OCaml
## OCaml
* [Real World OCaml](https://github.com/zforget/translation/tree/master/real_world_ocaml)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### Perl
## Perl
* [Modern Perl 中文版](https://github.com/horus/modern_perl_book)
* [Perl 程序员应该知道的事](http://perl.linuxtoy.org/)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### PHP
## PHP
* [PHP 官方手册](http://php.net/manual/zh/)
* [PHP调试技术手册](http://www.laruence.com/2010/06/21/1608.html)(PDF)
......@@ -648,15 +646,15 @@
* [Lumen 中文文档](http://lumen.laravel-china.org/)
* [PHPUnit 中文文档](https://phpunit.de/manual/current/zh_cn/installation.html)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### Prolog
## Prolog
* [笨办法学Prolog](http://fengdidi.github.io/blog/2011/11/15/qian-yan/)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### Python
## Python
* [廖雪峰 Python 2.7 中文教程](http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000)
* [廖雪峰 Python 3 中文教程](http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000)
......@@ -733,15 +731,15 @@
* [Tornado源码解析](http://www.nowamagic.net/academy/detail/13321002)
* [Tornado 4.3 文档中文版](https://tornado-zh.readthedocs.org/zh/latest/)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### R
## R
* [R语言忍者秘笈](https://github.com/yihui/r-ninja)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### Ruby
## Ruby
* [Ruby 风格指南](https://github.com/JuanitoFatas/ruby-style-guide/blob/master/README-zhCN.md)
* [Rails 风格指南](https://github.com/JuanitoFatas/rails-style-guide/blob/master/README-zhCN.md)
......@@ -756,24 +754,24 @@
* [Ruby 源码解读](https://ruby-china.org/topics/22386)
* [Ruby中的元编程](http://deathking.github.io/metaprogramming-in-ruby/)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### Rust
## Rust
* [rust book 中文翻译](https://www.gitbook.com/book/kaisery/rust-book-chinese/details)
* [rust primer](https://github.com/rustcc/RustPrimer)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### Scala
## Scala
* [Scala课堂](http://twitter.github.io/scala_school/zh_cn/index.html) (Twitter的Scala中文教程)
* [Effective Scala](http://twitter.github.io/effectivescala/index-cn.html)(Twitter的Scala最佳实践的中文翻译)
* [Scala指南](http://zh.scala-tour.com/)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### Shell
## Shell
* [Shell脚本编程30分钟入门](https://github.com/qinjx/30min_guides/blob/master/shell.md)
* [Bash脚本15分钟进阶教程](http://blog.sae.sina.com.cn/archives/3606)
......@@ -781,18 +779,18 @@
* [shell十三问](https://github.com/wzb56/13_questions_of_shell)
* [Shell编程范例](https://www.gitbook.com/book/tinylab/shellbook/details)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### Swift
## Swift
* [The Swift Programming Language 中文版](http://numbbbbb.github.io/the-swift-programming-language-in-chinese/)
* [Swift 语言指南](http://dev.swiftguide.cn)
* [Stanford 公开课,Developing iOS 8 Apps with Swift 字幕翻译文件](https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift)
* [C4iOS - COSMOS](http://c4ios.swift.gg)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### 读书笔记及其它
## 读书笔记及其它
* [编译原理(紫龙书)中文第2版习题答案](https://github.com/fool2fish/dragon-book-exercise-answers)
* [把《编程珠玑》读薄](http://www.hawstein.com/posts/make-thiner-programming-pearls.html)
......@@ -821,6 +819,6 @@
* [leetcode/lintcode题解/算法学习笔记](https://www.gitbook.com/book/yuanbin/algorithm/details)
* [前端开发笔记本](https://github.com/li-xinyang/FEND_Note)
**[:arrow_up: 返回目录](#目录)**
[返回目录](#目录)
### 测试相关
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册