06 2020 档案

摘要:Block element Block elements, or block-level elements, have a rectangular structure. By default, these elements will span the entire width of its pare 阅读全文
posted @ 2020-06-05 19:23 modash 阅读(80) 评论(0) 推荐(0)
摘要:html 基本标签,通过学习b站up主:遇见狂神说。 阅读全文
posted @ 2020-06-05 19:18 modash 阅读(244) 评论(0) 推荐(0)
摘要:git command git clone url 一般新建仓库采用先在代码托管平台新建然后克隆的方式,简单方便。 git add . 将本地文件(工作区所有文件)存储到暂存区,index git commit -m 'xxx' 将暂存区文件存储到本地仓库,-m是message的缩写,是commit 阅读全文
posted @ 2020-06-05 10:58 modash 阅读(219) 评论(0) 推荐(0)