# 开发工具下载

# 版本管理工具下载

# JetBrains

名称 描述 下载网址
JetBrains Toolbox App JetBrains 全系列产品版本管理工具,方便更新和下载 IDE https://www.jetbrains.com/toolbox-app/ (opens new window)

# Git 下载

# Git 及 Git 插件下载

名称 描述 下载网址
Git 分布式版本管理工具。 最新 Linux 版本下载:https://git-scm.com/downloads (opens new window)
最新 Windows 版本下载:https://gitforwindows.org/ (opens new window)
Windows 历史版本下载:https://github.com/git-for-windows/git/releases/ (opens new window)
Linux 历史版本下载:https://mirrors.edge.kernel.org/pub/software/scm/git/ (opens new window)
国内 Windows 淘宝镜像源:https://registry.npmmirror.com/binary.html?path=git-for-windows/ (opens new window)
Git LFS Git 大文件上传插件。 最新版本下载:https://git-lfs.github.com/ (opens new window)
历史版本下载:https://github.com/git-lfs/git-lfs/releases (opens new window)

# 可视化 Git 工具下载

名称 描述 下载网址
Sourcetree Git 图形化界面工具。 https://www.sourcetreeapp.com/ (opens new window)
GitHub Desktop Git 图形化界面工具,拉取 GitHub 上的代码时可以选择【Open with GitHub Desktop】,这样克隆仓库的时候可以方便点。 https://desktop.github.com/ (opens new window)
TortoiseGit Windows Shell 界面 git 客户端,优点就是和 TortoiseSVN 有一样的操作方式,适合从 SVN 转 Git 的用户,还有就是比较侵入式会对项目的目录进行同步状态显示。 最新版本下载:https://tortoisegit.org/download/ (opens new window)
历史版本下载:https://download.tortoisegit.org/tgit/ (opens new window)
第三方下载方式:http://www.onlinedown.net/soft/101592.htm (opens new window)

# SVN (Subversion) 下载

名称 描述 下载网址
Tortoise SVN 小乌龟,SVN 图形化界面工具,代替命令行操作。下载的时候选择【for 64-bit OS https://tortoisesvn.net/downloads.html (opens new window)
VisualSVN Server SVN 服务器端 https://www.visualsvn.com/server/download/ (opens new window)
SVN 集中式版本管理工具。SVN 官方不发布二进制安装包。需要从第三方下载。 GitLab:Setup-Subversion-1.8.9-1.msi (opens new window)
msi 安装包下载:https://sourceforge.net/projects/win32svn/ (opens new window)
zip 压缩包下载:https://www.visualsvn.com/downloads/ (opens new window)

# IIS 工具下载

名称 描述 下载网址
URL Rewrite URL Rewrite官方下载地址 https://iis-umbraco.azurewebsites.net/downloads/microsoft/url-rewrite (opens new window)
.NET .NET 是一个免费的跨平台开放源代码开发人员平台,用于生成许多不同类型的应用程序。 https://dotnet.microsoft.com/zh-cn/download/dotnet (opens new window)

# SSH 工具下载

名称 描述 下载网址
Xshell 经典老牌 shell 远程连接工具,占用内存最小,永远的神。但是缺点就是功能比较少,没有自带上传文件,查看文件的功能。 https://www.xshell.com/zh/xshell-download/ (opens new window)
MobaXterm ssh 远程连接工具,提供便携版和安装版两种。便携版解压即可使用,放到 U 盘上可以实现共享配置文件。 https://mobaxterm.mobatek.net/download-home-edition.html (opens new window)
PuTTY 老牌 ssh 连接工具,腾讯云官方文档使用工具。 https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html (opens new window)
tabby Tabby (opens new window) (前身是 Terminus) 是一个可高度配置的终端模拟器和 SSH 或串口客户端,支持 Windows,macOS 和 Linux。 https://github.com/Eugeny/tabby/releases (opens new window)
FinalShell 远程连接工具,免费远程桌面加速、ssh 加速。可以注册账号把账号信息存储到云端上。 http://www.hostbuf.com/downloads/finalshell_install.exe (opens new window)

参考文献:

使用远程登录软件登录 Linux 实例 (opens new window)

