CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - socket http

搜索资源列表

  1. server

    0下载:
  2. 本人做的基于linux socket编程的服务器端代码,支持简单的http get ,生成一张静态网页-I do based on linux socket programming server-side code to support simple http the get generates a static Web pages
  3. 所属分类:Linux Network

    • 发布日期:2017-11-14
    • 文件大小:1116
    • 提供者:陈张
  1. client

    0下载:
  2. 本人做的基于linux socket的客户端,支持简单的http get和post协议-I do linux socket-based client supports simple http get and post agreement
  3. 所属分类:Linux Network

    • 发布日期:2017-11-26
    • 文件大小:2580
    • 提供者:陈张
  1. http_server

    0下载:
  2. 利用Socket接口实现HTTP服务器,网络编程,并将结果显示到页面上-To utilize Socket Interface HTTP server
  3. 所属分类:Browser Client

    • 发布日期:2017-11-15
    • 文件大小:21299
    • 提供者:子雨
  1. RequestHTTP

    0下载:
  2. 一个轻量级的C++socket访问http的封装类,提供多种方便接口,页面请求,图片下载,均可方便KO-A lightweight C++socket access the http wrapper class, offers a variety of convenient interface, page requests, picture downloads, can be easily KO
  3. 所属分类:Search Engine

    • 发布日期:2017-11-10
    • 文件大小:15987
    • 提供者:赵磊
  1. HTTPClient

    0下载:
  2. 采用vc实现http客户端功能,支持post和get两种方式,在该程序中对http协议进行了详细的描述,并通过socket的方式来实现http协议。-Using vc http client functionality, support post and get two ways, the HTTP protocol is described in detail in the program, and through the socket to http protocol.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-01
    • 文件大小:35748
    • 提供者:chenjin
  1. httplib

    0下载:
  2. 一个关于http socket 的lib,在程序里面加载它,可下载网页上的文件,只适用于windows。-A lib about use http socket to download a file in http web. You must use in windows system.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-08
    • 文件大小:17947
    • 提供者:蔡广文
  1. httpread

    0下载:
  2. httpread - Manage reading files from HTTP/TCP socket.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-08
    • 文件大小:8800
    • 提供者:ronggongzui
  1. NwtWork

    0下载:
  2. 基于同步socket的多线程上传与下载。该程序是我自己编写的,包含服务器和客户端。同时支持多任务、多线程上传与下载、断点续传。该程序对学习网络编程、多线程同步等有很大的帮助。-Multithreading upload and download synchronization based on socket. The program is what I have written, including server and client. At the same time support mult
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-14
    • 文件大小:18362132
    • 提供者:刘杰
  1. HTTP_PUT_socket

    0下载:
  2. 通过Socket把封装好的XML数据发送给MySQL,文件为自己用C写了HTTP的PUT方法-The package good through Socket XML data sent to MySQL, files for their own use C wrote the HTTP PUT method
  3. 所属分类:Linux Network

    • 发布日期:2017-11-17
    • 文件大小:1200
    • 提供者:shikai
  1. HTTPDownloadFileMe_1.1.1

    0下载:
  2. linux 下通过socket编程实现http协议下载文件-linux socket programming through the http protocol to download files
  3. 所属分类:Linux Network

    • 发布日期:2017-11-19
    • 文件大小:29081
    • 提供者:聂冰
  1. httppc-0.8.5.tar

    0下载:
  2. linux下穿代理的socket程序.HTTP Proxy Client is the small set of libraries and scr ipts, which provides transparent access to Internet via HTTP proxy for programs, which uses TCP/IP for communication. The list of programs includes: telnet, ftp, s
  3. 所属分类:Linux Network

    • 发布日期:2017-11-04
    • 文件大小:217452
    • 提供者:李冰
  1. http_down_image

    0下载:
  2. 使用socket模拟http发包,抓紧指定网页图片, 比如下载贴吧某贴的所有图片,只需要出入地址和过滤的文件大小即可,有简单的爬虫功能。-Use socket simulate http contract, pay close attention to the specified Web images, such as a paste paste it downloads all the pictures, just need to address and filtering out the
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:96584
    • 提供者:青云
  1. httpmsg

    0下载:
  2. http消息,socket消息发送,基于TCP/IP-http message socket send message is tcp/ip
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:90624
    • 提供者:xhz
  1. weather1

    0下载:
  2. 可以通过socket模拟http协议来获取天气服务器上的数据。很好的启蒙例子。-you can get the weather infomation which released by the weather server through this program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-18
    • 文件大小:4951040
    • 提供者:peng
  1. cgi-bbs

    0下载:
  2. 动手写论坛项目 1.使cgi更加健壮,安全 2.文件上传和下载, cgi c库可以实现,但不打算用,都自己写,关键是HTTP协议~ 3.留言页面多元化, 支持表情等 4.计算在线时间和统计人数等 5.实现发mail, perl下有sendmail,但c一定要用socket才可以?这样的话得暂时要搁置这功能,因为打算找到工作后再深入socket-1. The cgi more robust, secure 2 file upload and download, cgi c li
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-03-23
    • 文件大小:398653
    • 提供者:sanelue
  1. 2005040211033719165

    0下载:
  2. 用vc实现的http代理服务器,属于socket编程-vc used to achieve the http proxy server, belonging to socket programming
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:6939
    • 提供者:theCPI
  1. 2005040211033719165

    0下载:
  2. 用vc实现的http代理服务器,属于socket编程-vc used to achieve the http proxy server, belonging to socket programming
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:6849
    • 提供者:lixjun
  1. tinyhttpPROXY

    0下载:
  2. 一个简单的http代理服务器源代码,http代理源码,利用socket进行通信-a simple http proxy server source code, source http agent, the use of socket communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:2390
    • 提供者:legiti
  1. UnknownLengthHttpInputStream

    0下载:
  2. An HTTP payload terminated by the end of the socket stream.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:999
    • 提供者:nonnoubong
  1. socketclient-rm

    0下载:
  2. socket封装的http协议,稍加改动可以在linux下使用-socket package http protocol, a little change can be used under linux
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-23
    • 文件大小:329061
    • 提供者:Kyle Jx
« 1 2 ... 9 10 11 12 13 1415 16 17 18 »
搜珍网 www.dssz.com