Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

新增React 入门教程、Kotlin 官方参考文档 中文版 #566

Closed
wants to merge 47 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
ebcac0b
添加 React 入门教程
Sep 28, 2016
b4168b3
add Kotlin 官方参考文档 中文版
Apr 26, 2017
831ac26
update travis
Apr 26, 2017
0dc91fb
Merge branch 'master' into dev
Apr 26, 2017
8bb4040
udpate
May 10, 2017
1425e33
update
May 18, 2017
861f824
添加《Kotlin for android developers》中文版x
May 23, 2017
07e19c8
merge upstream
Nov 6, 2017
e35d8e1
添加 Reat 入门教程(与上一行不同作者)
Nov 6, 2017
05b2eca
update kotlin
Nov 6, 2017
001f43d
更新React中文文档
Adherentman Nov 10, 2017
1d1fbea
Merge pull request #604 from Adherentman/Adherentman-branch
justjavac Nov 10, 2017
c9c64e4
Delete .travis.yml
justjavac Nov 10, 2017
01373bf
add vim 实操教程
dofy Dec 4, 2017
f0aef11
Merge pull request #611 from dofy/master
justjavac Jan 24, 2018
42eb672
添加如何学习nodejs fixed #632
justjavac Mar 22, 2018
47b8aa1
前端工程师的入门与进阶
justjavac Mar 22, 2018
f72f15a
修复“HTTP 下午茶”链接 fixed #631
justjavac Mar 22, 2018
d4bcb64
移除“移动APP自动化测试优秀框架” fixed #630
justjavac Mar 22, 2018
4649310
添加电子书“《Real-Time Rendering 3rd》提炼总结”
QianMo Apr 23, 2018
05d56d9
更新 SQLAlchemy 中文文档链接
liuqun May 2, 2018
91ca6b9
update django documents
May 9, 2018
6e2fb37
简明 Python 教程,Python 3 版本
hbzs Jun 5, 2018
c247be9
更新 “Haskell 趣学指南”
Jancd Jun 6, 2018
d25a5ed
增加 【高速上手 C++11/14/17】
Jancd Jun 6, 2018
cde67ec
增加【LeetCode题解】
Jancd Jun 6, 2018
fea7e4c
添加两本非常好的React入门教程,强力推荐!
zenghongtu Jul 13, 2018
0d42b5c
添加「Python 中的 Socket 编程」翻译版
keelii Sep 25, 2018
f3a0260
Merge pull request #666 from keelii/master
justjavac Oct 30, 2018
b4f87ff
添加“返回目录”
justjavac Nov 5, 2018
ca8bac1
重新排版
justjavac Nov 5, 2018
31cc9cb
修正链接
justjavac Nov 5, 2018
aba08ab
Cmake 实践 的地址 404 fixed #671
justjavac Nov 5, 2018
eedcb8c
Merge pull request #657 from zenghongtu/zenghongtu-patch-1
justjavac Nov 5, 2018
3d67161
Merge pull request #645 from jedch/master
justjavac Nov 5, 2018
5e6ee8e
Merge pull request #649 from 7Ethan/master
justjavac Nov 5, 2018
235faf6
Merge pull request #648 from hbzs/master
justjavac Nov 5, 2018
64cc4ef
Merge pull request #642 from liuqun/master
justjavac Nov 5, 2018
b0a7157
Merge pull request #639 from QianMo/patch-1
justjavac Nov 5, 2018
31bdb8c
Delete gulpfile.js
justjavac Feb 21, 2019
84824b0
Update README.md
Mar 7, 2019
a13e36a
merge dev
Mar 7, 2019
ac64541
update stream
Mar 7, 2019
0752ba6
ADD Go语言实战: 编写可维护Go语言代码建议
Mar 7, 2019
92c4a2f
Add [Golang 系列教程(译)]
Mar 7, 2019
5356a23
update web
Apr 26, 2019
12b7c86
add go
Jun 1, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
添加“返回目录”
  • Loading branch information
