程序员需要知道的各类官方文档地址

转载请注明来源:http://blog.csdn.net/loongshawn/article/details/50498122

程序员需要知道的各类官方文档地址(持续更新):

1.MyBatis官方文档地址
http://www.mybatis.org/mybatis-3/apidocs/reference/org/apache/ibatis/type/JdbcType.html

2.Java API官方文档地址
http://docs.oracle.com/javase/8/docs/api/

3.Oracle Java™ Tutorials官方教程地址
http://docs.oracle.com/javase/tutorial/essential/exceptions/finally.html

4.MySql 5.7官方说明手册英文版地址
http://dev.mysql.com/doc/refman/5.7/en/preface.html

5.MySql 5.1说明手册中文版地址
http://doc.mysql.cn/mysql5/refman-5.1-zh.html-chapter/

6.MongoDB 3.2官方手册英文版地址
https://docs.mongodb.org/manual/

7.MongoDB 说明手册中文版地址(网速慢)
https://mongodb-documentation.readthedocs.org/en/latest/

8.MPXJ官方API说明文档
http://mpxj.sourceforge.net/apidocs/index.html

你可能感兴趣的:(java,api,程序员,文档)