Blogger Information
Blog 13
fans 0
comment 0
visits 11196
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
php服务器环境、Visual Studio Code编辑器配置、markdown语法初体验
忠于原味
Original
865 people have browsed it

php服务器环境、Visual Studio Code编辑器配置、markdown语法初体验


一、php开发环境配置

(以下是我个人现在所使用的配置和编辑器)

集成服务器环境:

phpstudy 8.1.0.6 (MySQL5.7.26 + Apache2.4.39);

代码编辑器:

visual Studio Code;


phpstudy 8.1.0.6下载地址:https://www.xp.cn
visual Studio Code下载地址:https://code.visualstudio.com


一、php开发环境配置步骤

(1)下载好 phpstudy 8.1.0.6(不懂如以下配图傻瓜式安装)

(2)软件开启后我来搭建一个简易的服务器(新手上路多多指教)

  • 1.开启Apache 2.4.39和MySQL 5.7.26服务

  • 2.我们可以创建网站咯!点击新建网站

  • 3.网站的基本配置(PhPstudy默认安装到D盘,我们浏览D盘所处位置即可,域名自己取个就行(这里我用fron.edu),第二域名可不写,其他配置默认就行点击确认)
    >确认后phpstudy会重启服务,站点建立成功,打开浏览器输入站点网址http://front.edu 可看到提示:如下图

这样我们一个简易的服务器就配置完成了!

二、Visual Studio Code编辑器配置

  1. visual Studio Code下载地址:https://code.visualstudio.com
    这里我所使用的是Windows X64根据个人电脑系统选择哈!

2.傻瓜式安装完毕后打开软件后我们先安装一些常用插件(别看我是中文版的因为我安装了Chinese插件哦)

我所使用的插件附表

插件名称 插件作用
Chinese Language… 简体中文语言包
Vscode-icons 文件图标
Prettier-Code formatter 通⽤的代码格式化⼯具
HTML CSS Support 代码提示
Auto Close Tag HTML 标签⾃动闭合
Auto Rename Tag HTML标签⾃动更名
PHP Intelephense PHP代码智能分析与提示
PHP IntelliSense PHP代码智能感知与重构
Markdownlint markdown语⾔检查器
Live Server 创建本地Web服务器实时预览

三、markdown语法初体验

此博文我使用的就是markdown语法,之前不了解md扩展名的用处,在接触markdown语法了解了markdown文件格式和作用后对我今后的文章编写提供了巨大的便捷。

该文章所使用到的语法:
1.标题:#一级标题,##二级标题,###三级标题;

2.列表:-无序列表,:有序列表;

3.链接:[文本](链接URL);

4.图片描述:![图片alt] (图片地址 “图片title”);

5.表格:使用|和-画出来,可以设置文本对齐;

6.引用:>引用文本,可嵌套 ;

7.代码:单行代码``,多行代码``````;

Correcting teacher:WJWJ

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