Blogger Information
Blog 7
fans 0
comment 0
visits 5955
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
phpstudy安装及本地主机创建过程—2019年8月29日
做么也的博客
Original
820 people have browsed it

一 : phpstudy下载

到官网下载phpstudy安装包,官网地址: https://www.xp.cn/

二 : 安装phpstudy

选择好安装路径----立即安装

1.png

点击 安装完成 会自动进入到软件界面 

2.png

三 : 启动 Apache

4.png

四 : 打开  网站 - 创建网站 - 填写基本配置

7.png

五 : 确认后,网站创建成功

8.png

六 : 打开 VSCode 写一段代码

实例

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
</head>

<body>
    <h1>第一次练习,希望自己早日强大起来!!!</h1>
</body>

</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例

9.png

总结:

phpstudy 软件 轻松一键配置开发环境,省去繁杂的环境搭建,对于新手来说,非常的方便与强大

学习之路已开始!!!!!!

Correction status:qualified

Teacher's comments:相信自己, 你一定会强大到自己都不认识的
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post