diff --git a/free-programming-books-zh.md b/free-programming-books-zh.md index b84ab1909546167b6630ec9178273caae1b49456..aa823eea36781fca997664f3873232c0a50ccf5e 100644 --- a/free-programming-books-zh.md +++ b/free-programming-books-zh.md @@ -1,6 +1,7 @@ ## 目录 * [语言无关](#语言无关) + * [IDE](#IDE) * [MySQL](#mysql) * [NoSQL](#nosql) * [PostgreSQL](#postgresql) @@ -65,6 +66,11 @@ ## 语言无关 +### 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)