10 2014 档案

摘要:一:情景:在mac下使用git;xcode4.6的环境时,需要安装command line tools ,但是在装了xcode5之后,就不需要安装command line tools了,默认已经集成了;但是我先装了,xcode4.6后来又安装了xcode5也就是,我mac上安装了两个版本的xocde... 阅读全文
posted @ 2014-10-30 15:53 lanacon 阅读(323) 评论(0) 推荐(0)
摘要:本文章参照李明杰老师的视频.使用block 首先要会声明和实例化blockblock 的声明:block 分为 有返回值有参数,没返回值有参数,有返回值没参数,没返回值没参数 几种情况有返回值 有参数的 int (^argReturnBlock)(int,int);其他几种分别是 int (^Ret... 阅读全文
posted @ 2014-10-24 00:00 lanacon 阅读(193) 评论(0) 推荐(0)
摘要:avaudio = [[AVAudioPlayer alloc] initWithData:data error:&error]; // avaudio = [[AVAudioPlayer alloc] initWithContentsOfURL:[NSURL URLWithString:cell... 阅读全文
posted @ 2014-10-21 16:28 lanacon 阅读(286) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/andypan1314/article/details/39207191 阅读全文
posted @ 2014-10-16 10:27 lanacon 阅读(122) 评论(0) 推荐(0)