07 2014 档案

摘要:NSThread一.创建和启动线程1.开线程的几种方式1)先创建线程,后启动NSThread *thread = [[NSThread alloc] initWithTarget:self selector:@selector(run) object:nil];[thread start];2)创建... 阅读全文
posted @ 2014-07-03 01:27 策马入林 阅读(166) 评论(0) 推荐(0)