编写php项目所需环境

需要编写php项目,需要看到编写的代码展现的效果,这里我选择用xampp来展现

准备工作:

https://learncodingfast.com/how-to-install-xampp-and-brackets/#Installing_and_Running_XAMPP

xampp下载地址:https://www.apachefriends.org/index.html

安装完成后,打开对应apache服务(文件位置为C:\xampp\xampp-control.exe),

编写的项目代码位于C:\xampp\htdocs,在这里面编写的index.php代码就可以通过localhost/index.php来访问了

相关推荐
fie888913 分钟前
基于MATLAB的狼群算法实现
开发语言·算法·matlab
gihigo199815 分钟前
MATLAB中生成混淆矩阵
开发语言·matlab·矩阵
曾几何时`30 分钟前
C++——this指针
开发语言·c++
小冯的编程学习之路44 分钟前
【C++】: C++基于微服务的即时通讯系统(1)
开发语言·c++·微服务
穿西装的水獭2 小时前
python将Excel数据写进图片中
开发语言·python·excel
老友@2 小时前
Java Excel 导出:EasyExcel 使用详解
java·开发语言·excel·easyexcel·excel导出
tryCbest2 小时前
Python基础之爬虫技术(一)
开发语言·爬虫·python
hixiong1232 小时前
C# OpenCVSharp实现Hand Pose Estimation Mediapipe
开发语言·opencv·ai·c#·手势识别
集成显卡2 小时前
AI取名大师 | PM2 部署 Bun.js 应用及配置 Let‘s Encrypt 免费 HTTPS 证书
开发语言·javascript·人工智能
AI小云3 小时前
【Numpy数据运算】数组间运算
开发语言·python·numpy