2015年5月31日

SQL 语句记录

摘要: 1.创建一个table@"create table rockTB(myId integer primary key autoincrement not null, time varchar(128) , body varchar(1024))"];2.查询FMResultSet * result =... 阅读全文

posted @ 2015-05-31 19:26 景树园 阅读(136) 评论(0) 推荐(0)

IOS 屏幕截图 UIScrollview

摘要: //截图UIView:截全图-(UIImage*)captureView:(UIView *)theView{ CGRect rect = theView.frame; if ([theView isKindOfClass:[UIScrollView class]]) { ... 阅读全文

posted @ 2015-05-31 17:45 景树园 阅读(1122) 评论(0) 推荐(0)

导航