-
(UITableViewCellEditingStyle)tableView:(UITableView *)tableView
editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath{
returnUITableViewCellEdit...
分类:
移动开发 时间:
2014-05-01 13:30:30
阅读次数:
385
按游戏方式分类RPG (Roleplaying Game) 角色扮演游戏ACT (Action
Game) 动作游戏AVG (Adventure Game) 冒险游戏SLG (Strategy Game) 策略游戏FTG (Fighting Game)
格斗游戏STG (Shoting Game) ...
分类:
其他好文 时间:
2014-05-01 12:02:18
阅读次数:
298
【转】-
(UITableViewCellEditingStyle)tableView:(UITableView *)tableView
editingStyleForRowAtIndexPath:(NSIndexPath
*)indexPath{returnUITableViewCellEditi...
分类:
其他好文 时间:
2014-05-01 11:57:48
阅读次数:
292
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
这里将创建一个自定义的Panel,命名为TestPanel。
如果单机了TestPanel的标题,则有事件headerClick进行响应。
<s:Panel xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe....
分类:
其他好文 时间:
2014-04-29 13:46:20
阅读次数:
435
有时候我们会需要在界面上拖动view;uiview是继承于uiresponder的,所以可以响应触摸相关的事件。
重点是以下一组方法:
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
- (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent...
分类:
移动开发 时间:
2014-04-29 13:41:20
阅读次数:
485
可以用安卓手机浏览器打开 http://javascript.info/tutorial/keyboard-events#test-stand-test-stand 测试看看。
Android 4.2自带浏览器和webview的测试结果(其他版本没试过,估计4.X都是这样):
当input有内容的时候,点击软键盘回退键(keyCode=8),是有keyEvents事件(keyup...
分类:
移动开发 时间:
2014-04-29 13:38:21
阅读次数:
765
关于View的拖动大家应该比较了解了,比如对一个控件IamgeView拖动,或者一个视图View拖动,实现方式也很容易,继承OnTouchListener接口,然后重写onTouch方法,在触屏事件进行处理即可。但是Popupwindow如何实现拖动呢,我们都知道它和普通的View不一样,因为它不是继承于View类的,但是它的实现却是和View密切相关的,因为我们都知道Android视图的显示都是...
分类:
移动开发 时间:
2014-04-29 13:37:20
阅读次数:
557
javaScript 总结
1 Javascript的基本功能
写入HTML输出
document.write("This is a heading");
对事件作出反应
点击这里
改变HTML内容
x=document.getElementById("demo") //查找元素
x.innerHTML="Hello JavaScript"; //改变内容
改变HTML...
分类:
编程语言 时间:
2014-04-29 13:35:22
阅读次数:
417
背景
前几天我们九期所有成员进行了一次特殊的考试,很高兴,自己当天在机房(一般都在),所以,也参加了这次的考试。
试卷的内容非常的好,题非常的经典,所以,考后想再看看相应题,于是,考后找昌哥要卷子,昌哥说没有了,然后,就和米老师交流要卷子,在要卷子的过程发生了一件让人深思的事情。
事件内容
考完试的第二天12点左右,通过飞信联系米老师,希望能够马上...
分类:
其他好文 时间:
2014-04-28 10:18:43
阅读次数:
213