摘要: //// main.m// 之前1//// Created by syrcfwzx on 16/1/11.// Copyright (c) 2016年 syrcfwzx. All rights reserved.//#import #define NSLog(FORMAT, ...) pri... 阅读全文
posted @ 2016-01-11 16:52 33sve 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 1#import int main(int argc, const char * argv[]) { @autoreleasepool { NSSet *set=[NSSet set]; NSSet *set1=[NSSet setWithObjec... 阅读全文
posted @ 2016-01-11 16:46 33sve 阅读(231) 评论(0) 推荐(0) 编辑
摘要: #import int main(int argc, const char * argv[]) { @autoreleasepool { //初始化NSSet NSSet *set1=[NSSet set]; NSSet *set2=[NSSet se... 阅读全文
posted @ 2016-01-11 14:12 33sve 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-01-11 14:10 33sve 阅读(122) 评论(0) 推荐(0) 编辑
摘要: #import int main(int argc, const char * argv[]) { @autoreleasepool { /* 简述:Cocoa框架中的NSPredicate用于查询,原理和用法都类似于SQL中的where,作用相当于数据库的过滤取... 阅读全文
posted @ 2016-01-11 14:02 33sve 阅读(153) 评论(0) 推荐(0) 编辑
摘要: #import #define NSLog(FORMAT, ...) printf("%s\n", [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String])int main(int argc, const char * argv[... 阅读全文
posted @ 2016-01-11 13:52 33sve 阅读(142) 评论(0) 推荐(0) 编辑