摘要: 远程过程调用协议 同义词 RPC一般指远程过程调用协议 RPC(Remote Procedure Call Protocol)——远程过程调用协议,它是一种通过网络从远程计算机程序上请求服务,而不需要了解底层网络技术的协议。RPC协议假定某些传输协议的存在,如TCP或UDP,为通信程序之间携带信息数 阅读全文
posted @ 2015-10-13 21:52 jack_ou 阅读(619) 评论(0) 推荐(0)
摘要: 类似于一个网络状况的探针。 [[NSNotificationCenter defaultCenter] addObserver: self selector: @selector(reachabilityChanged:) name: kReachabilityChangedNotificatio... 阅读全文
posted @ 2015-10-13 21:51 jack_ou 阅读(460) 评论(0) 推荐(1)