2016年5月4日

摘要: 1.打开数据库 int sqlite3_open( const char *filename, // 数据库的文件路径 sqlite3 **ppDb // 数据库实例 ); 2.执行任何SQL语句 int sqlite3_exec( sqlite3*, // 一个打开的数据库实例 ... 阅读全文
posted @ 2016-05-04 19:58 爱你久久iOS 阅读(134) 评论(0) 推荐(0) 编辑
摘要: // // ViewController.m // 01-CoreData基本使用 // // Created by mac on 16/5/4. // Copyright © 2016年 mac. All rights reserved. // #import "ViewController.h" #import #import "User.h" @interface ViewC... 阅读全文
posted @ 2016-05-04 19:54 爱你久久iOS 阅读(136) 评论(0) 推荐(0) 编辑
摘要: // // ViewController.m // 02-CoreData-系统自带CoreData // // Created by mac on 16/5/4. // Copyright © 2016年 mac. All rights reserved. // #import "ViewController.h" #import "Student.h" #import "LYHCl... 阅读全文
posted @ 2016-05-04 19:53 爱你久久iOS 阅读(152) 评论(0) 推荐(0) 编辑
摘要: // // ViewController.m // 01-CoreData基本使用 // // Created by mac on 16/5/4. // Copyright © 2016年 mac. All rights reserved. // #import "ViewController.h" #import #import "User.h" @interface ViewC... 阅读全文
posted @ 2016-05-04 14:53 爱你久久iOS 阅读(149) 评论(0) 推荐(0) 编辑

导航