简要咨询咨询QQ网站导航网站搜索手机站点联系我们设为首页加入收藏 

ios后台处理数据存储线程

来源:易贤网   阅读:969 次  日期:2014-12-08 14:06:27

温馨提示:易贤网小编为您整理了“ios后台处理数据存储线程”,方便广大网友查阅!

在类中,进行编辑下面的代码:

nslog(@main thread begin...);

[self performselectorinbackground:@selector(dosomething:) withobject:nil];

nslog(@main thread end.....);

- (void) dosomething:(id)sender

{

nslog( @one thread begin... );

nsautoreleasepool *pool = [[nsautoreleasepool alloc] init];

for (int i=0; i<self.starname_final.count; i++) {

[self savetodatabase:[starname_final objectatindex:i]];

}

nslog( @one thread end... );

[pool release];

}

更多信息请查看IT技术专栏

更多信息请查看技术文章
点此处就本文及相关问题在本站进行非正式的简要咨询(便捷快速)】     【点此处查询各地各类考试咨询QQ号码及交流群
上一篇:iphone 库的基本内存管理策略
下一篇:cocoa编程中视图控制器与视图类介绍
易贤网手机网站地址:ios后台处理数据存储线程
由于各方面情况的不断调整与变化,易贤网提供的所有考试信息和咨询回复仅供参考,敬请考生以权威部门公布的正式信息和咨询为准!