上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: 1 #import "XMLViewController.h" 2 #import "Student.h" 3 @interface XMLViewController () 4 @property (strong,nonatomic) NSMutableArray *stuArray; 5 @property (strong,nonatomic) Student *student; ... 阅读全文
posted @ 2016-03-16 20:31 恒远也 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 1.注意两点,一.添加/usr/include/libxml2 二.将GDataXMLNode.m设置为MRC 阅读全文
posted @ 2016-03-16 20:29 恒远也 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 1 // 谓词 NSpredicate 2 3 // OC中的谓词操作是针对于数组类型的,他就好比数据库中的查询操作,数据源就是数组,这样的好处是我们不需要编写很多代码就可以去操作数组,同时也起到过滤的作用,我们可以编写简单的谓词语句,就可以从数组中过滤出我们想要的数据。非常方便。在Java中是没有这种技术的,但是有开源的框架已经实现了此功能。 4 ... 阅读全文
posted @ 2016-03-16 14:10 恒远也 阅读(334) 评论(0) 推荐(0) 编辑
摘要: 1 #import "ClassController.h" 2 #import "LOClass.h" 3 #import "Student.h" 4 #import "Teacher.h" 5 #import "AppDelegate.h" 6 #import "StudentController 阅读全文
posted @ 2016-03-15 20:02 恒远也 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 1 #import "ViewController.h" 2 #import <sqlite3.h> 3 #import "DataBaseManager.h" 4 @interface ViewController () 5 6 @end 7 8 @implementation ViewContr 阅读全文
posted @ 2016-03-11 20:14 恒远也 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-03-11 20:06 恒远也 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 1 #import "ViewController.h" 2 #import "Person.h" 3 @interface ViewController () 4 5 @end 6 7 @implementation ViewController 8 9 - (void)viewDidLoad { 阅读全文
posted @ 2016-03-10 22:08 恒远也 阅读(490) 评论(0) 推荐(0) 编辑
摘要: 1 #import "ViewController.h" 2 3 @interface ViewController () 4 5 @end 6 7 @implementation ViewController 8 9 - (void)viewDidLoad { 10 [super viewDidL 阅读全文
posted @ 2016-03-10 22:06 恒远也 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 1 #import "ViewController.h" 2 3 @interface ViewController () 4 5 @end 6 7 @implementation ViewController 8 9 - (void)viewDidLoad { 10 [super viewDidL 阅读全文
posted @ 2016-03-10 22:00 恒远也 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 1 #import "ViewController.h" 2 #import "Model.h" 3 #import "MyCollectionViewCell.h" 4 #import "UIImageView+WebCache.h" 5 #import "CustomLayout.h" 6 @i 阅读全文
posted @ 2016-03-09 19:20 恒远也 阅读(243) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 10 下一页