Blogger Information
Blog 4
fans 0
comment 1
visits 2337
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
phpstudy及vscode的安装-2019年8月29日
开发cms成功后一定去西藏
Original
703 people have browsed it

作业1:本地前端学习及环境安装

9{OSVA}[KGXC6A(N%1YH${V.pngvscode常用插件.jpg

附上vscode常用安装插件


作业2:phpstudy的安装启动,及本地化操作步骤

安装步骤:

  1. 官网https://www.xp.cn/下载phpstudy8.0

  2. 下载后双击执行安装,全部默认安装即可

  3. 打开桌面图标即可运行,运行成功如下图

    1.png

4.点击运行apache,如下图,红色变成蓝色,就是运行成功了2.png

5.以此点击网站》创建网站,按下图填写,勾选同步hosts选项(默认已经勾选了),点击确定就好了!

备注:phpstudy本地化时,域名可随便填写,本地hosts时,源码会对应上根目录。

3.png

6.本地化运行成功演示图

4.png

附上演示页面代码

实例

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

<head>
    <meta charset="UTF-8">
    <title>phpstudy本地化成功-2019.8.29</title>
</head>

<body>
    <h1>phpstudy本地化成功</h1>
    <p>本地化的域名:888***</p>
</body>

</html>

运行实例 »

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

 

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!