Files
ClassContent/历届学生/韩想/每日课程/2020-07-27/笔记.txt
2024-09-27 02:06:13 +08:00

58 lines
744 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 版本控制工(存代码)
github git的web管理界面
linux
git add -A
git commit -m "fwfewfewfe"
git push
git clone xxxxxx
一定要先拉取
再推送
解决冲突(手工合并代码)
标签的分类:
1:块级标签
独占一行的标签
div,h1~h2,p,ul,li
2:行内标签
不会独占一行的标签
任务:
时间:2晚上,7月29号晚上带来
1:韩想 https://you.163.com/?from=search_pz_baidu_29
2:赵俊凯 https://music.163.com/
网站开发:
1:后端渲染
前端:写静态页面(10%)
后端:(90%)
劣势:
2:前后端分离
前端:写页面,实现功能,渲染数据 50%
接口+ajax
后端:实现数据接口,部署网站 50%