YoungLots Team - Record a software installation

(1)Vscode官方介绍:Free. Built on open source. Runs everywhere. 免费,开源,无处不在。它是一款免费开源的现代化轻量级代码编辑器,而Visual Studio是一个集成的开发环境,相对来说比较完整。

(2)下载地址:https://code.visualstudio.com/  点击Download for Windows下载即可。

YoungLots Team - Record a software installation

(3)安装过程 如图点击下一步直至安装结束即可

YoungLots Team - Record a software installation

YoungLots Team - Record a software installation

(4)安装完成,附上汉化教程:打开Vscode之后按下Ctrl+Shift+P 输入configure language 然后选择install additional languages 选择中文安装,再次按下Ctrl+Shift+P 输入configure language选择zh-cn重启即可。

YoungLots Team - Record a software installation

YoungLots Team - Record a software installation

YoungLots Team - Record a software installation

三,Xampp的安装和配置

(1)Xampp官方介绍:XAMPP is the most popular PHP development environment 。它是比较受欢迎的PHP集成环境。也就是说安装了Xampp就不用再去安装 apache + mysql + php

(2)Xampp下载地址:https://www.apachefriends.org/index.html 点击 XAMPP for Windows 7.3.11 (PHP 7.3.11) 下载即可。

YoungLots Team - Record a software installation

提示:如果下载没有自动开始的话,把https://downloadsapachefriends.global.ssl.fastly.net/7.3.11/xampp-windows-x64-7.3.11-0-VC15-installer.exe这个链接复制到迅雷里即可下载。因为是外网的资源,下载速度会很慢,我这里是爬了梯子,放下载IDM里面下载,几十秒就下好了。如果你不会爬梯子,只有等等。

(3)Xampp的安装

打开安装文件会有以下提示,点YES和OK即可,后面的安装路径一定要在C:\Program Files 。

YoungLots Team - Record a software installation

YoungLots Team - Record a software installation

YoungLots Team - Record a software installation

随后一直Next等待安装完成即可,打开之后如果遇到拒绝访问这个问题

YoungLots Team - Record a software installation

去到我们的安装目录,我这里是C:\Program Files\XAMPP,找到xampp-control.ini文件,在该文件选择属性-安全-编辑,把完全控制允许的权限全部打勾给上即可。

但是我们又遇到了新的问题,无法启动Apache服务和MYSQL(灰色)

YoungLots Team - Record a software installation

推测应该是端口被占用,改掉端口即可。可以参照https://blog.csdn.net/qq_41664447/article/details/81202740的方法。如果出现权限不足不能保存的问题,还是参照修改xampp-control.ini文件权限的办法修改权限,即可成功启动。

YoungLots Team - Record a software installation

四、navicat的安装

(1)Navicat Premium介绍:Navicat Premium 是一套数据库开发工具,让你从单一应用程序中同时连接 MySQL、MariaDB、MongoDB、SQL Server、Oracle、PostgreSQL 和 SQLite 数据库。你可以快速轻松地创建、管理和维护数据库。

(2)Navicat for MySQL介绍:Navicat for MySQL是管理和开发 MySQL 或 MariaDB 的理想解决方案。它是一套单一的应用程序,能同时连接 MySQL 和 MariaDB 数据库。

(3)官网地址:https://www.navicat.com.cn/ 

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wppygx.html