上一页 1 2 3 4 5 6 7 8 9 ··· 20 下一页
摘要: + (BOOL)getProxyStatus { NSDictionary *proxySettings = NSMakeCollectable([(NSDictionary *)CFNetworkCopySystemProxySettings() autorelease]); NSArray *p 阅读全文
posted @ 2017-03-27 11:10 xiaoxiaoxigua 阅读(825) 评论(0) 推荐(0) 编辑
摘要: https://www.shodan.io/ 阅读全文
posted @ 2017-02-20 15:36 xiaoxiaoxigua 阅读(154) 评论(0) 推荐(0) 编辑
摘要: http://www.jianshu.com/p/84b5b834b942 阅读全文
posted @ 2017-02-20 15:35 xiaoxiaoxigua 阅读(108) 评论(0) 推荐(0) 编辑
摘要: http://macpu.github.io/2015/11/12/iOS%E5%A6%82%E4%BD%95%E8%8E%B7%E5%8F%96%E8%93%9D%E7%89%99Mac%E5%9C%B0%E5%9D%80/ 阅读全文
posted @ 2017-02-20 15:33 xiaoxiaoxigua 阅读(687) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/ios4kerwin/p/5256808.html 阅读全文
posted @ 2017-02-20 15:27 xiaoxiaoxigua 阅读(1722) 评论(0) 推荐(0) 编辑
摘要: 硬件相关ibeacon https://www.aprbrother.com/ 阅读全文
posted @ 2017-02-20 15:20 xiaoxiaoxigua 阅读(168) 评论(0) 推荐(0) 编辑
摘要: + (UIImageView *)rotate360DegreeWithImageView:(UIImageView *)imageView{ CABasicAnimation *animation = [ CABasicAnimation animationWithKeyPath: @"trans 阅读全文
posted @ 2017-02-20 15:18 xiaoxiaoxigua 阅读(618) 评论(0) 推荐(0) 编辑
摘要: - (UIImage *)imageWithCornerRadius:(CGFloat)radius { CGRect rect = (CGRect){0.f, 0.f, self.size}; UIGraphicsBeginImageContextWithOptions(self.size, NO 阅读全文
posted @ 2017-02-17 15:49 xiaoxiaoxigua 阅读(110) 评论(0) 推荐(0) 编辑
摘要: - (NSArray *)rangesOfString:(NSString *)searchString inString:(NSString *)str { NSMutableArray *results = [NSMutableArray array]; NSRange searchRange 阅读全文
posted @ 2016-12-27 11:21 xiaoxiaoxigua 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 1、需要引入#import <AVFoundation/AVFoundation.h>头文件, 2、在需要播放的地方添加: AudioServicesAddSystemSoundCompletion(kSystemSoundID_Vibrate, NULL, NULL, systemAudioCal 阅读全文
posted @ 2016-08-19 11:43 xiaoxiaoxigua 阅读(251) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 20 下一页