- 博客(6)
- 收藏
- 关注
转载 虽然不明白在说什么,但是感觉好厉害的样子
2015年 官方目前最新可以直接访问谷歌google的IP地址/网址74.125.20.8574.125.20.9074.125.20.12264.233.161.10464.233.167.10464.233.189.10491.213.30.152173.194.77.142173.194.77.14364.233.160.163173.194.77
2015-03-20 10:52:38
548
转载 关于苹果私有API的查找和使用
本文由2篇文章综合而成,原文地址为:http://www.cocoachina.com/iphonedev/sdk/2011/0531/2906.htmlhttp://bbs.51cto.com/archiver/tid-846159.html一、关于苹果API:1、Published API(公开的API):又称 Documented API(
2015-03-19 11:20:14
8663
原创 从"error: linker command failed with exit code 1 (use -v to see invocation)"说起
1.这个错误是什么意思构建应用程序有几个阶段,在Xcode的配置里可以看得到:重点第三个phase,Link Binary With Libraries:链接二进制文件和库,Xcode compile完ources之后,会链接这些库文件,如果连接失败就会报错:error: linker command failed with exit code 1 (use -v to see invoc
2015-03-06 17:21:07
534
转载 NSBundle的使用
An NSBundle object represents a location in the file system that groups code and resources that can be used in a program. NSBundle objects locate program resources, dynamically load and unload execu
2015-01-28 22:00:55
290
转载 iOS中NSAssert()断言的使用
断言(assertion)是指在开发期间使用的、让程序在运行时进行自检的代码(通常是一个子程序或宏)。断言为真,则表明程序运行正常,而断言为假,则意味着它已经在代码中发现了意料之外的错误。断言对于大型的复杂程序或可靠性要求极高的程序来说尤其有用。有关断言的详细信息,推荐大家一定去看《代码大全2》中“防御式编程”这一章。下面,摘录一些代码大全中有关断言使用的经典指导性建议:
2015-01-23 19:29:35
1032
转载 NSClassFromString的使用
NSClassFromString 将NSString转换成一个Class,如果不存在,返回一个nil。 正常来说,id myObj = [[NSClassFromString(@"MySpecialClass") alloc] init];和id myObj = [[MySpecialClass alloc] init];是一样的。但是,如果你的程
2015-01-22 18:43:07
344
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