1.DispatchTouchEvent
Pass the touch screen motion event down to the target view, or this view if it is the target.
传递触摸事件到目标视图,或者他就是目标视图。
情况1:return true
则事件只...
分类:
其他好文 时间:
2015-03-05 19:29:35
阅读次数:
212
//求职Ext.define('app.model.Staff', { extend: 'Ext.data.Model', config: { fields: [{ name: 'id', type: 'int' }...
分类:
其他好文 时间:
2015-03-05 16:08:47
阅读次数:
180
1、新建sh文件
$ touch myls.sh
2、
$vi myls.sh
内容为:
ls
ls -l
3、修改权限
$ sudo chmod myls.sh 775
4、运行
./myls.sh...
分类:
其他好文 时间:
2015-03-05 12:56:45
阅读次数:
119
IOS面试问题总结分类:IOS开发2013-11-20 17:2610458人阅读评论(1)收藏举报目录(?)[+]通过网络搜寻和自己总结经历找了一些IOS面试经常被问道的问题:1.搞清楚touch事件的传递(事件的响应链)事件的响应(responder chain)只有继承了UIResponder...
分类:
移动开发 时间:
2015-03-05 12:09:00
阅读次数:
239
说明:上篇博客把gcc安装了,接着我们就尝试一下她的厉害吧。我用的是vi的超级版本vim。这条指令,也就是用vim打开这个文件,如果文件不存在的话,那么创建这个文件。关于Linux文件的创建,也可以使用touch hello.c,打开以后(简单的补充,这个vim编辑器有3中模式,命令模式,编辑模式,...
分类:
系统相关 时间:
2015-03-04 22:18:37
阅读次数:
233
- (void)didclickBtn_edit:(UIButton *)sender event:(UIEvent *)event{ UITouch *touch = [[event allTouches] anyObject]; CGPoint currentTouchPosition = .....
分类:
其他好文 时间:
2015-03-04 20:53:20
阅读次数:
100
transfer is to relocate/move transmit is to communicate/send Transfer and Transit, are used with things we can touch as the same meaning of moving or ...
分类:
其他好文 时间:
2015-03-04 19:05:16
阅读次数:
244
转自:http://www.cnblogs.com/mlzs/archive/2013/06/04/3117518.html此效果手机未测试,目测没问题,我是搬运工...演示地址:http://scaljeri.github.io/pull-refresh-panel/源码地址:https://gi...
分类:
其他好文 时间:
2015-03-04 19:02:57
阅读次数:
441
一次业务升级后,发现生产系统上的业务进程UPRG无法启动,日志里面报错:cannotcreateUPRG.log,但是观察/logs目录剩余空间还有很多。尝试直接在/logs下touch文件也失败,也是报cannotcreatefile。第一反应是/logs目录的权限是否被人误改了?但很快便发现目录权限正常。第二反..
分类:
系统相关 时间:
2015-03-04 11:16:17
阅读次数:
156