Correcting teacher:PHPz
Correction status:qualified
Teacher's comments:完成的不错,下次在“我的课程作业”中,选择指定的作业进行提交
.
: 当前路径,abc../
: 上级路径usr/local/bin
.html
, SEO.php
Chinese(Simplified)...
One Dark Pro
Material Icon Theme
Material Product Icons
Prettier-Code formatter
Auto Close Tag
Auto Rename Tag
Code Spell Checker
Markdown Preview Enhanced
markdownnlint
markdown -> html
# 一级标题,<h1>
## 二级标题,<h2>
### 三级标题,<h3>
#### 四级标题
##### 五级标题
###### 六级标题
---
,至少三个-
这是一个段落,对应 html 中的<p>
这是第二段落
**Text**
_hello_
_内容_
这是一段引用
(1) 无序列表
(2) 有序列表
(1) 单行: const num = 100
(2) 多行:
class User
{
private array $data = [];
}
序号 | 姓名 | 性别 | 工资 |
---|---|---|---|
1 | 杨过 | 男 | 12345 |
2 | 杨康 | 男 | 34567 |
3 | 王重阳 | 男 | 56789 |
# 初始化, 将目录(项目)->git可管理的项目
git init
# 提交到暂存区/索引区
git add .
# 提交到本地的版本库/仓库中
git commit -m 'first commit'
# 自我介绍
git config --global user.name "zhuyuseng"
git config --global user.email "zhuyuseng@aliyun.com"
# 设置远程仓库的地址
git remote add origin https://gitee.com/bnkt/22.git
# 仓库的自我介绍: 将本地与远程仓库进行关联
git push --set-upstream origin master
# 以后, 只要用以下指令直接提交
git push
插件并非安装的越多越好,根据需求定,以满足最小需求为准
Chinese(Simplified)...
Night Owl
Material Icon Theme
Material Product Icons
One Dark Pro
Dracula Official
Markdown Preview Enhanced
markdownnlint
Markdown All in One
Markdown PDF
Auto Close Tag
Auto Rename Tag
HTML CSS Support
Image preview
Live Server
Sass
px to rem & rpx & vw(cssrem)
JavaScript and TypeScript Nightly
Auto Import
JavaScript(ES6) code snippets
ESLint
Quokka.js
Quokka
配套插件: Quokka Statusbar button
node-snippets
TypeScript Vue Plugin(Volar)
Vue 3 Snippets
Vue 2 Support-All In One
Vue Language Features(Volar
Vue VSCode Snippets
php cs fixer
PHP DocBlocker
PHP Intelephense
PHP Snippets
PHP Snippets VS Code
Prettier-Code formatter
Format Html in PHP
SQL Formatter
phpfmt-PHP formatter
Batch Rename
Better Comments
Hex Editor
CodeSnap
Code Spell Checker
Path Intellisense
Project Manager
SVG
Tabout
vscode-pdf
Tabnine AI Autocomplete for ...