1. 環(huán)境變量JDK
推薦安裝版本是:1.7.0_72 版本 。JDK的文件下載列表網址:
http://www.oracle.com/technetwork/cn/java/archive-139210-zhs.html
具體環(huán)境變量配置方式參考:http://jingyan.baidu.com/article/f96699bb8b38e0894e3c1bef.html
注意吩愧,CLASSPATH 可以不用配置芋酌。如果要配置注意將當前路勁一定要加在CLASSPATH中.也就是在CLASSPATH的最后添加 ;.;
linux配置環(huán)境變量
vim /etc/profile
#在文件末尾,增加以下內容
JAVA_HOME=/full-path-java-version
export PATH=$PATH:$JAVA_HOME/bin
2. Java開發(fā)者幫助文檔目前只有jdk1.6的中文文檔雁佳。Jdk1.7 官方沒有整理官方文檔
1.6 的中文幫助文檔下載地址如下:
http://download.java.net/jdk/jdk-api-localizations/jdk-api-zh-cn/publish/1.6.0/chm/JDK_API_1_6_zh_CN.CHM
官方的線上幫助文檔地址如下:
http://www.oracle.com/technetwork/java/api-141528.html
3. Java開發(fā)工具IDE脐帝。
Eclipse : 下載地址
http://www.eclipse.org/downloads/
myeclipse : 下載地址(需要注冊、給出的下載地址會有一個破解工具)http://www.myeclipsecn.com/download/
推薦下載 2014版本
IDEA:下載地址
[http://www.jetbrains.com/idea/]
4.數據庫
Oracle
完整版下載地址
http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
簡易版下載地址
http://www.oracle.com/technetwork/database/database-technologies/express-edition/downloads/index.html
Oracle 客戶端工具
PL/SQL: 下載地址
http://www.plsqldev.com/
Oracle SQL Devloper: 下載地址
http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
MySQL: 下載地址
http://dev.mysql.com/downloads/windows/installer/
客戶端工具:
Navicat: (需要自己找注冊碼) 下載地址
http://www.navicat.com/download
microsoft sql server
完整版:https://technet.microsoft.com/zh-cn/evalcenter/dn205290.aspx
簡易版:https://profile.microsoft.com/RegSysProfileCenter/wizard.aspx?wizid=932d09f6-e2d4-429d-bd3e-834adabc4f8f&lcid=1033&ci=51
5. 文本文件查看工具notepad++ : 下載地址
https://notepad-plus-plus.org/download/v6.8.5.html
github:下載地址
https://desktop.github.com/
6. 網頁編輯工具:
DreamWeaver: (需要想辦法破解)下載地址
http://www.adobe.com/go/trydreamweaver_cn/
7. Web服務器:
Tomcat: 下載地址
http://tomcat.apache.org
Apache http server:
http://httpd.apache.org/
Jetty:
http://download.eclipse.org/jetty/
8. 其他相關工具
Maven:
http://maven.apache.org/
9. 三大框架官網
Sturts2: http://struts.apache.org/
Spring: http://spring.io/projects
主要學習 spring-framework/ 可以了解 spring-mvc \ spring-data \spring-boot 等技術
Hibernate: http://hibernate.org/
主要使用hibernate-orm / hibernate-validadator 等相關技術
10. 數據庫連接驅動
Mysql: http://dev.mysql.com/downloads/connector/j/
Oracle: http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html
microsoft sql server:
http://www.microsoft.com/en-us/download/confirmation.aspx?id=21599&6B49FDFB-8E5B-4B07-BC31-15695C5A2143=1
11. mybatis 框架
http://mybatis.github.io/mybatis-3/zh/index.html
12. 虛擬機
Oracle VM VirtualBox
http://www.oracle.com/technetwork/server-storage/virtualbox/downloads/index.html
13. linux 發(fā)行版 163 下載源http://mirrors.163.com/
各發(fā)行版官網:
centos : https://www.centos.org/
fedora : https://getfedora.org/
ubuntu : http://www.ubuntu.com/
14. nutz 國產框架
15. nginx
16. mybatis 下載頁
http://blog.mybatis.org/p/products.html
17. mybatis 框架中文文檔
http://www.mybatis.org/mybatis-3/zh/index.html
http://www.mybatis.org/spring/zh/getting-started.html
18.redis
https://redis.io/
java連接redis工具包:jedis
19.solr服務器
http://lucene.apache.org/solr/
20.spring-boot
http://projects.spring.io/spring-boot/#quick-start