上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 27 下一页
摘要: http://blog.csdn.net/hu_songsong/article/details/12844965 阅读全文
posted @ 2014-11-25 17:31 dzldzl 阅读(392) 评论(0) 推荐(0)
摘要: 1. 字符串常量NSString *s = @"test";NSLog(@"s:%d",[s retainCount]); // -1或2147483647(即UINT_MAX ( Maximum value an `unsigned int'))因为"test"为字符串常量,系统不会收回,也不会对... 阅读全文
posted @ 2014-11-25 17:16 dzldzl 阅读(155) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/lonelyroamer/article/details/7665112 阅读全文
posted @ 2014-11-25 16:38 dzldzl 阅读(114) 评论(0) 推荐(0)
摘要: 为了能让类的成员变量正确的被外接访问,我们需要设置set和get方法。[objc]view plaincopy@property(nonatomic,retain)NSString*test1;@property(nonatomic,copy)NSString*test2;成员变量的属性不同(ret... 阅读全文
posted @ 2014-11-25 14:48 dzldzl 阅读(332) 评论(0) 推荐(0)
摘要: http://www.cocoachina.com/ios/20141022/10009.html 阅读全文
posted @ 2014-11-21 10:13 dzldzl 阅读(144) 评论(0) 推荐(0)
摘要: http://www.dreamingwish.com/frontui/article/default/ios-multithread-program-runloop-the.htmlhttp://blog.csdn.net/ztp800201/article/details/9240913 阅读全文
posted @ 2014-11-18 16:06 dzldzl 阅读(157) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/thefeelingofsimple/archive/2012/11/29/2794724.html 阅读全文
posted @ 2014-11-10 12:28 dzldzl 阅读(100) 评论(0) 推荐(0)
摘要: 命令行生成Ipa工程文件为test,首先切换到该目录。清除编译对象xcodebuild-targettestclean编译xcodebuild-targettest打包xcrun-sdkiphoneosPackageApplication-v./build/Release-iphoneos/test... 阅读全文
posted @ 2014-10-28 10:32 dzldzl 阅读(207) 评论(0) 推荐(0)
摘要: 审核 加急:https://developer.apple.com/appstore/contact/?topic=expedite原因:We found a serious problem, our application is collapse phenomenon, poor brings t... 阅读全文
posted @ 2014-10-13 17:54 dzldzl 阅读(243) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/totogo2010/article/details/9816975 阅读全文
posted @ 2014-10-09 22:13 dzldzl 阅读(167) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 27 下一页