Files
ClassContent/历届学生/吴欣阳/每天课程/2021-05-25/笔记.txt
2024-09-27 02:06:13 +08:00

85 lines
1.2 KiB
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:
代码版本控制
仓库:
远程仓库
本地仓库
项目开发阶段
开发阶段
测试阶段
正式阶段(用户)
web 界面
github 全球最大的同性交友网站
gitlab 免费的
gitee hahah
我是后端修改的文件
1:暂存
2:设置备注
3:拉取
4:推送
我是前端
我是后端
123
哈哈哈
1234
测试顶顶顶
青蛙打网球
12345
前端:
全栈 开发语言
web级开发:
前端 html,css,js
后端 java,php,nodejs + typescript,go,python,
服务器&运维 linux k8s,服务器集群,自动化,分布式
dba 数据 数据安全,网络安全
运营
html 写布局和结构
css 写样式
js 写特效,实现功能,实现后端,app开发,桌面开发
html 标签:
作用:实现各种布局的排列
块级标签 p div ul ol,li,h1~h6
可以设置宽高的
行内标签 a,i,del,img,input
不可以设置宽高的
div:是用来布局的
meta
ul, ol 一般用于重复性的布局
路径:
绝对路径 /
C:\Users\bmy\Desktop\wuxingyang\每天课程\2021-05-25\笔记.txt
相对路径 ./ 当前路径 ../ 返回上一层
每天课程\2021-05-25\笔记.txt