IDE
-
IntelliJ IDEA 简体中文专题教程https://github.com/judasn/IntelliJ-IDEA-Tutorial
MySQL
-
21分钟MySQL入门教程http://www.cnblogs.com/mr-wid/archive/2013/05/09/3068229.html
-
MySQL索引背后的数据结构及算法原理http://blog.codinglabs.org/articles/theory-of-mysql-index.html
NoSQL
-
Disque 使用教程http://disque.huangz.me/
-
Neo4j .rb 中文資源http://neo4j.tw/
-
Redis 命令参考http://redisdoc.com/
-
Redis 设计与实现http://redisbook.com/
-
The Little MongoDB Bookhttps://github.com/justinyhuang/the-little-mongodb-book-cn/blob/master/mongodb.md
-
The Little Redis Bookhttps://github.com/JasonLai256/the-little-redis-book/blob/master/cn/redis.md
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.4.4 中文文档http://www.postgres.cn/docs/9.4/index.html
-
PostgreSQL 9.5.3 中文文档http://www.postgres.cn/docs/9.5/index.html
-
PostgreSQL 9.6.0 中文文档http://www.postgres.cn/docs/9.6/index.html
Web
-
3 Web Designs in 3 Weekshttps://www.gitbook.com/book/juntao/3-web-designs-in-3-weeks/details
-
Chrome 开发者工具中文手册https://github.com/CN-Chrome-DevTools/CN-Chrome-DevTools
-
Chrome扩展开发文档http://open.chrome.360.cn/extension_dev/overview.html
-
HTTP 接口设计指北https://github.com/bolasblack/http-api-guide
-
HTTP/2.0 中文翻译http://yuedu.baidu.com/ebook/478d1a62376baf1ffc4fad99?pn=1
-
http2讲解https://www.gitbook.com/book/ye11ow/http2-explained/details
-
JSON风格指南https://github.com/darcyliu/google-styleguide/blob/master/JSONStyleGuide.md
-
正则表达式30分钟入门教程http://deerchao.net/tutorials/regex/regex.htm
WEB服务器
-
Apache 中文手册http://works.jinbuguo.com/apache/menu22/index.html
-
Nginx开发从入门到精通 (淘宝团队出品)http://tengine.taobao.org/book/index.html
-
Nginx教程从入门到精通 (PDF版本,运维生存时间出品)http://www.ttlsa.com/nginx/nginx-stu-pdf/
程序员杂谈
-
程序员的自我修养http://www.kancloud.cn/kancloud/a-programmer-prepares
Java
-
Activiti 5.x 用户指南https://github.com/waylau/activiti-5.x-user-guide
-
Apache MINA 2 用户指南https://github.com/waylau/apache-mina-2.x-user-guide
-
Apache Shiro 用户指南https://github.com/waylau/apache-shiro-1.2.x-reference
-
Google Java编程风格指南http://www.hawstein.com/posts/google-java-style.html
-
H2 Database 教程https://github.com/waylau/h2-database-doc
-
Java Servlet 3.1 规范https://github.com/waylau/servlet-3.1-specification
-
Java 编码规范https://github.com/waylau/java-code-conventions
-
Jersey 2.x 用户指南https://github.com/waylau/Jersey-2.x-User-Guide
-
JSSE 参考指南https://github.com/waylau/jsse-reference-guide
-
MyBatis中文文档http://mybatis.github.io/mybatis-3/zh/index.html
-
Netty 4.x 用户指南https://github.com/waylau/netty-4-user-guide
-
Netty 实战(精髓)https://github.com/waylau/essential-netty-in-action
-
REST 实战https://github.com/waylau/rest-in-action
-
Spring Boot参考指南 (翻译中)https://github.com/qibaoguang/Spring-Boot-Reference-Guide
-
Spring Framework 4.x参考文档https://github.com/waylau/spring-framework-4-reference
-
用jersey构建REST服务https://github.com/waylau/RestDemo