2016年1月11日

esma 6

摘要: http://es6.ruanyifeng.com/ECMA 5主要的新特性:"use strict";对象增强;数组方法;JSON转换;bind;Date.now()等。 阅读全文

posted @ 2016-01-11 15:22 kai08 阅读(141) 评论(0) 推荐(0) 编辑

2015年8月11日

sass 在线转换器

摘要: http://sassmeister.com/ 阅读全文

posted @ 2015-08-11 11:09 kai08 阅读(757) 评论(0) 推荐(0) 编辑

ruby 编辑中文注释 报错

摘要: 如题,如下:Syntax error: Invalid GBK character "\xE5" xxxxxxxxx Use --trace for backtrace.解决办法:1.koala找到安装目录里面sass模块下面的engine.rb文件:C:\Program Files... 阅读全文

posted @ 2015-08-11 11:00 kai08 阅读(190) 评论(0) 推荐(0) 编辑

2015年8月5日

css sprite vs Data URI

摘要: 阅读全文

posted @ 2015-08-05 09:05 kai08 阅读(116) 评论(0) 推荐(0) 编辑

2015年3月24日

Understanding Angular’s $apply() and $digest()

摘要: come from :http://www.sitepoint.com/understanding-angulars-apply-digest/Understanding Angular’s $apply() and $digest()$apply()and$digest()are two core... 阅读全文

posted @ 2015-03-24 13:32 kai08 阅读(182) 评论(0) 推荐(0) 编辑

2015年1月6日

使用cnpm加速npm

摘要: $ npm --registry=http://r.cnpmjs.org install koa淘宝镜像好!:https://registry.npm.taobao.org 阅读全文

posted @ 2015-01-06 12:47 kai08 阅读(239) 评论(0) 推荐(0) 编辑

2014年10月21日

git学习必备

摘要: http://pcottle.github.io/learnGitBranching/ 阅读全文

posted @ 2014-10-21 15:14 kai08 阅读(85) 评论(0) 推荐(0) 编辑

2014年7月2日

dom元素的各种位置和大小

摘要: 转载自网络。 阅读全文

posted @ 2014-07-02 14:59 kai08 阅读(110) 评论(0) 推荐(0) 编辑

javascript 获取渲染样式

摘要: 渲染样式获取方法:ie : domOjbect.currentStyle.xxx domOject DOM对象 xxx 可以是属性、方法、样式属性值(写法和标准有差别)具体:http://www.jb51.net/shouce/dhtml/objects/currentStyle.html注意点... 阅读全文

posted @ 2014-07-02 12:55 kai08 阅读(378) 评论(0) 推荐(0) 编辑

document.defaultView 和window

摘要: document.defaultView === window返回true。defaultView属于html5,支持情况ie9+defaultView是只读属性。搞出这东东感觉蛋疼。 阅读全文

posted @ 2014-07-02 11:04 kai08 阅读(307) 评论(0) 推荐(0) 编辑

导航