Message FloodTime Limit: 1500MS Memory limit: 65536K题目描述Well, how do you feel about mobile phone? Your answer would probably be something like that "I...
分类:
其他好文 时间:
2014-11-27 06:44:24
阅读次数:
127
在前文《使用 jQuery Mobile 与 HTML5 开发 Web App —— jQuery Mobile 默认配置与事件基础》中,Kayo 对 jQuery Mobile 事件的基础作出了一些说明,建议在阅读本文前首先阅读前文,这里 Kayo 再引用前文的重要内容。“jQuery Mobil...
分类:
其他好文 时间:
2014-11-27 00:05:11
阅读次数:
911
原sql
SELECTcoalesce(SUM(telecom_count),0)AStelecom_count,
coalesce(SUM(telecom_money),0)AStelecom_money,
coalesce(SUM(mobile_count),0)ASmobile_count,
coalesce(SUM(mobile_money),0)ASmobile_money,
coalesce(SUM(unicom_count),0)ASunicom_count,
coalesce(SUM(uni..
分类:
数据库 时间:
2014-11-26 19:10:30
阅读次数:
189
$.mobile.path.get(url);//获取URL地址的目录部分,就是除了a.html之外的那部分jQuery.mobile.path.getDocumentBase(bool) //获取文档地址的根目录,默认参数为false,返回一个对象,如果是false,返回一个当前URL字符串,如h...
分类:
其他好文 时间:
2014-11-26 18:27:40
阅读次数:
167
不管是做Mobile App还是Web App,都需要后端,几番搜索找了Bmob。官网:http://www.bmob.cn/Bmob提供完整的服务,对Android、IOS、JS等等提供了完整的支持。对用户管理和游戏都做了封装,使用起来更加简单。而且这货是免费的。文档十分详细。
分类:
其他好文 时间:
2014-11-26 11:02:53
阅读次数:
217
在iPhone下,返回 Mozilla/5.0?(iPhone;?CPU?iPhone?OS?5_1?like?Mac?OS?X)?AppleWebKit/534.46?(KHTML,?like?Gecko)?Mobile/9B176?MicroMessenger/4.3.2 在Android下,返回 Mozilla/5.0?(Linux;...
分类:
微信 时间:
2014-11-25 16:41:23
阅读次数:
392
前些日子,看到Herb Sutter在自己的博客中推荐了一篇文章《Why mobile web apps are slow》,在推荐里他这样写道:“I don’t often link to other articles, but this one is worth reading.” 我不经常链接...
分类:
移动开发 时间:
2014-11-25 14:21:45
阅读次数:
208
今天回顾了下移动前端的一些基本东西。1.300ms延迟原因:判断用户是否双击,这个判断时间。解决方法:在touchend事件执行click事件,并且阻止300ms后的真正click事件触发。参考:http://thx.github.io/mobile/300ms-click-delay/http:/...
分类:
其他好文 时间:
2014-11-24 22:12:33
阅读次数:
221
已验证过javascript方法可以使用var deviceAgent = navigator.userAgent.toLowerCase(); 02. var agentID = deviceAgent.match(/(iphone|ipod|ipad|android)/); 03. if(a.....
分类:
移动开发 时间:
2014-11-24 20:37:25
阅读次数:
138