摘要: 简介:Manifest 其实就是web应用的一种缓存机制,主要用于现在webapp应用中,它是浏览器自己的一种机制,随着移动互联网时代的到来,网络可靠性降低,如果我们已经将需要的文件缓存下下来,一旦网络无法访问,也能继续访问。而且做好相应资源的缓存可以带来更好的用户体验,当用户使用自己的流量上网时,... 阅读全文
posted @ 2016-01-09 18:53 kangaoxiaoshi 阅读(13223) 评论(1) 推荐(7) 编辑
摘要: 转载自:http://blog.csdn.net/raoqin/article/details/8875089 阅读全文
posted @ 2017-03-09 16:14 kangaoxiaoshi 阅读(120) 评论(0) 推荐(0) 编辑
摘要: Jenkins 简介 1、文字简介 jenkins是一个广泛用于持续构建的可视化web工具,持续构建说得更直白点,就是各种项目的"自动化"编译、打包、分发部署。jenkins可以很好的支持各种语言(比如:JavaScript、java, c#, php等)的项目构建,也完全兼容grunt、ant、m 阅读全文
posted @ 2016-11-02 17:36 kangaoxiaoshi 阅读(6245) 评论(6) 推荐(8) 编辑
摘要: http://markyun.github.io/2015/Front-end-Developer-Questions/ 阅读全文
posted @ 2016-09-07 09:32 kangaoxiaoshi 阅读(141) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/22276837 阅读全文
posted @ 2016-09-02 18:13 kangaoxiaoshi 阅读(156) 评论(0) 推荐(0) 编辑
摘要: https://github.com/requirejs/r.js/blob/master/build/example.build.js 阅读全文
posted @ 2016-08-22 16:56 kangaoxiaoshi 阅读(264) 评论(0) 推荐(0) 编辑
摘要: http2.0 待学习整理 http://www.zhihu.com/question/34074946 阅读全文
posted @ 2016-08-15 15:25 kangaoxiaoshi 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 当你有一些感触想写下一些东西的时候,总会发现其实你想写的所有文章都有大牛已经给你写好了,而且写的比你好。 https://github.com/ecomfe/spec/blob/master/javascript-style-guide.md#user-content-2-%E4%BB%A3%E7% 阅读全文
posted @ 2016-08-03 20:38 kangaoxiaoshi 阅读(222) 评论(0) 推荐(0) 编辑
摘要: JS单元测试,我工作时主要以mocha + chai 下面时具体的文档: mocha: https://mochajs.org/#asynchronous-code Chai: http://chaijs.com/api/bdd/#method_ownproperty 还是比较简单的所以可以自己查看 阅读全文
posted @ 2016-07-24 23:30 kangaoxiaoshi 阅读(991) 评论(0) 推荐(0) 编辑
摘要: 原文出处: http://www.w3cfuns.com/notes/11861/e21736a0b15bceca0dc7f76d77c2fb5a.html 。 我拿出作者中的一段,感谢作者原创。 DOM中的事件模拟(自定义事件): DOM3级还定义了自定义事件,自定义事件不是由DOM原生触发的,它 阅读全文
posted @ 2016-07-14 09:43 kangaoxiaoshi 阅读(2494) 评论(0) 推荐(0) 编辑
摘要: 本文为转载内容,原文链接: https://github.com/banricho/webLog/issues/1 阅读全文
posted @ 2016-07-10 15:18 kangaoxiaoshi 阅读(254) 评论(0) 推荐(0) 编辑