摘要: 大致意思是 虽然NSOperation 的cancel 并不能取消请求,但是可以对这个NSOperation进行标记。当cancel 属性是YES时,表明 NSOperation虽然已经执行,并返回了结果,但是我现在不需要了。那么我们每次执行request的时候都把上一个operation canc... 阅读全文
posted @ 2015-09-19 17:28 巴山夜雨1989 阅读(854) 评论(0) 推荐(0) 编辑
摘要: NSString 与NSMutableString的区别Suppose You have a code like thisNSString*s=[[NSStringalloc]initWithString:@"Hello"];s=[sstringByAppendingString:@"World"]... 阅读全文
posted @ 2015-09-19 00:44 巴山夜雨1989 阅读(280) 评论(0) 推荐(0) 编辑