Files
ClassContent/历届学生/fontendseven/每天课程/2021-11-02/笔记.txt
2024-09-27 02:06:13 +08:00

71 lines
866 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

git
linus
版本控制软件
公共(远程)仓库
githubgitee(码云)condinggitlab
本地仓库
分支:
开发 dev
测试 test
上线 build
git 命令
git init 初始化本地仓库
git add -A
git commit "" 设置提交备注
git push 上传本地文件到服务器
测试!!!
11111
dsvbjvbs jhfbjwebfhe
dsvbjvbs 111 222
dsvbjvbs 111 你好哈哈哈哈
标签分为两:
块标签:
在网页中,会独占一行的标签
特征:可以设置宽高
哪些h1~h6 p div ul ol
行标签:
在网页中,不会独占一行的标签(可以多个放在一行)
特征:不可以设置宽高
哪些span a img
请求方式
1get 读操作
2post 新增操作
3delete 删除操作
4put 更新操作
请求的组成方式:
到后面ajax再讲