该文章列出常用的开发工具的官网下载地址。
MySQL
- MySQL官网下载地址:https://dev.mysql.com/downloads/windows/
- MySQL桌面管理Navicat官网地址:http://www.navicat.com.cn/products
- Navicat Premium_11.2.7简体中文破解版:百度云下载 : l1cc
Redis
- 官网下载地址:http://www.redis.cn/download.html
- Redis Windows版本:https://github.com/MicrosoftArchive/redis/releases
- Redis桌面管理RedisStudio:https://github.com/cinience/RedisStudio/releases
- PHP Redis扩展下载:http://pecl.php.net/package/redis
MongoDB
- MongoDB Windows下载地址:https://www.mongodb.com/download-center#community
- php MongoDB扩展:https://pecl.php.net/package/mongodb
Apache ngnix 服务器
- Nginx : http://nginx.org/en/download.html
- Apache Windows: http://www.apachehaus.com/cgi-bin/download.plx
- Apache Linux: http://httpd.apache.org/download.cgi
PHP
如果使用 ISAPI 方式(dll加载多线程)运行PHP,选择Thread Safe(线程安全)的版本;如果使用 FastCGI 模式(单一线程多进程)运行PHP的话用 None Thread Safe(NTS,非线程安全)版本。
- windows + IIS + FastCGI :使用非线程安全版本
- windows + IIS + ISAPI :使用线程安全版本(常用)
- windows + Apache + PHP(模块) :使用线程安全版本(常用)
- windows + Apache + PHP(ISAPI) :使用线程安全版本
- windows + Apache + PHP(FastCGI) :使用非线程安全版本
- windows + Nginx + PHP(FastCGI) :使用非线程安全版本(常用)
下载地址参考:
- 官网下载地址:http://www.php.net/downloads.php
- PHP Windows 下载地址:http://windows.php.net/download#php-7.2
- Windows选择符合系统64位:x64, 32位:x86
- PHPStorm官网下载地址:https://www.jetbrains.com/phpstorm/download/
- composer 包依赖管理工具:http://docs.phpcomposer.com/
PHP扩展下载地址:http://pecl.php.net/package/,在Windows下下载dll文件,将dll文件复制到PHP安装根目录的ext目录下,然后在php.ini文件中添加扩展配置:extension=php_redis.dll。
- php redis 扩展:http://pecl.php.net/package/redis
- php lua 扩展:http://pecl.php.net/package/
- php MongoDB扩展:https://pecl.php.net/package/mongodb
Java
- Oracle Java: http://www.oracle.com/technetwork/java/javase/downloads/index.html
- Java JDK: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
- Eclipse: http://www.eclipse.org/ide/
- IntelliJ IDEA: https://www.jetbrains.com/idea/download/
Python
- 官网下载:https://www.python.org/getit/,安装完后需要添加环境变量,安装根目录以及其下Scripts目录
- windows平台Python工具包下载地址:http://www.lfd.uci.edu/~gohlke/pythonlibs/,下载适合的版本使用 pip 安装
- Python开发工具PyCharm: https://www.jetbrains.com/pycharm/download/#section=windows
- Python官方英文文档下载:https://docs.python.org/3/archives/
Ruby
- Ruby Windows官网下载地址:https://rubyinstaller.org/downloads/
- Ruby 官网下载地址:https://www.ruby-lang.org/en/downloads/
- sass官方中文文档:https://www.sass.hk/docs/
- PHPStorm sass 插件支持:sass support
更新ruby安装源地址
gem sources --remove https://rubygems.org/
gem sources -a https://ruby.taobao.org/