摘要:
// // ViewController.m // 10-掌握-MD5加密 #import "ViewController.h" #import "NSString+Hash.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [super ... 阅读全文
摘要:
前方高能 阅读全文
摘要:
// ViewController.m // 08-掌握-NSURLSession-上传#define XMGBoundary @"520it" #define XMGEncode(string) [string dataUsingEncoding:NSUTF8StringEncoding] #define XMGNewLine [@"\r\n" dataUsingEncoding:... 阅读全文
摘要:
06-掌握-大文件断点下载 07-掌握-大文件断点下载 阅读全文
摘要:
04-掌握-NSURLSession-代理方法 阅读全文
摘要:
NSOutputStream 数据流的使用 阅读全文