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块级标签
独占一行的标签
divh1~h2pulli
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%