上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页
摘要: respondsToSelector,performSelector,instancesRespondToSelector,objc_msgSend 阅读全文
posted @ 2013-11-06 15:45 CoderWayne 阅读(1354) 评论(0) 推荐(0) 编辑
摘要: 主要类: NSDate,NSTimeZone,NSLocale,NSDateComponents,NSCalendar,NSDateFormatter 阅读全文
posted @ 2013-03-25 16:37 CoderWayne 阅读(35694) 评论(4) 推荐(10) 编辑
摘要: 先回顾一下Objective-C类的定义格式:MyClass.h#import @interface MyClass : NSObject{ //成员变量定义,没有修饰符的情况下,默认为@protected int i; @private float f; char *c; @protected NSString *str; @public id obj; struct { unsigned int lineBreakMode:3; unsigned int highligh... 阅读全文
posted @ 2013-01-05 11:03 CoderWayne 阅读(1967) 评论(0) 推荐(0) 编辑
摘要: MOUSE_OVER和MOUSE_OUT除了对监听该事件的控件作出响应,同时也对该控件的所有子控件(拥有该事件)进行响应ROLL_OVER和ROLL_OUT则相反,只响应监听该事件的控件Codepackage{importflash.display.Sprite;importflash.display.StageScaleMode;importflash.events.MouseEvent;publicclassSample0814extendsSprite{publicfunctionSample0814(){stage.scaleMode=StageScaleMode.NO_SCALE;v 阅读全文
posted @ 2012-08-14 16:49 CoderWayne 阅读(1235) 评论(0) 推荐(0) 编辑
摘要: 1.设置应用程序休眠状态 2.应用程序关闭事件 阅读全文
posted @ 2012-08-07 11:07 CoderWayne 阅读(1171) 评论(0) 推荐(0) 编辑
摘要: 开发中经常会遇到的情况,配合计时器使用。 阅读全文
posted @ 2012-05-08 16:05 CoderWayne 阅读(3016) 评论(0) 推荐(0) 编辑
摘要: 非常有用的DOS命令 阅读全文
posted @ 2012-05-07 18:06 CoderWayne 阅读(567) 评论(0) 推荐(0) 编辑
摘要: int pageCount = (recordCount - 1) / pageSize + 1; 阅读全文
posted @ 2012-05-07 17:49 CoderWayne 阅读(415) 评论(0) 推荐(0) 编辑
摘要: 整理的以前用到过的较实用语句。 阅读全文
posted @ 2012-05-07 17:05 CoderWayne 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 非常通俗易懂的了解设计模式的好文。 阅读全文
posted @ 2012-05-07 09:43 CoderWayne 阅读(315) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页