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