1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-05-28 20:10:49 +00:00

Add a link to IntelliJ IDEA IDE Tutorial(Simplified Chinese) (#2027)

This commit is contained in:
Judas.n 2016-08-19 05:25:08 +08:00 committed by victor felder
parent 713048cd3f
commit 771e83bbc1

View File

@ -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)