上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: *******#import "HMViewController.h"#import "AFNetworking.h"@interface HMViewController ()@end@implementation HMViewController- (void)viewDidLoad{ [... 阅读全文
posted @ 2015-09-15 09:50 iso 阅读(172) 评论(0) 推荐(0) 编辑
摘要: **************#import "HMViewController.h"#import "AFNetworking.h"@interface HMViewController () @property (weak, nonatomic) IBOutlet UIImageView *ima... 阅读全文
posted @ 2015-09-15 09:48 iso 阅读(451) 评论(0) 推荐(0) 编辑
摘要: ************AFN01-基本使用#import "HMViewController.h"#import "AFNetworking.h"@interface HMViewController ()@end@implementation HMViewController- (void)vi... 阅读全文
posted @ 2015-09-14 16:47 iso 阅读(416) 评论(0) 推荐(0) 编辑
摘要: 01-NSURLSession02-断点续传02-文件上传01-基本的上传03-文件上传03-代码封装04-文件上传04-获得MIMEType.mp405-文件的压缩和解压缩.mp406-压缩和解压缩总结.mp4 阅读全文
posted @ 2015-09-14 16:37 iso 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 01 数据的安全01 - 密码加密02 数据的安全02 - 加密过程01 -数据的安全01 - 本地存储和代码安全04-网络状态监控05-真机演示06-小文件下载07-大文件下载01-基本下载08-大文件下载02-显示下载进度09-大文件下载03-利用NSFileHandle优化内存10-大文件下载... 阅读全文
posted @ 2015-09-14 16:34 iso 阅读(132) 评论(0) 推荐(0) 编辑
摘要: ***********#import "HMViewController.h"#import "MBProgressHUD+MJ.h"@interface HMViewController ()@end@implementation HMViewController- (void)viewDidLo... 阅读全文
posted @ 2015-09-14 16:24 iso 阅读(141) 评论(0) 推荐(0) 编辑
摘要: ***************#import "HMViewController.h"#import "MBProgressHUD+MJ.h"@interface HMViewController ()@end@implementation HMViewController- (void)viewD... 阅读全文
posted @ 2015-09-14 16:23 iso 阅读(171) 评论(0) 推荐(0) 编辑
摘要: ************POST请求#import "HMViewController.h"#import "MBProgressHUD+MJ.h"@interface HMViewController ()@property (weak, nonatomic) IBOutlet UITextFie... 阅读全文
posted @ 2015-09-14 16:21 iso 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 略 阅读全文
posted @ 2015-09-14 16:20 iso 阅读(117) 评论(0) 推荐(0) 编辑
摘要: ******- (void)viewDidLoad{ [super viewDidLoad]; /** 加载服务器最新的视频信息 */ // 1.创建URL NSURL *url = HMUrl(@"video?type=XML"); ... 阅读全文
posted @ 2015-09-14 16:19 iso 阅读(175) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页