# FTP 工具下载

名称 描述 下载网址
WinSCP WinSCP 是一款免费开源的 SCP 客户端,运行于 Windows 系统下,遵照 GPL 发布。WinSCP 除了 SCP,还支持 SFTP、FTP、WebDAV、Amazon S3 协议。 https://winscp.net/eng/download.php (opens new window)
Xftp ssh 上传下载文件工具。 https://www.xshell.com/zh/xftp-download/ (opens new window)
FileZilla Client 经典老牌 ftp 上传下载文件客户端工具。 https://filezilla-project.org/download.php (opens new window)
FileZilla Server ftp 服务器端,用于搭建 ftp 服务器。 https://filezilla-project.org/download.php?type=server (opens new window)
8UFtp 国产的永久免费 FTP 工具。 http://www.8u.cn/ (opens new window)

# Web 服务器下载

名称 描述 下载网址
Apache 经典 Web 服务器,非常稳定。 Linux:https://httpd.apache.org/download.cgi (opens new window)
Windows:https://www.apachelounge.com/download/ (opens new window)
Windows VC14:https://www.apachelounge.com/download/VC14/ (opens new window)
Nginx 性能最强的 Web 服务器,现在主流都是用这个了。 最新版下载:http://nginx.org/en/download.html (opens new window)
历史版本下载:http://nginx.org/download/ (opens new window)
Caddy 反向代理服务器 官网:https://caddyserver.com/ (opens new window)
GitHub:https://github.com/caddyserver/caddy (opens new window)

# 文本编辑器下载

名称 描述 下载网址
Notepad++ 强大的轻量的文本编辑器。启动后占用内存只有 9M 左右。 官网首页(国内会被屏蔽):https://notepad-plus-plus.org/downloads/ (opens new window)
GitHub:https://github.com/notepad-plus-plus/notepad-plus-plus/releases/ (opens new window)
Sublime Text 付费软件,文本编辑工具。 Sublime 4:https://www.sublimetext.com/download (opens new window)
Sublime 3:https://www.sublimetext.com/3 (opens new window)
gVim 在 Windows 上使用 Vim 编辑器 官网:https://www.vim.org/ (opens new window)
官方下载主页:https://www.vim.org/download.php (opens new window)
下载地址:https://github.com/vim/vim-win32-installer/releases (opens new window)
Ron's Editor CSV 编辑器,支持 CSV 文件转换成表格形式并可直接修改。 官网:https://www.ronsplace.ca/Products/RonsEditor/Download (opens new window)
破解版:https://gitlab.com/toolcenter/tool/-/raw/main/rons-editor/RonsEditor.zip (opens new window)
SciTE 文本编辑器,一般用于编写 Python 脚本。 最新版下载:https://www.scintilla.org/SciTEDownload.html (opens new window)
历史版本下载:https://www.scintilla.org/ScintillaHistory.html (opens new window)
EverEdit http://www.everedit.net/download (opens new window)
EditPlus https://www.editplus.com/download.html (opens new window)
UltraEdit 文本编辑器。 https://www.ultraedit.com/ (opens new window)

# 开发软件下载

