2012年4月13日
摘要: #ifdef DEBUG #define DLog(fmt, ...) NSLog((@"%s [Line %d] " fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__); #else #define DLog(...) #endif #define ALog(fmt, ...) ... 阅读全文
posted @ 2012-04-13 15:46 easonoutlook 阅读(165) 评论(0) 推荐(0) 编辑
摘要: NSBundle*bundle =[NSBundle mainBundle];NSDictionary*info =[bundle infoDictionary];NSString*prodName =[info objectForKey:@"CFBundleDisplayName"];http://stackoverflow.com/questions/1247142/getting-an-ip... 阅读全文
posted @ 2012-04-13 15:35 easonoutlook 阅读(2927) 评论(0) 推荐(0) 编辑