justjavac committed Nov 5, 2018
commit b4f87ff7675c76ebcea49ebe8351eb1334cbdac4
100 changes: 100 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,29 +112,43 @@
* [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服务器

* [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) 购买)
Expand All @@ -157,6 +171,8 @@
* [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/)
Expand All @@ -170,6 +186,8 @@
* [Emacs 生存指南](http://lifegoo.pluskid.org/upload/blog/152/Survive.in.Emacs.pdf)
* [Atom官方手册](https://atom-china.org/t/atom/62)

**[:arrow_up: 返回目录](#目录)**

### NoSQL

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

**[:arrow_up: 返回目录](#目录)**

### 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索引背后的数据结构及算法原理](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)
Expand All @@ -204,6 +228,8 @@
* [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) (译言网)
Expand All @@ -221,13 +247,17 @@
* [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

* [关于浏览器和网络的 20 项须知](http://www.20thingsilearned.com/zh-CN/home)
Expand Down Expand Up @@ -258,6 +288,8 @@
* [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)
Expand All @@ -266,12 +298,16 @@
* [数据挖掘中经典的算法实现和详细的注释](https://github.com/linyiqun/DataMiningAlgorithm)
* [Spark 编程指南简体中文版](https://aiyanbo.gitbooks.io/spark-programming-guide-zh-cn/content/)

**[:arrow_up: 返回目录](#目录)**

## 编程艺术

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

**[:arrow_up: 返回目录](#目录)**

## 其它

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

**[:arrow_up: 返回目录](#目录)**

## 语言相关类

### Android
Expand All @@ -294,15 +332,21 @@
* [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

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

**[:arrow_up: 返回目录](#目录)**

### AWK

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

**[:arrow_up: 返回目录](#目录)**

### C/C++

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

**[:arrow_up: 返回目录](#目录)**

### C#

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

**[:arrow_up: 返回目录](#目录)**

### Clojure

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

**[:arrow_up: 返回目录](#目录)**

<h3 id="csshtml">CSS/HTML</h3>

* [学习CSS布局](http://zh.learnlayout.com/)
Expand All @@ -357,22 +407,32 @@
* [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 语言导览](http://dart.lidian.info/wiki/Language_Tour)

**[:arrow_up: 返回目录](#目录)**

### Elixir

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

**[:arrow_up: 返回目录](#目录)**

### Erlang

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

**[:arrow_up: 返回目录](#目录)**

### Fortran

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

**[:arrow_up: 返回目录](#目录)**

### Go

* [Go编程基础](https://github.com/Unknwon/go-fundamental-programming)
Expand All @@ -392,15 +452,21 @@
* [深入解析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 系列](http://www.ibm.com/developerworks/cn/java/j-pg/)

**[:arrow_up: 返回目录](#目录)**

### Haskell

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

**[:arrow_up: 返回目录](#目录)**

### iOS

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

**[:arrow_up: 返回目录](#目录)**

### Java

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

**[:arrow_up: 返回目录](#目录)**

### JavaScript

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

**[:arrow_up: 返回目录](#目录)**

### LaTeX

* [一份其实很短的 LaTeX 入门文档](http://liam0205.me/2014/09/08/latex-introduction/)
Expand All @@ -528,6 +600,8 @@
* [Scheme语言简明教程](http://songjinghe.github.io/TYS-zh-translation/)
* Racket
* [Racket book](https://github.com/tyrchen/racket-book)

**[:arrow_up: 返回目录](#目录)**

### Lua

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

**[:arrow_up: 返回目录](#目录)**

### OCaml

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

**[:arrow_up: 返回目录](#目录)**

### Perl

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

**[:arrow_up: 返回目录](#目录)**

### PHP

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

**[:arrow_up: 返回目录](#目录)**

### Prolog

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

**[:arrow_up: 返回目录](#目录)**

### Python

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

**[:arrow_up: 返回目录](#目录)**

### R

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

**[:arrow_up: 返回目录](#目录)**

### Ruby

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

**[:arrow_up: 返回目录](#目录)**

### Rust

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

**[:arrow_up: 返回目录](#目录)**

### 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脚本编程30分钟入门](https://github.com/qinjx/30min_guides/blob/master/shell.md)
Expand All @@ -687,13 +781,17 @@
* [shell十三问](https://github.com/wzb56/13_questions_of_shell)
* [Shell编程范例](https://www.gitbook.com/book/tinylab/shellbook/details)

**[:arrow_up: 返回目录](#目录)**

### 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)
Expand Down Expand Up @@ -723,4 +821,6 @@
* [leetcode/lintcode题解/算法学习笔记](https://www.gitbook.com/book/yuanbin/algorithm/details)
* [前端开发笔记本](https://github.com/li-xinyang/FEND_Note)

**[:arrow_up: 返回目录](#目录)**

### 测试相关