名称 描述 下载地址
Zeal Zeal is an offline documentation browser for software developers. https://zealdocs.org/download.html (opens new window)
Dash 和 Zeal 差不多,也是离线文档,但是 Zeal 没有 macOS 版本,Dash 也只有 macOS 版本。 https://kapeli.com/dash (opens new window)
Beyond Compare 文件比较、目录比较。 https://www.scootersoftware.com/download.php (opens new window)
SwitchHosts SwitchHosts 是一个管理 hosts 文件的应用。 https://github.com/oldj/SwitchHosts/releases (opens new window)
ImHex 轻量级的十六进制查看工具。 https://github.com/WerWolv/ImHex/releases (opens new window)
Process Explorer 进程资源管理器是由Sysinternals推出的在Microsoft Windows上运行的免费任务管理器和系统监视器,它已被微软收购并重新命名为Windows Sysinternals。它为Windows任务管理器提供了一些额外的功能,可用于收集用户系统上运行的进程信息。 https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer (opens new window)
Visual Studio .NET 和 C++ 的开发者工具 https://visualstudio.microsoft.com/zh-hans/downloads/ (opens new window)
Visual Studio Code Visual Studio Code 是一款由微软开发且跨平台的免费源代码编辑器。 https://code.visualstudio.com/ (opens new window)
dev-sidecar 开发者边车,提高国内访问 GitHub 的速度。 https://github.com/docmirror/dev-sidecar (opens new window)
Blend image-20220430234601099 安装 Visual Studio 时自带的工具,暂时不清楚有什么用
花生壳 内网穿透,不需要有自己的服务器,使用免费提供的服务器。 https://hsk.oray.com/download/ (opens new window)
DbVisualizer DbVisualizer https://www.dbvis.com/download/ (opens new window)
InstallSheild 打包 Windows 软件工具 https://www.revenera.com/install/products/installshield (opens new window)
VMware WorkStation PRO 虚拟机 Windows: https://www.vmware.com/go/getworkstation-win (opens new window)
Linux: https://www.vmware.com/go/getworkstation-linux (opens new window)
PowerShell https://github.com/PowerShell/PowerShell/releases/ (opens new window)

# 接口测试 / 模拟 HTTP 请求工具下载

名称 描述 下载地址
Postman 老牌经典 API 接口请求工具。缺点是占用的运行内存比较多,占用的磁盘空间更是夸张达到了 2G。 https://www.postman.com/downloads/ (opens new window)
Apipost 国内备用工具,不强制要求登录使用,比 Postman 要省一点运行内存。
APIPost = Postman + Swagger + Mock 后端、前端、测试同时在线编辑,内容实时同步
https://www.apipost.cn/download.html (opens new window)
Apifox 不推荐,强制需要先登录才可以进行使用,还不能跳过登录,而且比 Postman 还要吃内存,软件关闭后还会在进程中常驻,垃圾软件一个,放在这里就是为了防止和 Apipost 混淆下载错了。
API 文档、API 调试、API Mock、API 自动化测试。Apifox = Postman + Swagger + Mock + JMeter
https://www.apifox.cn/ (opens new window)

# 剪辑后期工具下载

名称 描述 下载网址
剪映 可以自动生成字幕,方便快捷,适合新手上手使用。 https://lv.ulikecam.com/ (opens new window)

# 产品经理设计工具下载

名称 描述 下载网址
Axure RP 产品经理、UI 原型图设计工具。
目前主流使用的版本是:Axure RP 9
官网最新版:https://www.axure.com/download (opens new window)
Axure RP 9:

# 技术经理工具

名称 描述 下载网址
Visual Paradigm 设计工具,可以代替 PowerDesigner,现在 PD 都不更新了,有的企业在用这个代替 PD 了。 免费社区版:https://www.visual-paradigm.com/download/community.jsp (opens new window)
付费企业版:https://www.visual-paradigm.com/download/ (opens new window)
Enterprise Architect Sparx Systems Enterprise Architect是一款基于OMG (opens new window) UML (opens new window)的可视化模型与设计工具,提供了对软件系统的设计和构建、业务流程建模和基于领域建模的支持,被企业和组织不仅应用于对系统的建模,还用于推进模型在整个应用程序开发周期中实现。破解版Enterprise Architect 12 https://sparxsystems.com/products/ea/trial/request.html (opens new window)
PowerDesigner 数据库建模设计工具 官网:https://www.powerdesigner.biz/EN/powerdesigner/powerdesigner-trial.html (opens new window)
StarUML StarUML 是一个开源的 UML 工具列表软件,它遵守 GNU GPL 的一个修订版。 https://staruml.io/download (opens new window)
yapi YApi 是一个可本地部署的、打通前后端及QA的、可视化的接口管理平台 官网:http://yapi.smart-xwork.cn/ (opens new window)
源码:https://github.com/YMFE/yapi (opens new window)
ydoc YDoc 是一个更懂你的文档站构建工具,基于 markdown 轻松生成完整静态站点 官网:https://hellosean1025.github.io/ydoc/ (opens new window)
源码:https://github.com/YMFE/ydoc (opens new window)
vuepress Minimalistic Vue-powered static site generator 官网:https://vuepress.vuejs.org/ (opens new window)
源码:https://github.com/vuejs/vuepress (opens new window)
Navicat Data Modeler Navicat 系列的数据库模型设计工具,应该要比 PD 好点,但是不怎么流行,PD 又不更新了。 https://www.navicat.com/en/products/navicat-data-modeler (opens new window)

