码迷,mamicode.com
首页 >  
搜索关键字:mobile store opencart 主题模板 abc-0075    ( 8901个结果
windows store app 读写图片
1 using System; 2 using System.Threading.Tasks; 3 using System.Runtime.InteropServices.WindowsRuntime; 4 using Windows.Graphics.Imaging; 5 using...
分类:移动开发   时间:2014-05-23 06:35:37    阅读次数:295
创建自定义 jQuery 移动主题
自定义页面、工具栏、内容、表单元素、列表、按钮等元素的外观智能电话和平板设备的高采用率最终导致增加了对移动 Web 开发人员和设计师的需求。jQuery Mobile 框架支持您创建能与原生应用程序开发结果相匹敌的移动 Web 体验,让用户能够通过 Web 浏览器提供对应用程序和网站的及时访问,而不...
分类:移动开发   时间:2014-05-23 06:27:24    阅读次数:513
jquerymobile动态添的无索刷新
当我们使用Ajax或者javascript动态在页面上添加元素后,如添加select控件的option元素,添加ul的li元素。添加之后我们会发现,它们显示的样式不是jQuery Mobile的炫酷样式了,而变成了很丑陋的元素样式。如下图所示:代码如下: ...
分类:Web程序   时间:2014-05-22 03:58:53    阅读次数:491
About Apache Cordova
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
购物平台webApp+服务后台开发
服务器后台参考: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
ORACLE查询闪回
在Oracle中如果错误地提交了修改操作,然后想查看修改前的值,这时候可以使用查询闪回(query flashback)。查询闪回可以根据根据一个时间值或者系统变更号(SCN)进行。执行闪回操作,要使用户具有EXECUTE权限,下面以sys身份登录,并授权给store用户一、时间查询闪回用户stor...
分类:数据库   时间:2014-05-22 00:11:32    阅读次数:389
Apache2: How To Redirect Users To Mobile Or Normal Web Site Based On Device Using mod_rewrite
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
一个判断手机浏览器的PHP函数
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
poj1195 mobile phones 【二维树状数组】
一次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上面Active Report
最近在帮用户做报表参考了很多Cognos Mobile上面的布局,但是有一些还是不知道怎么做出来的。后来发现这些Sample以及Report Spec都是可以找到的。   下载路径:IBMCognos Mobile Samples   因为Report Sepc保存的是报表的定义,所以我们可以用Cognos打开定义文件(xml格式)直接还原出报表,步骤如下:   1.      打开R...
分类:其他好文   时间:2014-05-21 12:21:27    阅读次数:210
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!