摘要: 1 NSString *filePath = @"/Users/scjy/hello/iphone.txt"; 2 3 NSFileHandle *handle=[NSFileHandle fileHandleForUpdatingAtPath:filePath]... 阅读全文
posted @ 2015-07-14 12:25 凝月霜雪 阅读(423) 评论(0) 推荐(0) 编辑
摘要: 1 //创建NSDate实例,返回GMT时间 2 NSDate *date1=[NSDate date]; 3 NSLog(@"%@",date1); 4 5 //返回date1保存的时间与date2的时间间隔 6 ... 阅读全文
posted @ 2015-07-14 10:04 凝月霜雪 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 1 /**************** NSDictionary *****************/ 2 3 //创建一个新的字典 4 NSDictionary *dictionary1=[NSDictionary dictionary]; 5 ... 阅读全文
posted @ 2015-07-14 10:02 凝月霜雪 阅读(138) 评论(0) 推荐(0) 编辑