参考文献:

PowerDesigner官网最新版本下载地址? (opens new window)

# 客户端 / 前端图片资源合并工具

名称 描述 下载网址
TexturePacker iOS 图片资源制作工具 TexturePacker-4.8.1-x64.zip (opens new window)
官网:https://www.codeandweb.com/texturepacker (opens new window)
MaliTextureCompressionTool Android 图片资源制作工具 Mali_Texture_Compression_Tool_v4,-d-,3,-d-,0,-d-,b81c088_Windows_x64.exe (opens new window)

# 中间件下载

# 数据库下载

名称 描述 下载网址
MySQL MySQL 是最流行的关系型数据库管理系统之一。 压缩包下载:https://downloads.mysql.com/archives/community/ (opens new window)
安装器下载(Windows):https://downloads.mysql.com/archives/installer/ (opens new window)
MariaDB 由原 MySQL 作者开发的关系型数据库,使用起来和 MySQL 差不多,由于版权原因换个了名字,安装比 MySQL 要简单的多。 https://mariadb.org/download/ (opens new window)
Redis Redis(Remote Dictionary Server ),即远程字典服务,是一个开源的使用 ANSI C 语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value 数据库,并提供多种语言的 API。 Linux:https://redis.io/download/ (opens new window)
Windows 新版本下载(5.0.14.1,主流使用版本):https://github.com/tporadowski/redis/releases (opens new window)

Windows 新版本下载(6.2.5,人人开源自己编译的版本):https://www.renren.io/detail/14294 (opens new window)

Windows 最新版本下载(只有安装包,没有源代码,安全性待考虑,编译了 7 的版本):https://github.com/zkteco-home/redis-windows (opens new window)
Windows 旧版本下载(3.0.504,微软开源团队制作):https://github.com/microsoftarchive/redis/releases (opens new window)
SQLite SQLite 是遵守 ACID 的关系数据库管理系统,它包含在一个相对小的 C 程序库中。与许多其它数据库管理系统不同,SQLite 不是一个客户端/服务器结构的数据库引擎,而是被集成在用户程序中。 SQLite 遵守 ACID,实现了大多数 SQL 标准。它使用动态的、弱类型的 SQL 语法。 https://www.sqlite.org/download.html (opens new window)
MongoDB 选择 5.0.x 的版本下载,不要下最新 6.x 的,因为 6.x 缺少客户端程序;也不要选 release candidate 的,因为还不稳定。
下载方式选择【zip】,可以自己指定位置解压使用,方便迁移。
https://www.mongodb.com/try/download/community (opens new window)

# 数据库管理工具下载

名称 描述 下载网址
DataGrip JetBrains 公司旗下研发的数据库管理工具。 所有版本下载:https://www.jetbrains.com/datagrip/download/other.html (opens new window)
Windows 2021.2.2 下载:https://download.jetbrains.com/datagrip/datagrip-2021.2.2.exe (opens new window)
DBeaver DBeaver 是一个 SQL 客户端和数据库管理工具。对于关系数据库,它使用 JDBC API 通过 JDBC 驱动程序与数据库交互。 https://dbeaver.io/download/ (opens new window)
HeidiSQL 数据库管理工具,安装 MariaDB 时自带的数据库。HeidiSQL 是一个自由开源的数据库管理工具,用于 MySQL 及其分支,以及Microsoft SQL Server和PostgreSQL。 https://www.heidisql.com/download.php (opens new window)
Navicat MySQL 可视化工具 中文最新版下载:https://www.navicat.com.cn/download/navicat-premium (opens new window)
版本更新日志:https://www.navicat.com.cn/products/navicat-premium-release-note (opens new window)
Navicat 破解插件 破解 Navicat 可视化工具的插件 https://github.com/samho2008/Navicat_Keygen_Patch (opens new window)
SQLyog (不推荐,没有 Navicat 好用,而且也不免费!社区版免费,企业版不免费。)SQLyog 是业界著名的 Webyog 公司出品的一款简洁高效、功能强大的图形化MySQL数据库管理工具。 https://github.com/webyog/sqlyog-community/wiki/Downloads (opens new window)
AnotherRedisDesktopManager Redis 可视化工具,自从 RDM 开始收费之后迅速崛起。推荐使用。 https://github.com/qishibo/AnotherRedisDesktopManager/releases (opens new window)
RDM 最早开始做 Redis 可视化工具的,被微软收购之后开始收费了,现在不推荐使用了。 https://github.com/uglide/RedisDesktopManager/releases (opens new window)
MongoDB Compass MongoDB 可视化工具 https://www.mongodb.com/docs/compass/current/install/ (opens new window)
DB Browser for SQLite SQLite 数据库的可视化工具。 官网最新版:https://sqlitestudio.pl/ (opens new window)
所有版本下载:https://github.com/pawelsalawa/sqlitestudio/releases (opens new window)

