随笔分类 - 06.IOS网络
1
摘要:***************#import "HMViewController.h"@interface HMViewController ()@end@implementation HMViewController- (void)viewDidLoad{ [super viewDidLoa...
阅读全文
摘要:***********#import "HMViewController.h"@interface HMViewController () @end@implementation HMViewController- (void)viewDidLoad{ [super viewDidLoad];...
阅读全文
摘要:************#import "HMViewController.h"@interface HMViewController () @property (nonatomic, weak) UIActivityIndicatorView *loadingView;@end@implement...
阅读全文
摘要:********#import "HMViewController.h"@interface HMViewController () @end@implementation HMViewController/** test.html存在于服务器,里面的html和js代码,我们是无法修改的 如果tes...
阅读全文
摘要:****02-ASI01-基本使用(了解)03-ASI02-其他用法(了解)04-ASI03-POST请求(了解)05-ASI04-文件下载(了解)06-ASI05-文件上传(了解)07-UIWebView01-基本使用(了解)08-网页开发学习#import "HMViewController.h...
阅读全文
摘要:*******#import "HMViewController.h"#import "AFNetworking.h"@interface HMViewController ()@end@implementation HMViewController- (void)viewDidLoad{ [...
阅读全文
摘要:**************#import "HMViewController.h"#import "AFNetworking.h"@interface HMViewController () @property (weak, nonatomic) IBOutlet UIImageView *ima...
阅读全文
摘要:************AFN01-基本使用#import "HMViewController.h"#import "AFNetworking.h"@interface HMViewController ()@end@implementation HMViewController- (void)vi...
阅读全文
摘要:01-NSURLSession02-断点续传02-文件上传01-基本的上传03-文件上传03-代码封装04-文件上传04-获得MIMEType.mp405-文件的压缩和解压缩.mp406-压缩和解压缩总结.mp4
阅读全文
摘要:01 数据的安全01 - 密码加密02 数据的安全02 - 加密过程01 -数据的安全01 - 本地存储和代码安全04-网络状态监控05-真机演示06-小文件下载07-大文件下载01-基本下载08-大文件下载02-显示下载进度09-大文件下载03-利用NSFileHandle优化内存10-大文件下载...
阅读全文
摘要:***********#import "HMViewController.h"#import "MBProgressHUD+MJ.h"@interface HMViewController ()@end@implementation HMViewController- (void)viewDidLo...
阅读全文
摘要:***************#import "HMViewController.h"#import "MBProgressHUD+MJ.h"@interface HMViewController ()@end@implementation HMViewController- (void)viewD...
阅读全文
摘要:************POST请求#import "HMViewController.h"#import "MBProgressHUD+MJ.h"@interface HMViewController ()@property (weak, nonatomic) IBOutlet UITextFie...
阅读全文
摘要:******- (void)viewDidLoad{ [super viewDidLoad]; /** 加载服务器最新的视频信息 */ // 1.创建URL NSURL *url = HMUrl(@"video?type=XML"); ...
阅读全文
摘要:********HMVideosViewController.m#import "HMVideosViewController.h"#import "MBProgressHUD+MJ.h"#import "HMVideo.h"#import "UIImageView+WebCache.h"#impo...
阅读全文
摘要:**************#import "HMViewController.h"#import "MBProgressHUD+MJ.h"@interface HMViewController ()@property (weak, nonatomic) IBOutlet UITextField *...
阅读全文
摘要:*****************#import "HMViewController.h"#import "MBProgressHUD+MJ.h"@interface HMViewController ()@property (weak, nonatomic) IBOutlet UITextFiel...
阅读全文
摘要:**************SDWebImage加载图片#import "HMAppsViewController.h"#import "HMApp.h"#import "UIImageView+WebCache.h"@interface HMAppsViewController ()/** * ...
阅读全文
摘要:***************************#import "HMViewController.h"#import "MBProgressHUD+MJ.h"@interface HMViewController ()@property (weak, nonatomic) IBOutlet ...
阅读全文
1

浙公网安备 33010602011771号