会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cart55free99
咦 点不到 就是点不到
首页
新随笔
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
···
26
下一页
2014年7月13日
Apache proxy中转设置
摘要: 参考http://sjsky.iteye.com/blog/1067119打开http.conf (macOS中 Apache配置文件在/etc/apache2/中 etc是隐藏的)确保下面的模块已经加载(也就是去掉注释 注释是用#号标注的)LoadModule proxy_module modu...
阅读全文
posted @ 2014-07-13 10:49 cart55free99
阅读(358)
评论(0)
推荐(0)
2014年7月3日
jQuery File Upload
摘要: jQuery File Upload介绍.............................................. 2实现基本原理...................................................... 3什么是XHR?................
阅读全文
posted @ 2014-07-03 21:24 cart55free99
阅读(9315)
评论(4)
推荐(1)
2014年6月28日
GoWithTheFlow
摘要: 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
阅读(222)
评论(0)
推荐(0)
2014年6月27日
HTML5 appcache
摘要: 参考http://www.zation.me/2013/05/28/build_offline_mobile_web_app.html他的事件总结的比较好checking:客户端正在检查manifest文件的更新,或者尝试下载manifest文件时触发。注意:这个事件总是首先触发的。noupdate...
阅读全文
posted @ 2014-06-27 15:28 cart55free99
阅读(150)
评论(0)
推荐(0)
2014年6月24日
JS 闭包
摘要: 一个你可能觉得很奇怪的现象 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
阅读(172)
评论(0)
推荐(0)
2014年6月23日
MongoDB Query
摘要: 每条数据格式如下{ "_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
阅读(171)
评论(0)
推荐(0)
2014年6月22日
JS 跨域
摘要: 根据同源策略 浏览器会禁止跨域 Document
阅读全文
posted @ 2014-06-22 16:42 cart55free99
阅读(139)
评论(0)
推荐(0)
2014年6月19日
JS性能
摘要: 获取以下属性 会等待对应元素渲染完成 才继续执行* offsetTop, offsetLeft, offsetWidth, offsetHeight* scrollTop, scrollLeft, scrollWidth, scrollHeight* clientTop, clientLeft, c...
阅读全文
posted @ 2014-06-19 14:46 cart55free99
阅读(101)
评论(0)
推荐(0)
2014年6月18日
Sublime 编辑器主题
摘要: Sublime主题分为两种一种是编辑框中的代码的颜色 另一种是编辑器本身的颜色(不只是颜色哟 Sublime编辑器左边侧边栏的字很小对不对 !有了主题就可以改)这个主题叫做Soda https://github.com/buymeasoda/soda-theme它是一个扩展包 在命令面板中输入ins...
阅读全文
posted @ 2014-06-18 18:21 cart55free99
阅读(358)
评论(0)
推荐(0)
2014年6月9日
AMD模块化JS
摘要: 参考http://ourjs.com/detail/52ad26ff127c76320300001fOffcial Sitehttp://requirejs.org/下载http://requirejs.org/docs/download.html 需要require.js才能正确执行require...
阅读全文
posted @ 2014-06-09 22:04 cart55free99
阅读(349)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
···
26
下一页