# Web 服务器下载

名称 描述 下载网址
Nginx Nginx 是一个高性能的 HTTP 和反向代理 web 服务器,同时也提供了 IMAP/POP3/SMTP 服务。 最新版本下载:http://nginx.org/en/download.html (opens new window)
所有版本下载:http://nginx.org/download/ (opens new window)
OpenResty 通过 Lua 扩展 NGINX 实现的可伸缩的 Web 平台 http://openresty.org/ (opens new window)

# 逆向破解工具下载

名称 描述 下载网址
ResourceHacker 可以修改 .exe 二进制文件,修改后可以重新编译生成。主要是用来破解 WinRAR 中国版的广告 http://www.angusj.com/resourcehacker/#download (opens new window)

# 图像处理工具框架下载

名称 描述 下载网址
OpenCV 使用的最多的图像处理框架,计算机视觉 官网下载(会跳转到 SourceForge 下载):https://opencv.org/releases/ (opens new window)
GitHub 下载(推荐):https://github.com/opencv/opencv/releases (opens new window)

# 网络分析工具下载

名称 描述 下载网址
Wireshark Wireshark 是一个免费开源的网络数据包分析软件。 https://www.wireshark.org/download.html (opens new window)
Fiddler 客户端、浏览器 HTTP 数据包捕获工具。Fiddler 是一个 http 协议调试代理工具,它能够记录并检查所有你的电脑和互联网之间的 http 通讯,设置断点,查看所有的“进出”Fiddler的数据(指 cookie、html、js、css等文件,这些都可以让你胡乱修改的意思)。 Fiddler 要比其他的网络调试器要更加简单,因为它不仅仅暴露http通讯,还提供了一个用户友好的格式。(Fiddler Classic 是免费的,新版要花钱,以前的教程都是基于 Classic 版本,推荐使用。下载的时候邮箱地址可以随便填写,符合邮箱格式就可以。) 官网:https://www.telerik.com/fiddler (opens new window)
经典版(推荐使用):https://www.telerik.com/download/fiddler (opens new window)
NMAP TCP / UDP 端口检测发送工具 官网:https://nmap.org/download.html (opens new window)
Charles Charles 网页调试代理工具。 https://www.charlesproxy.com/download/ (opens new window)

# 网络安全工具下载

名称 描述 下载网址
CommView for WiFi Wifi 握手包拦截工具 https://www.tamos.com/download/main/ca.php (opens new window)
aircrack-ng Wifi 嗅探破解工具 Windows:https://www.aircrack-ng.org/ (opens new window)

# 移动端开发工具下载

# Android 开发工具下载

名称 描述 下载网址
Android Studio 安卓开发者工具 最新版下载:https://developer.android.com/studio#downloads (opens new window)
历史版本下载:https://developer.android.com/studio/archive (opens new window)
AnySearch 文件搜索工具 anysearch-1.1.0.apk (opens new window)
Packet Capture 抓包分析工具 GitLab 下载:packet-capture_v1.7.2.apk (opens new window)
第三方下载:https://apkpure.com/packet-capture/app.greyshirts.sslcapture (opens new window)
ApkIDE apk 反编译修改工具 ApkIDE最新3.3.3少月增强版.7z (opens new window)

