摘要:
NSDate常用代码范例 NSDate类用于保存时间值,同时提供了一些方法来处理一些基于秒级别时差(Time Interval)运算和日期之间的早晚比较等。 1. 创建或初始化可用以下方法 用于创建NSDate实例的类方法有 + (id)date; 返回当前时间 + (id)dateWithT... 阅读全文
摘要:
//字符串//////NSString类实例方法NSLog(@"输入的网址为:%@",str);//查值int str_len = [str length];//求其长度NSLog(@"长度为:%d字节",str_len);char c = [str characterAtIndex:11];/... 阅读全文
摘要:
创建一个 Timer +scheduledTimerWithTimeInterval: invocation: repeats: + (NSTimer *)scheduledTimerWithTimeInterval:(NSTimeInterval)ti invocation:(NSInv... 阅读全文
摘要:
在http://code.google.com/p/cocos2d-iphone/ downloads/list中下载了cocos2d-iphone-1.0.0,为了便于我们在 命令行工具(Terminal)中找到解压缩的路径,将下载下来的压缩 文件解压在文稿( Documents) 目录下。 打开... 阅读全文