码迷,mamicode.com
首页 >  
搜索关键字:sencha touch    ( 4697个结果
使用Sencha Touch加载服务器端数据。
本实例演示了Sencha Touch读取服务器端发来的Json数据。 文档结构如下: app.js代码如下: Ext.require(['Ext.form.Panel', 'Ext.data.Store', 'Ext.dataview.DataView']); Ext.application({ name:'MyApp', ic...
分类:其他好文   时间:2014-07-22 23:05:12    阅读次数:382
使用Sencha Touch加载本地Json数据
本例没有采用Sencha的mvc模式。只是一个简单的读取加载本地Json数据示例。 文档结构如下: app.js代码如下: Ext.require(['Ext.form.Panel', 'Ext.data.Store', 'Ext.data.reader.Json', 'Ext.dataview.DataV...
分类:Web程序   时间:2014-07-22 23:02:15    阅读次数:489
linux下常见的压缩指令
#touch2022#gzip2022(源文件被删除)#gzip-d2022.gz#gzip2022(不可以用来压缩目录)#gunzip2022.gz#zipservices.zip/etc/services#zip-retc.zip/etc(可以压缩目录)#unzipservices.zip#bzip22022#bunzip22022.bz2#bzip2-k2022#bunzip2-k2022.bz2#tar-zxvf2022.tar.gz#tar-zxvf2022..
分类:系统相关   时间:2014-05-03 01:45:10    阅读次数:400
【线性表】一元多项式相乘
1 /* PRESET CODE BEGIN - NEVER TOUCH CODE BELOW */ 2 3 #include 4 #include 5 6 typedef struct node 7 { int coef, exp; //coe...
分类:其他好文   时间:2014-05-01 20:33:27    阅读次数:342
git log 积累
git  log 的用法,具体参考 git log --help,以下是个人在使用中遇见的问题,略作统计。 查看单个文件的修改差异(类似于查看单个文件的log,同时将每次log 的详细记录都显示出来): --full-diff Without this flag, git log -p ... shows commits that touch the specified paths,...
分类:其他好文   时间:2014-05-01 18:33:15    阅读次数:324
关于在UIScrollView上添加UITableView出现的问题【原理】
UIScrollView的几个要点总结:从你的手指touch屏幕开始,scrollView开始一个timer,如果: 1.  150ms内如果你的手指没有任何动作,消息就会传给subView。 2.  150ms内手指有明显的滑动(一个swipe动作),scrollView就会滚动,消息不会传给subView,这里就是产生问题二的原因。 3. 150ms内手指没有滑动,scrollView将...
分类:其他好文   时间:2014-05-01 18:07:00    阅读次数:311
UIView独占响应事件
exclusiveTouchA Boolean value that indicates whether the receiver handles touch events exclusively.Setting this property to YES causes the receiver to...
分类:其他好文   时间:2014-05-01 11:49:57    阅读次数:296
(一)html5 touch事件实现页面上下滑动
html5 touch事件实现页面上下滑动
分类:Web程序   时间:2014-05-01 05:43:34    阅读次数:375
区分上下左右手势cocos2dx
void GameLayer::ccTouchEnded(CCTouch *touch,CCEvent *event){ CCLog("end %f,%f",touchStartP.x,touchStartP.y); if (openTouch) { CCPoint touchEndP=touch->getLocation();...
分类:其他好文   时间:2014-04-30 22:33:40    阅读次数:359
Windows下搭建objective C开发环境
最近打算针对iPhone、iPod touch和iPad开发一些应用,所以,需要开始学习Objective C(苹果推出的类似C语言的开发语言)。由于苹果的自我封闭的产业链发展模式(从芯片、机器、开发语言、终端产品、服务)的限制,要想开发针对苹果 iPhone等产品的应用程序,就需要用Mac机器,在Xcode的IDE上使用Objective C语言开发。Mac机器就不用说了,那比PC机器要贵不少(...
分类:Windows程序   时间:2014-04-29 13:43:22    阅读次数:567
4697条   上一页 1 ... 467 468 469 470 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!