# iOS 开发工具下载

名称 描述 下载网址
爱思助手 IPA 签包工具 https://www.i4.cn/pro_pc.html (opens new window)
Stream 抓包分析工具
RD Client Windows 远程连接工具
快喵VPN VPN

# 华为鸿蒙开发工具下载

名称 描述 下载网址
DevEco Studio 华为鸿蒙应用开发 IDE https://developer.harmonyos.com/cn/develop/deveco-studio#download (opens new window)

# 安全扫描 / 压力测试工具下载

名称 描述 下载网址
JMeter 压力测试工具 最新版本下载:https://jmeter.apache.org/download_jmeter.cgi (opens new window)
历史版本下载:https://archive.apache.org/dist/jmeter/binaries/ (opens new window)
ScanPort 端口扫描工具
ab 压力测试工具,命令行工具。 https://httpd.apache.org/docs/2.4/programs/ab.html (opens new window)
Polyspace image-20221107131643038
代码分析工具
https://www.mathworks.com/products/polyspace.html (opens new window)

# 微信小程序开发工具下载

名称 描述 下载网址
微信开发者工具 微信开发者工具,下载稳定版 Stable Build 最新版下载:https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html (opens new window)
历史版本下载:https://developers.weixin.qq.com/miniprogram/dev/devtools/stable.html (opens new window)

参考文献:

升级开发者工具到最新,种种原因需要恢复旧版,旧版安装包找不到应急处理方法 (opens new window)

# Flash 开发工具下载

名称 描述 下载网址
Adobe Flash Player swf 文件播放必备工具 归档文件下载:http://www.dvd3000.ca/flash/ (opens new window)
国内代理下载(不推荐):https://www.flash.cn/download-wins (opens new window)
Flex SDK Adobe 公司开源的 Flex 软件开发工具包 http://download.macromedia.com/pub/flex/sdk/flex_sdk_4.6.zip (opens new window)
FlashDevelop Flash 开发 IDE,开源免费。 https://www.flashdevelop.org/ (opens new window)
ffdec / jpexs-decompiler swf 反编译器,支持直接修改代码。 https://github.com/jindrapetrik/jpexs-decompiler/releases (opens new window)
Flash Builder Flash 开发 IDE https://www.adobe.com/support/flex/downloads_updaters.html (opens new window)
AS3 Sorcerer AS 反编译器。版本:6.12 新官网:www.buraks.com/as3sorcerer
旧官网(会重定向到新官网):www.as3sorcerer.com
Apache Ant Adobe 将软件编译、测试、部署等步骤联系在一起加以自动化 https://ant.apache.org/index.html (opens new window)

参考文献:

https://ddt.wan.com/article/read/id/7914.html (opens new window)

# .NET 开发工具下载

名称 描述 下载网址
dotPeek .dll,.exe 反编译工具,可以直接反编译出整个项目,简单的修改下就能重新编译了。 https://www.jetbrains.com/decompiler/download/#section=web-installer (opens new window)
dnSpy dll 反编译工具,支持直接修改代码。 https://github.com/dnSpy/dnSpy (opens new window)
.NET Reactor .net 混淆器,混淆 dll https://www.liqucn.com/rj/92960.shtml (opens new window)
.NET Reflector http://soft.onlinedown.net/soft/636085.htm (opens new window)
SQL Server Microsoft SQL Server Management Studio 18

# C/C++ 开发工具下载

名称 描述 下载网址
Dev-C++ 初学者常用的 C/C++ 编辑器,各大学校基本都会用这个作为入门。 下载首页:https://sourceforge.net/projects/orwelldevcpp/ (opens new window)
所有版本下载:https://sourceforge.net/projects/orwelldevcpp/files/Setup%20Releases/ (opens new window)
5.6.3 版本下载:https://sourceforge.net/projects/orwelldevcpp/files/Setup%20Releases/Dev-Cpp%205.6.3%20TDM-GCC%20x64%204.8.1%20Setup.exe/download (opens new window)
tdm-gcc Windows 上的 gcc 编译器 首页:https://tdm-gcc.tdragon.net/ (opens new window)
最新版本下载:https://jmeubank.github.io/tdm-gcc/download/ (opens new window)
历史版本下载:https://sourceforge.net/projects/tdm-gcc/files/ (opens new window)
5.1.0 x64 下载:https://gitlab.com/mydevtool/mydevtool/-/raw/main/tdm-gcc/5.1.0/tdm64-gcc-5.1.0-2.exe (opens new window)

