摘要: #import "ViewController.h" #import "FMDatabase.h" @interface ViewController () @end @implementation ViewController // tap each button in turn, watch c 阅读全文
posted @ 2016-03-30 20:59 lance.xiang 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 1.HTTP:基本概念 应用场景 常见的数据请求方式区别 短链接 2.HTTP Socket(一组封装了TCP IP协议的接口 长链接) TCP(面向链接 可靠 较低) UDP(非链接 不可靠 较高)四个概念区分 3.TCP三次握手 (A->B A发起B的链接请求数据包 B->A 同意链接请求同步数 阅读全文
posted @ 2016-03-30 20:15 lance.xiang 阅读(129) 评论(0) 推荐(0) 编辑
摘要: iPhone / iOS SDK 最酷的特性之一就是应用将其自身”绑定”到一个自定义 URL scheme 上,该 scheme 用于从浏览器或其他应用中启动本应用。 iPhone / iOS SDK 最酷的特性之一就是应用将其自身”绑定”到一个自定义 URL scheme 上,该 scheme 用 阅读全文
posted @ 2016-03-30 19:17 lance.xiang 阅读(287) 评论(0) 推荐(0) 编辑
摘要: #import "MViewController.h" @interface MViewController () @property (weak, nonatomic) IBOutlet UITextField *userName; @property (weak, nonatomic) IBOu 阅读全文
posted @ 2016-03-30 15:20 lance.xiang 阅读(107) 评论(0) 推荐(0) 编辑