【Git入门0】Git本地仓库六行配置与常见问题

git 六行配置 1 2 3 4 5 6 git config --global user.name 你的英文名 git config --global user.email 你的邮箱 git config --global push.default simple git config --global core.quotepath false git config --global core.editor "code --wait" git config --global core.autocrlf input 查看配置 1 git config --global --list 注意:上面的英文名和邮箱

【HTML非全解3】HTML常用标签

<a></a> 标签的用法 请先了解下:专业前端怎么正确浏览Demo <a></a> 标签属性 href 超链接(hyper + ref)链接一个网址 target 指定在哪个窗口大开href down

【HTML非全解1】HTML 概览

前端工程师的祖师爷 李爵士Tim Berners-Lee基于互联网,发明万维网,实现输入地址,即可浏览网页,而www.历史遗留,实际并不需要加也