摘要: 本文转自http://blog.csdn.net/toddmi/article/details/8204102 [html] view plaincopy = (NSCachesDirectory, NSUserDomainMask, YES); = [cachePaths objectAtInde 阅读全文
posted @ 2016-06-11 23:37 飞羽孟德 阅读(949) 评论(0) 推荐(0) 编辑
摘要: 转自:http://blog.csdn.net/lwq421336220/article/details/16982857 - (BOOL) connectedToNetwork { //创建零地址,0.0.0.0的地址表示查询本机的网络连接状态 structsockaddr_in zeroAddr 阅读全文
posted @ 2016-06-11 23:35 飞羽孟德 阅读(179) 评论(0) 推荐(0) 编辑
摘要: //一、NSString //1、创建常量字符串。NSString *astring = @"This is a String!"; //2、创建空字符串,给予赋值。 NSString *astring = [[NSString alloc] init]; astring = @"This is a 阅读全文
posted @ 2016-06-11 22:49 飞羽孟德 阅读(197) 评论(1) 推荐(0) 编辑