04 2011 档案
摘要:打印出所有的 info.plist 中的 keys、values// get all keys and values in info.plistNSBundle* mainBundle = [NSBundle mainBundle];NSDictionary* infoDictionary = [mainBundle infoDictionary];id key;NSArray* keys = [infoDictionary allKeys];NSLog(@"Display all keys and values in info.plist\n");for(key in k
阅读全文
摘要:http://google-styleguide.googlecode.com/svn/trunk/objcguide.xml
阅读全文
摘要:地址:http://www.w3.org/Addressing/rfc1808.txtRFC 1808 Relative Uniform Resource Locators June 1995格式: <scheme>://<net_loc>/<path>;<params>?<query>#<fragment>each of which, except <scheme>, may be absent from a particular URL. These components are defined as fo
阅读全文