会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
且听风吟V
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
···
14
下一页
2018年2月10日
git
摘要: 工作区 =》 暂存区/过渡区 => 历史区/版本区 一、 pwd 打印当前工作目录 print working directory 配置用户(不配置用户不能提交代码) git cofig --list 查看用户信息 配置全局 用户 : 名字+邮箱 git config --global user.n
阅读全文
posted @ 2018-02-10 20:35 且听风吟V
阅读(288)
评论(0)
推荐(0)
2018年2月1日
HTML5 新增语义化标签
摘要: 语义化标签 article 文章 header 头部区域 footer 尾部区域 main 主体内容区域 section 普通区域 用来做区域划分 figure 配图区 figcaption 配图说明区域 aside 与主体内容无关的区域(一般用来打广告) nav 导航区域 标记标签 mark 高亮
阅读全文
posted @ 2018-02-01 11:54 且听风吟V
阅读(243)
评论(0)
推荐(0)
2018年1月27日
vue directive 常用指令
摘要: v-model v-text v-once v-html
阅读全文
posted @ 2018-01-27 18:25 且听风吟V
阅读(466)
评论(0)
推荐(0)
vue双向绑定 简易实现
摘要:
阅读全文
posted @ 2018-01-27 17:57 且听风吟V
阅读(117)
评论(0)
推荐(0)
JS 数组 数组迭代方法 map, forEach, filter, some, every,
摘要: 待续
阅读全文
posted @ 2018-01-27 10:47 且听风吟V
阅读(246)
评论(0)
推荐(0)
2018年1月25日
图片居中
摘要: 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
阅读(253)
评论(0)
推荐(0)
进度条
摘要: Document
阅读全文
posted @ 2018-01-25 10:22 且听风吟V
阅读(121)
评论(0)
推荐(0)
2018年1月24日
移动页面 REM自适应
摘要: ~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
阅读(299)
评论(0)
推荐(0)
2018年1月22日
轮播图基本样式
摘要: *{ 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
阅读(1160)
评论(0)
推荐(0)
2018年1月15日
webpack3.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
阅读(1006)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
14
下一页
公告