protocal协议category 类别extension 扩展block^(传入参数列){行为主体};如果没有参数则为:^(void){行为主体}Block Pointer是这样定义的:回传值(^名字)(参数列);先看一个比较简单的Block例子:intmultiplier=7;int(^myB...
分类:
移动开发 时间:
2014-09-21 14:52:30
阅读次数:
214
Spring官方文档有Bug实验:authenticatingusers using ldap(lightweight directory access protocal)URL:http://spring.io/guides/gs/authenticating-ldap/描述:maven的pom....
分类:
编程语言 时间:
2014-09-02 19:20:35
阅读次数:
185
netty4与protocol buffer结合简易教程...
分类:
Web程序 时间:
2014-08-25 11:57:54
阅读次数:
258
TCP、UDP各自client、server端描述
TCP、UDP位于传输层,基于IP协议。
1.TCP
TCP:Transmission Control Protocal 传输控制协议。
服务器与客户端执行流程如下。
API说明。
创建套接字:SOCKET localSocket = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP);...
分类:
编程语言 时间:
2014-08-14 16:44:19
阅读次数:
200
1.HTTP:hyper text transmit protocal (超文本传输协议) 以下为利用http创建一个sever并连接相应的网页类容 http.createServer(function(request, response) { response.writeHead(200, {"Content-Type": "text/p...
分类:
Web程序 时间:
2014-08-12 00:52:43
阅读次数:
231
【Description】
A queue is a collection that implements the first-in-first-out protocal. This means that the only accessiable object in the collection in the first one that was inserted. The most commo...
分类:
其他好文 时间:
2014-08-10 21:43:10
阅读次数:
236
A stack is collection that implements the last-in-first-out protocal.This means that the only access object in the collections is the last one thatwas inserted.The fundamental operations of a stack a...
分类:
其他好文 时间:
2014-07-29 14:53:28
阅读次数:
218
SOAP、WSDL、UDDISOAP(Simple Object Access Protocal),是在分散或在分布式环境中交换信息的简单协议。WSDL 对WebService 的解释说明文档UDDI (通用发现、说明和集成)是Web服务的黄页趣味理解:Web Service 好比是一个服务供应.....
分类:
Web程序 时间:
2014-07-22 22:54:12
阅读次数:
174
名词解释:MTU(Maxium Transmission Unit)最大传输单元TCP (Transmission Control Protocal)传输控制协议UDP (Usage Datagram Protocal)用户数据报协议IP (Internet Protocal) 因特网协议TCP/I...
分类:
其他好文 时间:
2014-07-07 09:19:37
阅读次数:
229
SNMP(Simple Network Management Protocal),简单网络管理协议,其前身是SGMP协议(简单网关监控协议),该协议的作用是对网络上的设备进行监视管理,是一种应用层协议。...
分类:
其他好文 时间:
2014-06-16 14:36:00
阅读次数:
348