From 784ef4a313213f97b7a8f0116fb22b454f1ce009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Mon, 18 Jul 2016 10:24:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E:Golang,=20Apache=20Spark,Ato?= =?UTF-8?q?m=E6=89=8B=E5=86=8C=20fixed=20#410?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Golang标准库文档 (go) - Apache Spark 设计与实现 (大数据) - Atom官方手册 (编辑器) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 75a96a4..cd053ee 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ * [Markdown·简单的世界](https://github.com/wizardforcel/markdown-simple-world) * [一年成为 Emacs 高手](https://github.com/redguardtoo/mastering-emacs-in-one-year-guide/blob/master/guide-zh.org) * [Emacs 生存指南](http://lifegoo.pluskid.org/upload/blog/152/Survive.in.Emacs.pdf) +* [Atom官方手册](https://atom-china.org/t/atom/62) ### NoSQL @@ -177,6 +178,7 @@ * [Neo4j 简体中文手册 v1.8](http://docs.neo4j.org.cn/) * [Neo4j .rb 中文資源](http://neo4j.tw/) * [Disque 使用教程](http://disquebook.com) +* [Apache Spark 设计与实现](https://github.com/JerryLead/SparkInternals/tree/master/markdown) ### PostgreSQL @@ -376,6 +378,7 @@ * [Network programming with Go 中文翻译版本](https://github.com/astaxie/NPWG_zh) * [Effective Go](http://www.hellogcc.org/effective_go.html) * [Go 语言标准库](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example) +* [Golang标准库文档](http://godoc.ml/) * [Revel 框架手册](http://gorevel.cn/docs/manual/index.html) * [Java程序员的Golang入门指南](http://blog.csdn.net/dc_726/article/details/46565241) * [Go命令教程](https://github.com/hyper-carrot/go_command_tutorial) -- GitLab