摘要:
http://www.cocoachina.com/bbs/read.php?tid=151776 阅读全文
posted @ 2015-07-24 15:07
苹果ios开发者
阅读(319)
评论(0)
推荐(0)
摘要:
http://www.cocoachina.com/bbs/read.php?tid=151776 阅读全文
posted @ 2015-07-24 15:07
苹果ios开发者
阅读(319)
评论(0)
推荐(0)
摘要:
http://www.laovs.com/forum.php?mod=viewthread&tid=74http://blog.csdn.net/yohunl/article/details/41984505http://www.netfoucs.com/article/sqc3375177/988... 阅读全文
posted @ 2015-05-19 11:35
苹果ios开发者
阅读(103)
评论(0)
推荐(0)
摘要:
利用Reachability的的一个方法currentReachabilityStatus 获取枚举类型值判断是否为2即可,不是2就不是WiFi。enum { // DDG NetworkStatus Constant Names. kNotReachable = 0, // Apple's co... 阅读全文
posted @ 2015-04-28 16:51
苹果ios开发者
阅读(930)
评论(0)
推荐(0)
摘要:
http://bbs.mob.com/thread-118-1-1.html 阅读全文
posted @ 2015-03-23 10:39
苹果ios开发者
阅读(137)
评论(0)
推荐(0)
摘要:
http://bbs.mob.com/thread-177-1-1.html 阅读全文
posted @ 2015-03-23 10:38
苹果ios开发者
阅读(190)
评论(0)
推荐(0)
摘要:
转自http://www.mac52ipod.cn/post/show-mouse-point-rgb-color-by-apple-mac-os-x-tool.php 阅读全文
posted @ 2015-03-12 16:30
苹果ios开发者
阅读(532)
评论(0)
推荐(0)
摘要:
导入头文件:#import - (void)currentWifiSSID { // Does not work on the simulator. NSArray *ifs = (__bridge id)CNCopySupportedInterfaces(); NSLog(@"ifs:%@",if... 阅读全文
posted @ 2015-03-04 17:50
苹果ios开发者
阅读(457)
评论(0)
推荐(0)
摘要:
导入头文件:#import //md5 32位 加密 (小写)- (NSString *)md5:(NSString *)str{ const char *cStr = [str UTF8String]; unsigned char result[16]; CC_MD5(cStr, strlen(c... 阅读全文
posted @ 2015-03-04 17:44
苹果ios开发者
阅读(418)
评论(0)
推荐(0)
摘要:
http://zhidao.baidu.com/link?url=y-3oAiOsuCSvoCD-7H2Uvgl_UI1BQQuNvA2jHKCRAGmZSH7_RrwDijKtRouMBa5yF_L2HRBrH1NYB40iCDMFG93tGj7NCpSik7QUNnQUTri 阅读全文
posted @ 2015-02-11 17:32
苹果ios开发者
阅读(428)
评论(0)
推荐(0)
摘要:
http://blog.csdn.net/holydancer/article/details/24656187 阅读全文
posted @ 2015-01-31 16:54
苹果ios开发者
阅读(106)
评论(0)
推荐(0)
|