# Lua 开发工具下载

名称 描述 下载网址
Lua Lua 运行类库 http://luabinaries.sourceforge.net/download.html (opens new window)
ZeroBrane Studio Lua 开发 IDE 安装教程:https://studio.zerobrane.com/doc-installation (opens new window)
下载地址:https://studio.zerobrane.com/download?not-this-time (opens new window)
开源仓库:https://github.com/pkulchenko/ZeroBraneStudio (opens new window)

# PHP 开发工具下载

名称 描述 下载网址
PHP SDK PHP 核心库 Windows:https://windows.php.net/downloads/releases/archives/ (opens new window)
PhpStorm 开发 IDE https://www.jetbrains.com/phpstorm/download/other.html (opens new window)

# Go 开发工具下载

名称 描述 下载网址
Go SDK Go 开发者工具包 所有版本下载:https://go.dev/dl/ (opens new window)
Go 1.18.9 下载:https://go.dev/dl/go1.18.9.windows-amd64.msi (opens new window)
GoLand Go 开发 IDE 所有版本下载:https://www.jetbrains.com/go/download/other.html (opens new window)
Windows 2021.2.2 下载:https://download.jetbrains.com/go/goland-2021.2.2.exe (opens new window)

# Python 开发工具下载

名称 描述 下载网址
Python Python 开发工具下载 最新版下载:https://www.python.org/downloads/ (opens new window)
历史版本下载:https://www.python.org/ftp/python/ (opens new window)
PyCharm Python 开发 IDE 最新版:https://www.jetbrains.com/pycharm/download/other.html (opens new window)
2021.2.2: https://download.jetbrains.com/python/pycharm-professional-2021.2.2.exe (opens new window)
EAP: https://www.jetbrains.com/pycharm/nextversion/ (opens new window)

# Java 开发工具下载

# Java 开发 JDK 下载

名称 描述 下载网址
JDK JDK 所有版本下载 https://www.oracle.com/java/technologies/downloads/ (opens new window)
JDK 8 Java语言开发者工具包 Oracle 下载:https://www.oracle.com/java/technologies/downloads/#java8 (opens new window)
第三方下载:https://www.java.com/download/ (opens new window)
OpenJDK 自从 Oracle 从 Java 8 修改了协议之后,开始有不同的厂商对 JDK 进行发布了。其中用的最多的就是 Adoptium。目前用的比较多的版本是 11 和 17 Adoptium 下载:https://adoptium.net/temurin/releases/ (opens new window)

参考文献:

https://www.jenkins.io/blog/2022/06/28/require-java-11/ (opens new window)

# Java 开发中间件下载

名称 描述 下载网址
Tomcat Tomcat 服务器是一个免费的开放源代码的 Web 应用服务器,属于轻量级应用服务器,在中小型系统和并发访问用户不是很多的场合下被普遍使用,是开发和调试 JSP 程序的首选。 9.x 版本下载:https://tomcat.apache.org/download-90.cgi (opens new window)
8.x 版本下载:https://tomcat.apache.org/download-80.cgi (opens new window)
历史版本下载:https://archive.apache.org/dist/tomcat/ (opens new window)

# Java 开发 IDE 下载

