Blogger Information
Blog 17
fans 1
comment 0
visits 14755
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
前端第一节课
邱世家的博客
Original
733 people have browsed it

常用软件安装(VScode,PHPstudy)以及Markdown常用语法

1.(VScode,PHPstudy)默认安装.

  • 安装插件如下…..
名称 作用
Chinese Language.. 简体中文语言包
Vscode-icons 最受欢迎的的文件图标
Prettier-Code formatter 通用的代码格式化工具
HTML CSS Support HTML/CSS代码提示神器
Auto Close Tag HTML标签自动闭合
Auto Rename Tag HTML标签自动更名
Markdownlint markdown语言检查器
Live Server 创建本地Web服务器实时预览

1.配置PhPstudy,创建网站.

启动Apachehe Mysql

输入域名front.edu


Markdown 常用语法

三级标题,(用###来表示,以此类推)

有序列表(数字加点号来表示)

1.Qiushijia
2.Qj

无序列表(用-来表示)

  • 苹果
  • 橘子

表格(用||表示)

序号 名称 级别
1 html 好好学
2 css 加油学

单行代码(``)

  • var username = "zhu";

    多行代码( )

    1. select * from zsp;

    引入链接

    PHP中文网
Correcting teacher:WJWJ

Correction status:qualified

Teacher's comments:总体写的还行;建议:标题修改下,突出内容;phpStudy、vscode安装可以详细一点。
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!