会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
test
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
ios-数据库
coreDate 简化版
摘要:建表: 自动生成: 代码:
阅读全文
posted @
2016-07-12 15:05
代码始我快乐
阅读(161)
评论(0)
推荐(0)
FMDB的简单使用
摘要:#import "RootViewController.h" #import "FMDatabase.h" @interface RootViewController () { FMDatabase * myDB; } @end @implementation RootViewController //FMDB是将SQLite中复杂的SQL语法进行封装 //FMDB适用于ARC或者MR...
阅读全文
posted @
2016-07-12 14:49
代码始我快乐
阅读(199)
评论(0)
推荐(0)
公告