上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 26 下一页
摘要: // // ViewController.m // 10-掌握-MD5加密 #import "ViewController.h" #import "NSString+Hash.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [super ... 阅读全文
posted @ 2017-03-24 16:57 laugh 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 前方高能 阅读全文
posted @ 2017-03-24 15:55 laugh 阅读(181) 评论(0) 推荐(0) 编辑
摘要: // ViewController.m // 08-掌握-NSURLSession-上传#define XMGBoundary @"520it" #define XMGEncode(string) [string dataUsingEncoding:NSUTF8StringEncoding] #define XMGNewLine [@"\r\n" dataUsingEncoding:... 阅读全文
posted @ 2017-03-24 15:27 laugh 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 06-掌握-大文件断点下载 07-掌握-大文件断点下载 阅读全文
posted @ 2017-03-24 15:09 laugh 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 04-掌握-NSURLSession-代理方法 阅读全文
posted @ 2017-03-24 12:34 laugh 阅读(220) 评论(0) 推荐(0) 编辑
摘要: NSOutputStream 数据流的使用 阅读全文
posted @ 2017-03-24 12:19 laugh 阅读(571) 评论(0) 推荐(0) 编辑
摘要: 11-了解-获得文件的MIMEType 阅读全文
posted @ 2017-03-23 17:45 laugh 阅读(239) 评论(0) 推荐(0) 编辑
摘要: // // ViewController.m // 08-掌握-解压缩 #import "ViewController.h" #import "Main.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoa... 阅读全文
posted @ 2017-03-23 16:25 laugh 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 07-掌握-大文件下载 阅读全文
posted @ 2017-03-23 12:37 laugh 阅读(155) 评论(0) 推荐(0) 编辑
摘要: // // ViewController.m // 05-掌握-多值参数 #import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; } -... 阅读全文
posted @ 2017-03-21 18:12 laugh 阅读(106) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 26 下一页