10 2012 档案

摘要:IntroductionWeb browsers are probably the most widely used software. In this book I will explain how they work behind the scenes. We will see what hap... 阅读全文
posted @ 2012-10-31 13:17 Proteas 阅读(419) 评论(0) 推荐(0)
摘要:IntroductionThe Xcode project file is an old-style plist (Next style) based on braces to delimit the hierarchy. The file begins with an explicit encod... 阅读全文
posted @ 2012-10-31 10:14 Proteas 阅读(650) 评论(0) 推荐(0)
摘要:Let’s take a quick little tour of the Xcode project file format. Anyone doing Mac OS X or iOS development in a team environment (i.e. just about every... 阅读全文
posted @ 2012-10-31 10:13 Proteas 阅读(633) 评论(0) 推荐(0)
摘要:Before xcode 4.3 we can use this to encode and decode NSCachedURLResponse:@implementation NSCachedURLResponse (NSCoder)- (void)encodeWithCoder:(NSCode... 阅读全文
posted @ 2012-10-23 15:24 Proteas 阅读(256) 评论(0) 推荐(0)
摘要:xcode 首先会在它的“偏好设置PList”中查找对应的信息。如果没有找到,会使用“地址簿”中当前用户信息。如果两个都设置了,那 PList 中的优先级更好一些。在默认情况下,ORGANIZATIONNAME 并没有设置。1、读取 :defaults read com.apple.Xcode PB... 阅读全文
posted @ 2012-10-12 13:14 Proteas 阅读(732) 评论(0) 推荐(0)
摘要:1、UIWebDocumentView 2、WebView 3、 //================================================================// 私有框架所在目录? /Applications/Xcode.app/Contents/Devel... 阅读全文
posted @ 2012-10-12 00:12 Proteas 阅读(810) 评论(0) 推荐(0)