码迷,mamicode.com
首页 >  
搜索关键字:protocal    ( 132个结果
ios语法
protocal协议category 类别extension 扩展block^(传入参数列){行为主体};如果没有参数则为:^(void){行为主体}Block Pointer是这样定义的:回传值(^名字)(参数列);先看一个比较简单的Block例子:intmultiplier=7;int(^myB...
分类:移动开发   时间:2014-09-21 14:52:30    阅读次数:214
Spring
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结合简易教程
netty4与protocol buffer结合简易教程...
分类:Web程序   时间:2014-08-25 11:57:54    阅读次数:258
C++技术问题总结-第4篇 TCP与UDP
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
初识 Nodejs
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
【DataStructure】Description and usage of queue
【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
【DataStructure】The description and usage of Stack
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
Web Service 使用
SOAP、WSDL、UDDISOAP(Simple Object Access Protocal),是在分散或在分布式环境中交换信息的简单协议。WSDL 对WebService 的解释说明文档UDDI (通用发现、说明和集成)是Web服务的黄页趣味理解:Web Service 好比是一个服务供应.....
分类:Web程序   时间:2014-07-22 22:54:12    阅读次数:174
关于网络编程中MTU、TCP、UDP、IP
名词解释: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协议总结
SNMP(Simple Network Management Protocal),简单网络管理协议,其前身是SGMP协议(简单网关监控协议),该协议的作用是对网络上的设备进行监视管理,是一种应用层协议。...
分类:其他好文   时间:2014-06-16 14:36:00    阅读次数:348
132条   上一页 1 ... 11 12 13 14 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!