摘要: 阅读全文
posted @ 2016-01-10 21:55 零点五 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 代码:#import int main(int argc, const char * argv[]) { @autoreleasepool { NSMutableArray *array = [NSMutableArray arrayWithObjects:@"3",@"2",@... 阅读全文
posted @ 2016-01-10 21:48 零点五 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 代码:#import int main(int argc, const char * argv[]) { @autoreleasepool { /* 简述:Cocoa框架中的NSPredicate用于查询,原理和用法都类似于SQL中的where,作用相当于数据库的... 阅读全文
posted @ 2016-01-10 21:44 零点五 阅读(376) 评论(0) 推荐(0) 编辑
摘要: 代码:main:#import #import "Student.h"int main(int argc, const char * argv[]) { @autoreleasepool { Student *stu1=[[Student alloc]initWithName:@... 阅读全文
posted @ 2016-01-10 13:56 零点五 阅读(1288) 评论(0) 推荐(0) 编辑