上一页 1 2 3 4 5 6 7 8 9 ··· 14 下一页
摘要: 工作区 =》 暂存区/过渡区 => 历史区/版本区 一、 pwd 打印当前工作目录 print working directory 配置用户(不配置用户不能提交代码) git cofig --list 查看用户信息 配置全局 用户 : 名字+邮箱 git config --global user.n 阅读全文
posted @ 2018-02-10 20:35 且听风吟V 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 语义化标签 article 文章 header 头部区域 footer 尾部区域 main 主体内容区域 section 普通区域 用来做区域划分 figure 配图区 figcaption 配图说明区域 aside 与主体内容无关的区域(一般用来打广告) nav 导航区域 标记标签 mark 高亮 阅读全文
posted @ 2018-02-01 11:54 且听风吟V 阅读(241) 评论(0) 推荐(0) 编辑
摘要: v-model v-text v-once v-html 阅读全文
posted @ 2018-01-27 18:25 且听风吟V 阅读(464) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-01-27 17:57 且听风吟V 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 待续 阅读全文
posted @ 2018-01-27 10:47 且听风吟V 阅读(229) 评论(0) 推荐(0) 编辑
摘要: position: absolute; bottom: .3rem; left: 50%; margin-left: unit(-5.2/2,rem); width: 5.2rem; height: 3.6rem; background: url("../img/zf_phoneList... 阅读全文
posted @ 2018-01-25 19:41 且听风吟V 阅读(252) 评论(0) 推荐(0) 编辑
摘要: Document 阅读全文
posted @ 2018-01-25 10:22 且听风吟V 阅读(121) 评论(0) 推荐(0) 编辑
摘要: ~function(){ let computed = function(){ let desW = 640; let devW = document.documentElement.clientWidth; if(devW>=640){ document.documentElement.style... 阅读全文
posted @ 2018-01-24 20:07 且听风吟V 阅读(297) 评论(0) 推荐(0) 编辑
摘要: *{ margin: 0; padding: 0; } ul,li{ list-style: none } .slider-container{ height: 220px; width: 352px; margin: 0 auto; position: relative; border: 11px red solid; ... 阅读全文
posted @ 2018-01-22 18:46 且听风吟V 阅读(1141) 评论(0) 推荐(0) 编辑
摘要: webpack 前端工程自动化工具 当前版本3.10 安装 npm install -g webpack npm install webpack --save-dev || cnpm install webpack --save-dev 1. 基本打包 命令 webpack webpack src/ 阅读全文
posted @ 2018-01-15 02:34 且听风吟V 阅读(987) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 14 下一页