上一页 1 ··· 6 7 8 9 10 11 12 13 下一页
摘要: 1down voteMy solution (Guides -> List of Guid):List tsts = new List();for(int i = 0; i Guides.Skip(i * 2000).Take(2000).Contains(x.tstGuid)));}this.D... 阅读全文
posted @ 2015-09-07 12:54 facial 阅读(230) 评论(0) 推荐(0) 编辑
摘要: //// main.m// NSValue//// Created by facial on 26/8/15.// Copyright (c) 2015 facial_huo. All rights reserved.//#import struct sct { int a; int b;}te... 阅读全文
posted @ 2015-08-26 23:17 facial 阅读(140) 评论(0) 推荐(0) 编辑
摘要: //// main.m// NSSET//// Created by facial on 25/8/15.// Copyright (c) 2015 facial_huo. All rights reserved.//#import int main(int argc, const char * a... 阅读全文
posted @ 2015-08-26 21:21 facial 阅读(157) 评论(0) 推荐(0) 编辑
摘要: //// main.m// NSNumber//// Created by facial on 24/8/15.// Copyright (c) 2015 facial_huo. All rights reserved.//#import int main(int argc, const char ... 阅读全文
posted @ 2015-08-24 23:18 facial 阅读(191) 评论(0) 推荐(0) 编辑
摘要: //// main.m// dictionary//// Created by facial on 24/8/15.// Copyright (c) 2015 facial_huo. All rights reserved.//#import int main(int argc, const cha... 阅读全文
posted @ 2015-08-24 21:26 facial 阅读(298) 评论(0) 推荐(0) 编辑
摘要: //// main.m// Array//// Created by facial on 23/8/15.// Copyright (c) 2015 facial_huo. All rights reserved.//#import int main(int argc, const char * a... 阅读全文
posted @ 2015-08-23 18:05 facial 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-08-22 22:13 facial 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 避免函数名和字段重复:代码: 阅读全文
posted @ 2015-08-22 22:10 facial 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 第一种是经典方式, 第一种是点语法. 阅读全文
posted @ 2015-08-22 22:05 facial 阅读(185) 评论(0) 推荐(0) 编辑
摘要: - 是实例方法,是用实例对象进行调用的;+ 是类方法,又称静态方法,是用类来调用的;@interface Person: NSObject { int _age;}- (void) setAge: (int)Age;- (int) getAge;- (int) setNewAge: (int) n... 阅读全文
posted @ 2015-08-22 21:58 facial 阅读(292) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 下一页