Blogger Information
Blog 2
fans 0
comment 0
visits 1131
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
Lesson 1 .内容回顾及笔记
杜波
Original
683 people have browsed it

PHP开发环境与工具

概览

序号 名称 描述
1 windows 操作系统
2 VScode 编辑器
3 PHPstudy pro 集成环境
4 markdown 语法使用
5 码农云服务器 线上资源
6 xp 小皮面板

分项

一、 VScode下载安装及插件应用
1、下载地址:https://code.visualstudio.com/
自动识别操作系统并适配VScode版本
2、插件使用:
2.1 插件资源选择
活动栏 插件按钮 打开/关闭
ctrl+shift+x 快捷键
2.2 推荐插件

序号 名称 描述
1 auto close tag 自动匹配html标签
2 auto rename tag 自动重命名标签(待理解)
3 bracket pair colorizer 用颜色标识匹配的括号等内容
4 Chinese language插件 汉化插件
5 format html in php 格式化php中的html代码
6 html css support html和css支持
7 html snippets 丰富了html在vscode中的支持
8 intellisense for css class names in html 为html提供了css类名补全嗅探
9 live server 实现代码修改的浏览器实时预览。可右键或右下角Go live启动
10 markdown preview enhanced markdown强化预览功能
11 markdownlint markdown语法检查
12 path intellisense vscode路径嗅探插件
13 php intelephence 丰富php代码在vscode中的支持
14 php intellisense 强化php代码在vscode中的自动“补全”和重构
15 prettier-code formatter 前端主要代码语言的格式化
16 vs color picker web开发颜色选择器
17 vscode icons vscode的图标支持

其余略。

二、 PHPstudy pro 集成开发环境下载安装及配置
1、下载地址:https://www.xp.cn/
默认安装路径:D:\phpstudy_pro\
站点资源内容:D:\phpstudy_pro\www
集成工具目录:D:\phpstudy_pro\extensions
2、配置网站:
核心:将域名解析至对应的站点资源文件
2.1 启动apache (默认配置)
2.2 网站选项卡-创建网站-配置网站
域名:php11.edu(核心)
第二域名:www.php11.edu 或 略过
http和https的区别在于https网站需证书?(待确认)
默认端口 80 未修改
根目录:www目录下的php11文件夹(核心)
勾选“同步hosts”解析文件
到期日期:设定网站服务时间?(待确认)
ps:“星号”后内容会变斜体,再“星号”变回
双“星号”加粗黑体
只在编辑区域显示,预览未见异常。

三、 markdown 语法使用

序号 写法 描述 备注
1 # 标题 #数量表示,#后跟空格
2 竖线 表格 a、表头/内容之间插入行,使用-填充 b、博客markdown编辑时,表头前空行,否则不能正常显示
3 —- 分隔符 3个及以上-表示,使用markdown插件后自动修正
4 - 无序列表 -表示,注意:-后跟空格
5 <> 超链接 <>中间插入超链接地址
6 ··· 代码块 三个反引号开始/结束。开始反引号后可注释语言种类

四、 码农云资源及小皮面板的使用
略:详见课件 0401:《独立主机与小皮面板安装流程.html》

疑问汇总

1、博客markdown编辑中“- XX内容”没有解析成“.”
2、插入表格,表头前面需空行,否则不能正常显示表格
3、码农云的稳定性如何?是否有独立的数据库服务?(待确定)
4、自己在云服务器上布置数据库和使用独立的数据库服务器有何优劣?(待确定)

Correcting teacher:天蓬老师天蓬老师

Correction status:unqualified

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