码迷,mamicode.com
首页 >  
搜索关键字:webapp sencha touch    ( 7109个结果
codechef Three Way Communications 题解
The Chef likes to stay in touch with his staff. So, the Chef, the head server, and the sous-chef all carry two-way transceivers so they can stay in constant contact. Of course, these transceivers have...
分类:其他好文   时间:2014-05-10 09:11:21    阅读次数:334
使用Xcode 5创建Cocoa Touch Static Library(静态库)
转自:http://blog.csdn.net/jymn_chen/article/details/21036035首先科普一下静态库的相关知识:程序编译一般需经预处理、编译、汇编和链接几个步骤。对于我们项目中的一些公共代码,如果想要对其进行复用,可以把这些代码编译成一个静态库文件。在链接步骤中,链...
分类:其他好文   时间:2014-05-08 21:13:34    阅读次数:488
sencha 2.3中自定义PullRefreshFn给PullRefresh添加下拉刷新事件
Sencha removed the refreshFn from the pullrefresh plugin in ST 2.2. Here is an user extension with gives the old functionality back to you. /** * This user extension gives st 2.3.0 Pullrefresh the...
分类:其他好文   时间:2014-05-08 16:15:05    阅读次数:390
iphone开发尺寸以及不同版本之间屏幕得尺寸
iPhone/iPod Touch普通屏 320像素 x 480像素 iPhone 1、3G、3GS,iPod Touch 1、2、33:2 Retina 屏 640像素 x 960像素 iPhone 4、4S,iPod Touch 416:9 Retina 屏 640像素 x 1136像素 iPh...
分类:其他好文   时间:2014-05-08 14:58:20    阅读次数:291
ExtJs4 SpringMvc3 实现Grid 分页
新建一个Maven webapp项目,webxml以及spring配置没什么需要注意的,不再赘述。Maven依赖:(个人习惯,有用没用的都加上。。。) 4.0.0 zp.test extjs war 0.0.1-SNAPSHOT extjs Maven Webap...
分类:编程语言   时间:2014-05-08 00:52:50    阅读次数:653
UItableView 加手势冲突问题的解决
- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldReceiveTouch:(UITouch *)touch{ // 获取点击的view的类名 NSLog(@"%@", NSStringFromCla.....
分类:其他好文   时间:2014-05-07 20:25:47    阅读次数:404
iOS网络图片缓存SDWebImage
Web image(网络图像)该库提供了一个支持来自Web的远程图像的UIImageView类别它提供了:添加网络图像和缓存管理到Cocoa Touch framework的UIImageView类别异步图像下载An asynchronous memory + disk image caching ...
分类:移动开发   时间:2014-05-07 13:45:00    阅读次数:627
使用 maven:archetype 创建JSF2 + EJB3.1 + JPA2项目骨架并在JBoss WildFly 8.1上部署
执行以下命令创建项目骨架: mvn archetype:generate -DarchetypeGroupId=org.jboss.spec.archetypes -DarchetypeArtifactId=jboss-javaee6-webapp-ear-archetype -DarchetypeVersion=7.1.1.Final -DgroupId={你的groupId} -Dartif...
分类:Web程序   时间:2014-05-07 12:42:16    阅读次数:450
Linux命令行(二)
第三章文件一.文件的建立,移动和删除1.cat--建立文件eg1:cat创建新文件newfile1cat>newfile1或是cat->newfile1eg2:对已存在的文件newfile1追加新内容lovecat>>newfile1或catnewfile12.touch--建立文件-r:由参考文件的时间属性来设定新建的文件eg:新建两个文件ab..
分类:系统相关   时间:2014-05-06 16:06:38    阅读次数:510
iOS开发之地图代理不起作用(提示vImage decode failed, falling back to CG path.)
项目中用到了地图相关的东西,就把以前的demo搬了出来,结果发现直接运行之前的demo没有问题,在xcode5下新建项目再把代码粘贴过来就会提示 May 5 11:36:21 infomedia-iPod-touch TestLocation[1465] : CGBitmapContextCreate: unsupported parameter combination: 5 integer ...
分类:移动开发   时间:2014-05-06 15:17:46    阅读次数:769
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!