上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: cd /Volumes 这条命令进入到你的u盘的上层文件夹,在这个文件夹里面包含了你的u盘,比如我的u盘名为SONG 则进入u盘的命令为 cd /Volumes/SONG 阅读全文
posted @ 2018-06-10 23:07 五艺 阅读(3120) 评论(0) 推荐(0) 编辑
摘要: 1、基础设施 api utils 2、service 服务 3、business 业务 4、const 常量 5、state 状态 6、domain service 各个 Domain 下的基础功能业务 repository 某一个独立 Domain 下的获取数据的业务 model 7、common 阅读全文
posted @ 2018-06-04 21:19 五艺 阅读(297) 评论(0) 推荐(0) 编辑
摘要: // 1、vue 是异步更新dom // 2、vue修改多次状态,vue 只会渲染一次 // 3、vue变化侦查机制,每次状态的变化都会发出一个渲染信号。 // 检查队列中是否存在,不存在将渲染操作添加到队列中。之后异步延迟执行所有渲染操作,并清空。 阅读全文
posted @ 2018-05-24 23:46 五艺 阅读(145) 评论(0) 推荐(0) 编辑
摘要: var reducers = { totalInEuros : function(state, item) { return state.euros += item.price * 0.897424392; }, totalInYen : function(state, item) { return 阅读全文
posted @ 2018-01-01 09:26 五艺 阅读(476) 评论(0) 推荐(0) 编辑
摘要: https://segmentfault.com/q/1010000005813183 一般只有移动版有这种需求,我们一般不去禁止,而是比例缩放,css实现,竖屏1rem = 9pt ,横屏1rem = 16pt,用rem规范所有盒子模型,字体,长度高度,这样横版就是竖版的16/9倍大小,可以保持整 阅读全文
posted @ 2017-11-04 09:25 五艺 阅读(1759) 评论(0) 推荐(0) 编辑
摘要: 转载链接:http://www.xiongge.club/849.html 一、显示信息的命令 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 &lt;!DOCTYPE html&gt; <s 阅读全文
posted @ 2017-11-04 08:08 五艺 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 1、使用CSS3的appearance属性改变元素的外观 -webkit-appearance: none; 改变按钮在iPhone下的默认风格, 2、手机上button 样式边框显示不全样式 边框单位换算问题,或边框设置太小。 3、 @function px2rem($px){$rem : 75; 阅读全文
posted @ 2017-09-24 11:51 五艺 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 什么是combo 上一节中我们有一行代码: <script src="http://g.tbcdn.cn/kissy/k/1.4.8/??seed-min.js,import-style-min.js"></script> 等价于: <script src="http://g.tbcdn.cn/ki 阅读全文
posted @ 2017-09-10 14:15 五艺 阅读(549) 评论(0) 推荐(0) 编辑
摘要: Contributing Fork it! Create your feature branch: git checkout -b my-new-feature Commit your changes: git commit -am 'Add some feature' Push to the br 阅读全文
posted @ 2017-09-07 22:16 五艺 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 点击量,点击率,退出率,浏览环境(系统,浏览器,分辨率)。点击热点图,有效点击率。 1、网站流量指标。网站流量统计指标常用来对网站效果进行评价,主要指标包括:独立访问者数量;重复访问者数量;页面浏览数;每个访问者的页面浏览数;某些具体文件/页面的统计指标,如页面显示次数、文件下载次数等。2、用户行为 阅读全文
posted @ 2017-09-05 23:31 五艺 阅读(825) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页