网络编程
文章平均质量分 81
chuanyituoku
这个作者很懒,什么都没留下…
展开
-
AFNetworking
http://www.raywenderlich.com/30445/afnetworking-crash-course转载 2014-02-16 23:02:43 · 539 阅读 · 0 评论 -
Notification Centers
Cocoa includes two types of notification centers:The NSNotificationCenter class manages notifications within a single process.The NSDistributedNotificationCenter class manages notifications原创 2014-08-25 15:39:15 · 456 阅读 · 0 评论 -
BSD Socket~TCP~Example Code
可运行与Mac上的 TCP协议的 BSD Socket 代码记录下,以便以后用到原创 2014-07-30 08:44:14 · 1309 阅读 · 0 评论 -
BSD Socket~UDP~Code examples
在Mac机器上 BSD Socket UDP协议实现代码可模拟QQ信息发送原创 2014-07-30 08:38:35 · 1197 阅读 · 0 评论 -
Socket编程 链接
http://goodcandle.cnblogs.com/archive/2005/12/10/294652.aspx转载 2014-07-28 19:17:30 · 616 阅读 · 0 评论 -
Networking Terminology
In networking terminology, a host is any device that is connected to a network and provides an endpoint for networked communication. A host might be a desktop computer, a server, an iOS device, a vi原创 2014-07-22 08:59:29 · 527 阅读 · 0 评论 -
Networking Layers
The TCP/IP networking model consists of four basic layers: the link layer, theIP layer (short for Internet protocol), the transport layer, and the application layer.原创 2014-07-22 09:36:59 · 550 阅读 · 0 评论 -
Domain Name System (DNS)
IPv4 addresses are hard to remember, and IPv6 addresses are quadruply hard (because they are four times as long). To make it easier to describe a particular host, the domain name system (DNS) was inve原创 2014-07-22 11:57:12 · 621 阅读 · 0 评论 -
BSD SOCKETS
BSD SOCKETSWhat became the BSD socket API was first implemented in the late 1980s by researchers at the University of California at Berkley. It was eventually standardized as the Portable Operatin转载 2014-02-20 15:35:30 · 756 阅读 · 0 评论 -
Introducing Payload Data Formats
This section covers three alternative, standardized formats for sending and receiving structured data: Extensible Markup Language (XML), JavaScript Object Notation (JSON), and Hypertext Markup Lan原创 2014-02-19 17:26:54 · 582 阅读 · 0 评论 -
UNDERSTANDING HTTP REQUESTS AND RESPONSES
1.the preferred communication approach in iOSis HTTP. The most convenient networking APIs provided in iOS are geared toward HTTP, the HTTP APIs are the most thoroughly documented, and the high lev转载 2014-02-19 01:07:03 · 1026 阅读 · 0 评论 -
HIGH-LEVEL IOS HTTP APIS
In this section you learn about the high-level APIs most commonly used for HTTP communications from an iOS application to an HTTP server. There are three primary methods to perform HTTP requests and r转载 2014-02-19 14:35:29 · 978 阅读 · 0 评论 -
web service architecture
SUMMARYOptimally, a flexible service architecture must be planned and implemented before the first version of an application is released to achieve its maximum benefits. If one version goes out转载 2014-02-18 20:46:42 · 493 阅读 · 0 评论 -
AFNetworking 2.0 编译不过的问题修复
Link: http://blog.csdn.net/zaitianaoxiang/article/details/22597785AFNetworking 2.0 当Deployment Target 低于6.0时,AFURLConnectionOperation.h,AFURLSessionManager.h@property (nonatomic, strong) dispa转载 2014-09-09 10:35:54 · 596 阅读 · 0 评论