苹果ios开发者

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2015年3月4日

摘要: 导入头文件:#import - (void)currentWifiSSID { // Does not work on the simulator. NSArray *ifs = (__bridge id)CNCopySupportedInterfaces(); NSLog(@"ifs:%@",if... 阅读全文
posted @ 2015-03-04 17:50 苹果ios开发者 阅读(458) 评论(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开发者 阅读(421) 评论(0) 推荐(0)