搜索资源列表
15883857HTTPprotocol_word
- http协议分析,可以详细分析http的各种字段-http protocol analysis, detailed analysis of the various field http
FTKernelAPIBT
- FTKernelAPI是一套完全免费(对于非商业性程序而言)的实现了BitTorrent 网络协议的内核库。在兼容官方BitTorrent协议的同时针对国内的网络带宽状况进行了优化,增加了一个侦听端口支持多个任务同时运行, 文件选择下载,断点续传, 自动配置支持UPnP协议的路由器, 对于全局或者单个任务进行速度限制等功能。FTKernelAPI BT协议内核库以及示例码 BitZam 的出现,使BT软件开发不再高深。只要你愿意,不必关心网络编程,BT协议,只需简单的调用FTKernelAPI的
qfinet_0.11.tar
- 针对嵌入式反应式系统开发的量子操作系统,见http://code.google.com/p/qfinet 包含一个基于linux平台的模拟器, 量子框架,基于量子框架的TCP/IP协议栈 后续将发布ARM7TDMI上的移植版-reaction against Embedded systems development of the quantum system, see http : / / code.google.com / p / qfinet contains a Linux-based p
UtilMind.WinHTTP.v3.2.6FS
- UtilMind.WinHTTP.v3.2.6.for.Delphi.BCB.Full.Source-SSGWinHTTP是一款基于WinInet的HTTP客户端控件允许你通过HTTP协议POST或者GET数据。通过WinHTTP你可以获取网页、下载文件、取得CGI返回结果,甚至还可以上传文件到CGI。-UtilMind.WinHTTP.v3.2.6.for.Delphi.B CB.Full.Source-A SSGWinHTTP is based on the HT WinInet TP cl
msnshell-1.0
- MsnShell 1.0 ,一种隐藏通道工具,外网的计算机可以避开防火墙的严格数据审查,远程控制一台内网计算机。它把Shell命令/响应隐蔽地封装在MSN协议中传送出去。必要时还可以将MSN协议包封装在HTTP协议中传送出去。它无需安装客户端,只由一个可执行程序组成服务端。-MsnShell 1.0, a hidden channel tools, a computer outside the network firewall can avoid the strict review of the
autoupdateByHttp
- delphi控件,通过http协议进行自动升级的例子,非常有用-delphi control, and auto update example by http protocol
IP.Works.V8.Delphi.Edition
- IP Works Version 8 Delphi VCL Edition. A robust framework of enterprise-class controls, enabling rapid integration of any major Internet protocol or technology including: FTP, HTTP, SMTP, POP, IMAP, SNMP, LDAP, DNS, RSS, SMPP(SMS), XMPP (Jabber), SOA
WEBCOPY
- 通过WEB 复制文件的DELPHI 控件-TMS.WEBCOPY.1.6.DelphiRetail-SKYDANCER Supplier : Team SKYDANCER Rlz date : 01/10/2006 Packager : Team SKYDANCER Archives : 01x0.5mb Cracker : non Protec. : non
mina
- Mina框架 初识 MINA是一个Socket的网络框架,但是它提供了方便的Protocol支持,通过它的Encoder和Decoder,你将你的应用可以方便的扩展并支持各种基于Socket的网络协议,比如HTTP服务器、FTP服务器(当然,这很复杂)、Telnet服务器等等。基于MINA用户可以容易地开发高性能和高伸缩性的网络应用程序。-Mina MINA is a network framework acquaintance Socket framework, but it provides
2-3-HTTPS
- 网卡芯片W5500在STM32下实现TCPIP协议的HTTP服务器模式的代码-Network card chip W5500 in STM32 under the TCPIP protocol to achieve the HTTP server model code
tcp
- 易语言TCP协议的断点续传源码例程程序结合易语言模块文件传输.ec,实现基于TCP协议的断点续传。 -Easy language TCP Protocol HTTP source routine procedures combined with easy language module.Ec file transfer, the HTTP protocol based on TCP.
sttndard-for
- 支持HTTPPOP3SMTPFTP代理,其中只有HTTP为标准协议-Support HTTPPOP3SMTPFTP agent, only for the standard HTTP protocol
passing-drnver
- 使用合同http协议上网,下载网站的内容,程序还比较简陋-Using contract HTTP protocol on the Internet, download site, the content of the program is relatively simple
wodHttpDLX
- wodHttpDLX是一款http客户端activex控件.可以方便的在上层或者底层对http协议进行访问.它的本意是从网络上抓取信息.它具有一个很友好的编程界面,能够让你很轻松的得到你想要的资源.(WodHttpDLX is a HTTP client ActiveX control. It can easily access the HTTP protocol in the upper or lower layer. Its original intention is to grab inf
httpRequest
- 最近需要开发HTTP相关项目,了解HTTP协议之后,觉得有必要开发一个这样的模块 同时为了方便我你他,把这个模块开源出来,共同学习. 目前只是处理 请求(Request)方面的信息,以后会更新响应部分吧(Recently, HTTP related projects need to be developed. After understanding the HTTP protocol, it is necessary to develop such a module.