摘要:
//// ViewController.m// 02-POST//// Created by jerry on 15/10/9.// Copyright (c) 2015年 jerry. All rights reserved.//#import "ViewController.h"#imp... 阅读全文
摘要:
//// ViewController.m// 03-post上传json//// Created by jerry on 15/10/10.// Copyright (c) 2015年 jerry. All rights reserved.//#import "ViewController... 阅读全文
摘要:
在http/1.1 协议中,定义了8种发送http请求的方法get post options head put delete trace connect patch.根据http协议的设计初衷,不同的方法对资源有不同的操作方式,put :增delete:删post:改get:查最常用的的是get 和... 阅读全文
摘要:
在使用NSArray打印的时候如果遇到中文字符那么会打印出来编码,如下代码:- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically fr... 阅读全文
摘要:
在使用kvc进行赋值的时候,有时候会遇到null值,这个时候我们使用kvc会报错,如何解决控制器代码如下://// ViewController.m// 02-模型中的赋值//// Created by jerry on 15/9/29.// Copyright (c) 2015年 jerr... 阅读全文