Blogger Information
Blog 1
fans 0
comment 0
visits 640
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
课前准备VSCODE与PHPSTUDY环境安装及markdown语法
yoka
Original
640 people have browsed it

VSCODE


下面为需要下载插件
|插件名称|插件作用|
|Auto Rename Tag| html自动更新配对标签名称|
|Bracket Pair Colorizer|为嵌套的各种括号添加不同颜色|
|Chinese (Simplified) Language Pack for Visual| Studio Code | 翻译成中文|
|Markdown Preview Enhanced |markdown实时浏览工具|
|markdownlint | 优秀的markdoun 语法检查器|
|Path Intellisense | 智能路径提示|
|PHP Intelephense | PHP智能代码提示器|
|PHP IntelliSense | php代码自动完成插件|
|highlight matching tag | 自动高亮显示结束符号/标签|
|codeif | 变量命名神器|
|minify | 压缩html,css,js代码工具|
|javascript(es6)code snippets | es6代码片段|

PHP STUDY


1、PHP STUDY的安装
2、创建网站的步骤
在首项打开Apache选项,在第二项打开创建网站,输入域名,如PHP11.edu,第二域名在前面加入WWW,端口选择HTTP(https需要证书),勾上HOSTS,备注任意(如11)
遇到问题:创建成功后本应该打开“创建成功的页面”,但一直无法找到域名,检查本地文件没有缺失,重新勾选同步HOSTS后成功打开

Markdown的语法

1、用#标记
在 标题开头 加上1~6个#,依次代表一级标题、二级标题….六级标题
2、用=和-标记
在 标题底下 加上任意个=代表一级标题,-代表二级标题
3、表格的制作格式
|||*|
4、写入链接是前后加<>,如<www.baidu.com>
5、前后各两个 ````是代码块的开始和结束符
格式:例如html

  1. <h2>php.cn</h2>
  2. <a href_"https://www.php.cn">php中文网</a>

安装服务器

1、购买云服务器,网站<www.404.cn>
2、安装Xshell6
安装中遇到问题,提示1603,在运行里输入regedit打开注册表编辑器
找到 HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control
将 RegistrySizeLimit(REG_DWORD类型的) 的值改为 FFFFFFFF (10进制就是 4294967295,原值是8ca7290)如果不存在该值就创建一个
重新启动计算机2次,注意是2次

这也是导致Windows Modules Installer服务无法启动的原因

出现这个问题的主要原因是对注册空间进行了限制,只要修正过来就可以了
3、在小皮面板上配置安装

Correcting teacher:天蓬老师天蓬老师

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