名称 描述 下载网址
IDEA Java 集成开发环境 https://www.jetbrains.com/zh-cn/idea/download/other.html (opens new window)
IDEA 试用重置插件 可以重置 30 天试用时间,最高支持 IDEA 版本至 2021.2.2 https://gitee.com/pengzhile/ide-eval-resetter (opens new window)
jetbrains 最新激活码获取 jetbrains 激活码聚合站 https://jetbra.in/s (opens new window)
Eclipse Java 集成开发环境,下载 Java EE IDE 版本(Eclipse IDE for Enterprise Java and Web Developers)。下载历史版本时选择 R(Release) 最新版本下载:https://www.eclipse.org/downloads/packages/ (opens new window)
历史版本下载:https://www.eclipse.org/downloads/packages/release (opens new window)
WindowBuilder Java GUI 设计器 https://www.eclipse.org/windowbuilder/ (opens new window)
jGRASP Home Page 左侧找到【Download】进行下载,可以直接编译和修改 .java 文件,非常轻量,可以看作是 java 的 Editor。 下载地址:jGRASP Home Page (opens new window)
使用教程:Installing jGRASP (washington.edu) (opens new window)
官方文档:01_Installing.pdf (jgrasp.org) (opens new window)

# Java 反编译工具下载

名称 描述 下载网址
jd-gui Java 反编译工具,很好用但是现在已经不更新了,所以 JDK 新版的特性并不支持了。Windows 系统下载 jd-gui-windows-1.6.6.zip https://github.com/java-decompiler/jd-gui/releases (opens new window)
cfr CFR 工具比 jd-gui 更好用。可以反编译类的注解, jd-gui 无法反编译的 ,CFR 却游刃有余。
反编译 jar 包方法:把 cfr 工具比如 cfr-0.150.jar 和要反编译的 jar 比如: test.jar放在一起。然后在当前目录下执行命令:java -jar cfr-0.150.jar test.jar --outputdir ./
运行命令就可以把反编译后的 test.jar 代码保存到当前路径下。
GitHub 下载:https://github.com/leibnitz27/cfr/releases (opens new window)
官网:https://www.benf.org/other/cfr/ (opens new window)
jadx 最强大的 java 反编译工具。 https://github.com/skylot/jadx/releases (opens new window)

# Java 构建包管理工具下载

名称 描述 下载网址
Maven 项目包管理工具 最新版本下载:https://maven.apache.org/download.cgi (opens new window)
主流历史版本下载:https://dlcdn.apache.org/maven/maven-3/ (opens new window)
所有历史版本下载:http://archive.apache.org/dist/maven/maven-3/ (opens new window)
Ant 项目包管理工具 官网:https://ant.apache.org/bindownload.cgi (opens new window)
所有版本下载:https://archive.apache.org/dist/ant/binaries/ (opens new window)
Gradle 项目包管理工具。下载的时候有两种模式:binary-only 和 complete 两种,binary-only 只有软件不包含文档和源码,磁盘空间足够和下载速度够快的话建议下载 complete 完整版的。文档和源码也可以在线查看。 https://gradle.org/releases/ (opens new window)

# Java 微服务工具下载

名称 描述 下载网址
Nacos 微服务阿里巴巴生态的注册和配置中心,常用版本:1.4.1 https://github.com/alibaba/nacos/releases (opens new window)
Seata 分布式事务 https://github.com/seata/seata (opens new window)
SkyWalking 链路跟踪,常用版本:8.3.0 https://archive.apache.org/dist/skywalking/ (opens new window)

# 大前端开发工具下载

名称 描述 下载网址
HBuilder X Web 开发 IDE https://dcloud.io/hbuilderx.html (opens new window)
Node.js Node.js 是能够在服务器端运行 JavaScript 的开放源代码、跨平台执行环境。建议使用版本:v14.15.4 https://nodejs.org/dist/ (opens new window)
Yarn Yarn 是 Facebook 在2016年为 Node.js JavaScript 运行时环境开发的软件打包系统,它提供了速度,一致性,稳定性和安全性,可以替代npm(包管理器)。 https://classic.yarnpkg.com/lang/en/docs/install/ (opens new window)
https://github.com/yarnpkg/yarn/releases (opens new window)

# 集成开发工具

名称 描述 下载网址
PHPStudy(小皮) 小皮面板 https://www.xp.cn/download.html (opens new window)
XAMPP XAMPP 是一个易于安装的 Apache 发行版,其中包含 MariaDB、PHP 和 Perl。仅仅需要下载并启动安装程序。就这么简单。 https://www.apachefriends.org/zh_cn/download.html (opens new window)