一、zepto和jQuery的区别
从支持上来说,zepto支持touch事件,而jquery中没有touch事件,只在jquery Mobile中才有touch事件 zepto不支持IE浏览器
分类:
移动开发 时间:
2014-05-27 01:12:23
阅读次数:
279
function isMobile() { //sniff a mobile browser
if (navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS...
分类:
其他好文 时间:
2014-05-23 22:21:26
阅读次数:
246
这次要解决的问题是3g上网和wan口上往可以随意切换,当然能够叠加也是好事,不过这不是我关心的。下面还是修改3个文件network,firewall,multiwan。首先在network中加入界面配置,这个在第一节中已有说明。config
interface mobile o...
分类:
其他好文 时间:
2014-05-23 09:35:51
阅读次数:
304
当我们使用Ajax或者javascript动态在页面上添加元素后,如添加select控件的option元素,添加ul的li元素。添加之后我们会发现,它们显示的样式不是jQuery
Mobile的炫酷样式了,而变成了很丑陋的元素样式。如下图所示:代码如下: ...
分类:
Web程序 时间:
2014-05-22 03:58:53
阅读次数:
491
Apache Cordova is a set of device APIs that
allow a mobile app developer to access native device function such as the camera
or accelerometer from Jav...
分类:
其他好文 时间:
2014-05-22 02:34:01
阅读次数:
264
服务器后台参考:Cloud
BaaS主站地址:http://cloudbaas.sinaapp.com/演示地址:http://jeebaas.sinaapp.com/Mobile UI
框架:未定具体参考:http://www.csdn.net/article/2013-07-09/2816161...
分类:
移动开发 时间:
2014-05-22 01:39:48
阅读次数:
368
http://www.howtoforge.com/apache2-how-to-redirect-users-to-mobile-or-normal-web-site-based-on-device-using-mod_rewriteApache2:
How To Redirect Users T...
分类:
Web程序 时间:
2014-05-21 22:53:20
阅读次数:
432
function
is_mobile(){$regex_match="/(nokia|iphone|android|motorola|^mot\-|softbank|foma|docomo|kddi|up\.browser|up\.link|";$regex_match.="htc|dopod|bl...
分类:
移动开发 时间:
2014-05-21 19:02:55
阅读次数:
302
一次AC
二维树状数组,有模版很好办
注意二维树状数组这个下标是[1][1]的
#include
#include
#include
#include
#include
#include
using namespace std;
const int Max = 1030;
int row, col, ar[Max][Max];
// 二维的其实下标为[1][1],这个要记得。
...
分类:
其他好文 时间:
2014-05-21 16:23:34
阅读次数:
271
最近在帮用户做报表参考了很多Cognos Mobile上面的布局,但是有一些还是不知道怎么做出来的。后来发现这些Sample以及Report Spec都是可以找到的。
下载路径:IBMCognos Mobile Samples
因为Report Sepc保存的是报表的定义,所以我们可以用Cognos打开定义文件(xml格式)直接还原出报表,步骤如下:
1. 打开R...
分类:
其他好文 时间:
2014-05-21 12:21:27
阅读次数:
210