摘要:
参考http://sjsky.iteye.com/blog/1067119打开http.conf (macOS中 Apache配置文件在/etc/apache2/中 etc是隐藏的)确保下面的模块已经加载(也就是去掉注释 注释是用#号标注的)LoadModule proxy_module modu... 阅读全文
摘要:
jQuery File Upload介绍.............................................. 2实现基本原理...................................................... 3什么是XHR?................ 阅读全文
摘要:
GoWithTheFlowhttp://notes.jetienne.com/2011/07/17/gowiththeflow.js-async-flow-control-with-a-zen-touch.htmlhttps://github.com/jeromeetienne/gowiththef... 阅读全文
摘要:
参考http://www.zation.me/2013/05/28/build_offline_mobile_web_app.html他的事件总结的比较好checking:客户端正在检查manifest文件的更新,或者尝试下载manifest文件时触发。注意:这个事件总是首先触发的。noupdate... 阅读全文
摘要:
一个你可能觉得很奇怪的现象 var batch = []; var i = 0; for (; i < 5; i++) { batch.push(function closureFn() { console.log(i); }); } batch.forEach(function(item){ite 阅读全文
摘要:
每条数据格式如下{ "_id" : ObjectId("5383298561aa33a422d8603e"), "day" : "2014-5-26", "ua" : "mozilla/5.0 (linux; u; android 4.2.2; zh-cn; galaxy nexus buil... 阅读全文
摘要:
根据同源策略 浏览器会禁止跨域 Document 阅读全文
摘要:
获取以下属性 会等待对应元素渲染完成 才继续执行* offsetTop, offsetLeft, offsetWidth, offsetHeight* scrollTop, scrollLeft, scrollWidth, scrollHeight* clientTop, clientLeft, c... 阅读全文
摘要:
Sublime主题分为两种一种是编辑框中的代码的颜色 另一种是编辑器本身的颜色(不只是颜色哟 Sublime编辑器左边侧边栏的字很小对不对 !有了主题就可以改)这个主题叫做Soda https://github.com/buymeasoda/soda-theme它是一个扩展包 在命令面板中输入ins... 阅读全文