Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

开发工具

1 SDK(Software Development Kit)

1.1 JDK(Java Development Kit)

简介: JDK 是 Java 语言开发者所必备的开发工具,Java 程序的开发和运行都离不开 JDK。

支持平台: Windows/Linux/macOS

下载与使用教程:

Windows/Linux/macOS: JDK安装使用教程

2 IDE(Integrated Development Environment)

2.1 Eclipse

简介: Eclipse 是一个开源、免费、历史悠久、功能强大、免安装的开发工具,可以支持多种语言的开发,对于 Java 开发者而言,Eclipse 集成了丰富的 J2EE 开发环境,对 Spring 有良好的集成和支持,具有丰富的插件

支持平台: Windows/Linux/macOS

下载与使用教程:

Windows/Linux/macOS: Eclipse安装使用教程

2.2 IntelliJ IDEA

简介: IDEA 是一个智能的、功能强大的开发工具,拥有丰富的插件,在使用体验上优于 Eclipse,有收费版和免费版之分。

支持平台: Windows/Linux/macOS

下载与使用教程:

Windows/Linux/macOS: intelliJ IDEA 安装使用教程

2.3 VS Code (Visual Studio Code)

简介: VS Code 是微软出品的、开源、免费的编辑器,具有丰富的插件,支持多种语言的高亮显示,完全可以作为开发工具使用,前端开发者的不二之选

支持平台: Windows/Linux/macOS

下载与使用教程:

Windows/Linux/macOS: VS Code 安装使用教程

3 编辑器

3.1 Sublime Text 3

简介: Sublime Text 3 是一款优雅的文本编辑器,支持代码高亮与预览,插件丰富

支持平台: Windows/Linux/macOS

下载与使用教程:

Windows/Linux/macOS: Sublime Text 3 安装使用教程

3.2 Notepad++

简介: 超级轻量的文本编辑器,支持多种编程语言高亮显示,编码格式丰富

支持平台: Windows

下载与使用教程:

Windows: Notepad++ 安装使用教程

3.3 Typora

简介: 可能是 Windows 平台最好的 markdown 编辑器,简洁,支持多平台(win/mac)

支持平台: Windows/macOS

下载与使用教程:

Windows/macOS: Typora 安装使用教程

4 数据库相关

4.1 MySQL

简介: MySQL 是开源的、目前(2020年)使用最多的、最受欢迎的数据库

支持平台: Windows/Linux/macOS

下载与使用教程:

Windows/Linux/macOS: MySQL 安装使用教程

4.2 Navicat

简介: 数据库管理工具,支持(MySQL/Oracle/SQL Server/PostgreSQL/SQLite/MariaDB),收费

支持平台: Windows/Linux/macOS

下载与使用教程:

Windows/Linux/macOS: Navicat 安装使用教程

4.3 Power Designer

简介: 专业数据库设计工具

支持平台: Windows

下载与使用教程:

Windows: Power Designer 安装使用教程

4.4 DBeaver

简介: 免费的数据库连接工具,支持多种数据库,企业版收费,企业版支持 NoSQL 数据库

支持平台: Windows/Linux/macOS

下载与使用教程:

Windows/Linux/macOS: DBeaver 安装使用教程

4.5 Redis

简介: Redis 是一种内存数据库,同时支持本地持久化,常用来作为缓存

支持平台: Windows/Linux/macOS

下载与使用教程:

Windows/Linux/macOS: Redis 安装使用教程

5 依赖管理

5.1 Maven

简介: Maven 是一种优秀的依赖包管理工具

支持平台: Windows/Linux/macOS

下载与使用教程:

Windows/Linux/macOS: Maven 安装使用教程

6 服务器中间件

6.1 Tomcat

简介: Tomcat 为目前使用最广泛的轻量、易配置的服务器中间件

支持平台: Windows/Linux/macOS

下载与使用教程:

Windows/Linux/macOS: Tomcat 安装使用教程

7 测试工具

7.1 Postman

简介: Postman 为模拟用户请求的测试工具,免费,支持多平台,软件测试必备

支持平台: Windows/Linux/macOS

下载与使用教程:

Windows/Linux/macOS: Postman 安装使用教程

7.2 Wireshark

简介: 网络抓包工具,可用于分析本机网络请求

支持平台: Windows/macOS

下载与使用教程:

Windows/macOS: Wireshark 安装使用教程

7.3 JMeter

简介: 压力测试工具,轻量,免安装,功能强大,应用广泛

支持平台: Windows/Linux/macOS

下载与使用教程:

Windows/Linux/macOS: JMeter 安装使用教程

8 版本管理相关

8.1 Git

简介: Git 是一款分布式版本管理工具,目前使用最广泛的版本管理工具

支持平台: Windows/Linux/macOS

下载与使用教程:

Windows/Linux/macOS: Git 安装使用教程

8.2 TortoseGit

简介: Windows 平台下的优秀的 Git 图形化管理工具

支持平台: Windows

下载与使用教程:

Windows: TortoiseGit 安装使用教程

8.3 SourceTree

简介: Git 图形化管理工具,支持多平台

支持平台: Windows/macOS

下载与使用教程:

Windows/Linux/macOS: SourceTree 安装使用教程

9 远程连接工具

9.1 MobaXterm

简介: 全能的 ssh 客户端,支持建立ssh/telnet/rsh/ftp/sftp/serial/vnc/xdmcp/rdp等多种远程会话,其中xdmcp/vnc可以用于访问远程桌面。也支持本地bash或者cmd。专业版按用户收费。

支持平台: Windows

下载与使用教程:

Windows: MobaXterm 安装使用教程

9.2 Royal TS

简介: 多功能、多平台(Windows/macOS/iOS/Android) 远程连接工具,收费软件,免费版功能够用

支持平台: Windows/macOS

下载与使用教程:

Windows/macOS: Royal TS 安装使用教程

10 Api 管理

10.1 Yapi

简介:Yapi 是一个免费、开源的 API 接口管理工具,能够极大地提升开发文档的管理效率。

支持平台: Windows/macOS/Linux

下载与使用教程:

Windows/macOS/Linux: Yapi 安装使用教程

11 项目进度管理

11.1 禅道

简介: 禅道是开源的项目进度管理系统,分为免费版和企业版,作为小公司的项目管理工具,免费版功能足够使用。

支持平台: Windows/macOS/Linux

狭窄与使用教程:

Windows/macOS/Linux: 禅道安装使用教程