As you know, JavaScript is the number one programming language in the world, the language of the web, of mobile hybrid apps (likePhoneGaporAppcelerato...
分类:
编程语言 时间:
2015-01-07 16:18:49
阅读次数:
298
要点有两个:1. 要使用全路径,不要使用映射的网络驱动器。2. 路径之间用斜杠/,不要用反斜杠\。Alias /weili.mobile "//vmware-host/Shared Folders/X/dev/weili.mobile" Order allow,deny Allow fr...
分类:
其他好文 时间:
2015-01-07 12:58:44
阅读次数:
118
From:http://rangle.io/blog/two-ways-to-build-a-location-picker-for-a-mobile-angularjs-application/Building mobile apps often requires working with loc...
分类:
移动开发 时间:
2015-01-07 06:56:39
阅读次数:
804
#define kRegist @"http://api.sucar.com.cn/mobile/index.php?app=mobile&controller=member&action=register"#define kland @"http://api.sucar.com.cn/mobile...
分类:
其他好文 时间:
2015-01-06 22:49:45
阅读次数:
216
最近,需要在Sencha Touch + Phonegap的架构中在Android下集成Webtrends,记录下一些过程,查了下官网SDK说明,看起来是支持在混合模式下做点事情的,大概步骤如下, Add a customWebViewClientto theWebViewto handle c.....
分类:
移动开发 时间:
2015-01-06 17:30:43
阅读次数:
213
View部分1. 生成提示文字field($model, 'freightAddedFee')->textInput()->hint('大于0的整数') ?>2. 文本框内 placeholder,其实这个本来就是html5带的属性。field($model, 'mobile', $input_cl...
分类:
其他好文 时间:
2015-01-06 11:33:28
阅读次数:
149
[ Talk is Cheap Show me the CODE ] : jQuery Mobile页面布局当我们专注地研究人类生活的空虚,并考虑荣华富贵空幻无常时,或许我们正在阿谀逢迎自己懒惰的天性。Written In The Font为了app的手机端,我选择了 jQuery Mobile ,...
分类:
Web程序 时间:
2015-01-05 14:42:18
阅读次数:
179
1、着色器有些着色器可能是处理器密集型的,因此最好为材质指定移动设备专用的着色器。打开模型下的材质目录,我们可以找到每个模型的材质。选择列表中的每一个材质,将着色器从Diffuse修改为Mobile/Diffuse。2、光源为场景添加光源时要考虑一下,因为有渲染开销。如果你以前做过着色器编程,你会知...
分类:
编程语言 时间:
2015-01-04 21:19:16
阅读次数:
532
Android运营商信息,由于运营商号段一直增加,此处判定方法可能不能涵盖所有号段,如果你有新的号段信息请在下方留言,感谢!(最后更新2015.1.4) public enum MobileType { MOBILE_TYPE_NONE, // 未知 MOBILE_TY...
分类:
移动开发 时间:
2015-01-04 13:27:35
阅读次数:
222
python google protobuf 使用google protobuf由于采用二进制打包,数据量很小,又支持主流的java,c,python语言,所以尤其适合于mobile客户端与服务器的通信。相对于xml,html,json等格式,有其独特优势解压protobuf-2.5.0.tar.g...
分类:
编程语言 时间:
2015-01-03 21:00:28
阅读次数:
870