程序员常用工具下载地址及方式

程序员常用工具下载地址及方式

本文以Windows 64位为例,如有mac或Linux系统的请自行选择对应系统进行下载

一.JDK 
1.官网下载地址:

http://www.oracle.com/technetwork/java/javase/downloads/index.html

2.以前的所有版本(包括JDK1.8或JDK1.7等):

http://www.oracle.com/technetwork/java/javase/archive-139210.html

3.jdk安装及环境变量配置图解: 
http://blog.csdn.net/qidasheng2012/article/details/77426756

4.jdk1.8官方文档: 
http://docs.oracle.com/javase/8/docs/api/

5.jdk_API中文文档下载汇总 
做开发少不了要查看文档,笔者提供了jdk1.7和jdk1.8两个版本的中文文档下载汇总,方便大家下载学习,希望能帮助大家学习java 
http://blog.csdn.net/qidasheng2012/article/details/78147634

二.开发工具(IDE): 
1.Eclipse: 
1)官网下载地址: https://www.eclipse.org/downloads/

2)eclipse教程及配置问题汇总 

http://blog.csdn.net/qidasheng2012/article/details/78080847

2.IDEA: 
1)官网下载地址: https://www.jetbrains.com/idea/

3.Spring Tool Suite: 
官网下载地址: https://spring.io/tools/sts/all

三.Tomcat: 
1.官网下载地址: http://tomcat.apache.org/

2.JDK和Tomcat安装和配置的图文教程: 
http://blog.csdn.net/qidasheng2012/article/details/77427160

5.tomcat服务器配置字符集为utf-8-彻底解决中文乱码问题: 
http://blog.csdn.net/qidasheng2012/article/details/77587848

四.项目管理工具: 
1.maven: 
官网下载地址: http://maven.apache.org/download.cgi

五.版本控制工具: 
1.Git: 
官网下载地址: https://git-scm.com/downloads

2.SVN: 
官网下载地址: https://tortoisesvn.net/downloads.html

2.1.VisualSVN Server: 
官网下载地址: https://www.visualsvn.com/server/download/

六.数据库: 
1.mysql: 
官网下载地址: https://dev.mysql.com/downloads/installer/

2.数据库客户端链接工具: Navicat 
官网下载地址: https://www.navicat.com.cn/products 

官网提供的版本是收费的,下面提供破解版链接 
(笔者本打算免费提供给大家,但CSDN下载至少需要1积分,望大家谅解,如需要免费的可自行百度搜索) 
Navicat Premium(含破解文件和破解步骤) 
http://download.csdn.net/download/qidasheng2012/9994979

八.文本编辑器: 
1.Notepad++ 
官网下载地址: https://notepad-plus-plus.org/ 

2.Visual Studio Code 
官网下载地址: https://www.visualstudio.com/

十.安全终端模拟软件 

Xshell: 
官方下载地址:http://www.netsarang.com/products/xsh_overview.html

SecureCRT: 
官网下载地址:https://www.vandyke.com/download/securecrt/download.html

十二.虚拟机 
VMware Workstation Player: 
官方下载地址: 
https://my.vmware.com/cn/web/vmware/free#desktop_end_user_computing/vmware_workstation_player/12_0

十三.Linux系统 
CentOS: 
官方下载地址:https://www.centos.org/download/

原文地址:https://www.cnblogs.com/429lirui/p/15154352.html