会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
GitHub
博客园
Nanakon
jzm17173
上一页
1
···
67
68
69
70
71
72
73
74
75
···
110
下一页
2014年1月3日
☀【组件 - 工具】Parallax 视差
摘要: | Page not found · GitHubcameronmcefee / plax视差背景的制作
阅读全文
posted @ 2014-01-03 15:09 jzm17173
阅读(150)
评论(0)
推荐(0)
2014年1月1日
-_-#【JS】隐含全局变量
摘要: 隐含全局变量与明确定义的全局变量有细微的不同,不同之处在于能否使用delete操作符撤销变量使用var创建的全局变量(这类变量在函数外部创建)不能删除不使用var创建的隐含全局变量(尽管它是在函数内部创建)可以删除这表明隐含全局变量严格来讲不是真正的变量,而是全局对象的属性。属性可以通过delete...
阅读全文
posted @ 2014-01-01 10:37 jzm17173
阅读(173)
评论(0)
推荐(0)
2013年12月31日
-_-#flash播放器自适应
摘要: 设置断点,几个断点下的固定布局
阅读全文
posted @ 2013-12-31 11:21 jzm17173
阅读(114)
评论(0)
推荐(0)
2013年12月30日
-_-#【插件】MD5
摘要: blueimp / JavaScript-MD5
阅读全文
posted @ 2013-12-30 16:12 jzm17173
阅读(167)
评论(0)
推荐(0)
【组件】
摘要: Arale 随心构建互联网应用MicrojsFantastic Micro-Frameworks and Micro-Libraries for Fun and Profit!
阅读全文
posted @ 2013-12-30 16:03 jzm17173
阅读(120)
评论(0)
推荐(0)
【JS】JS外联不执行,内联执行
摘要: 匹配域名http://lb.qq.com 或 http://lb.l.qq.com
阅读全文
posted @ 2013-12-30 15:45 jzm17173
阅读(165)
评论(0)
推荐(0)
2013年12月27日
♫【Git】
摘要: git - 简易指南 (√) fatal:remote error:You can't push to git://github.com/username/*.git (√) git clone git://github.com/jzm17173/Bear.git (git push origin
阅读全文
posted @ 2013-12-27 15:25 jzm17173
阅读(119)
评论(0)
推荐(0)
【函数式编程】
摘要: 函数式编程初探
阅读全文
posted @ 2013-12-27 11:39 jzm17173
阅读(93)
评论(0)
推荐(0)
【OzJS】
摘要: OzJS
阅读全文
posted @ 2013-12-27 11:14 jzm17173
阅读(214)
评论(0)
推荐(0)
2013年12月26日
【异步编程】when.js
摘要: 异步编程:When.js快速上手var api = 'http://qgy18.imququ.com/file/when/d.php?cb=?';var getData = function() { var deferred = when.defer(); $.getJSON(api, function(data){ deferred.resolve(data[0]); }); return deferred.promise;}var getImg = function(src) { var deferred = when.defer(); v...
阅读全文
posted @ 2013-12-26 16:29 jzm17173
阅读(384)
评论(0)
推荐(0)
上一页
1
···
67
68
69
70
71
72
73
74
75
···
110
下一页
公告
导航
博客园
首页
联系
订阅
管理