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

搜索资源列表

  1. http_test

    0下载:
  2. http协议get网页的小程序,演示了应该如何进行socket编程和http协议的简单实现。-Web page http protocol get a small program that demonstrates how to socket programming and realization of a simple http protocol.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:305711
    • 提供者:zp
  1. HttpFtpThreadGet

    0下载:
  2. 基于HTTP FTP 的SOCEKT 的下载源代码 支持断点续串 纯SOCKET写的-The SOCEKT based HTTP FTP support breakpoint download the source code written in continued string of pure SOCKET
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-17
    • 文件大小:4771105
    • 提供者:张样
  1. FOSS

    0下载:
  2. socket代理服务器,希望对你们有帮助,包含socket代理和http代理-ssocket proxy server,I want you to give me some help for socket.
  3. 所属分类:Proxy Server

    • 发布日期:2017-04-09
    • 文件大小:1333359
    • 提供者:andrews
  1. [VC]-dBot-v0.1

    0下载:
  2. dBot的源码(因为实在是太简单了,只要拿OD稍微逆下就出来了……) 源码里用到了socket和http协议,比较基础。-dBot source (because it is too simple, just take a little against the OD came out the next ...) Source used in the socket and http protocols, basis for comparison.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:25001
    • 提供者:满枫
  1. web-sever

    0下载:
  2. 用Java实现Web服务器 实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的s
  3. 所属分类:Web Server

    • 发布日期:2017-04-01
    • 文件大小:361589
    • 提供者:fannie
  1. SocketAnalogHttpprotocolT

    0下载:
  2. socket模拟Http协议上传数据到服务器-socket analog Http protocol to upload the data to the server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:9368
    • 提供者:ghenglei
  1. 80

    0下载:
  2. 最简单的 http服务 int Send(SOCKET s,const char *buf,int len) { _ASSERTE(len > 0) int tmp_len int total_send=0 do { tmp_len = send(s,buf,len,0) if(tmp_len == -1) break len -= tmp_len buf += tmp_len
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:1475
    • 提供者:testforxxll
  1. test8

    0下载:
  2. 嵌入式linux系统的socket通信程序,包括服务器端和客户端程序.详细说明请参考:http://blog.sina.com.cn/s/blog_4ad7c25401019qqb.html-Socket communication program for embedded Linux systems, including server and client program. Details, refer to: http://blog.sina.com.cn/s/blog_4ad7c25401
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:36735
    • 提供者:mfcai
  1. sim_http.c

    0下载:
  2. simple http coding,using c socket programming.only linux system calls are used here.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:2399
    • 提供者:namees
  1. vmccontroller

    0下载:
  2. 通过一个标准的TCP/IP套接字端口和简单的HTTP服务器 提供了一种方法来监控状态和控制Windows媒体中心-Provides a way to monitor state and control Windows Media Center (and extenders) through a standard TCP/IP socket port and/or simple HTTP server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-11
    • 文件大小:422959
    • 提供者:huiyuanleibie
  1. mproxysvr3

    0下载:
  2. 一个多线程的代理程序,程序运行后以服务的形式运行,程序以应用windows socket IO完成端口模型提供代理服务的原型设计,目前支持http的一级和二级代理,连接断开后会自动重新连接,时间由你来决定,同时它可以指定其他的任. -Prototyping agent of a multi-threaded program runs as a service running program application windows socket IO completion port model
  3. 所属分类:Proxy Server

    • 发布日期:2017-11-13
    • 文件大小:109045
    • 提供者:
  1. Socket_VC_GET_POST

    0下载:
  2. socket get post 网络socket的实例,包含http的get以及post的实现。并包含了apple应该发布流程详细文档-socket get post
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-08
    • 文件大小:1171848
    • 提供者:梅剑
  1. HttpDownload

    0下载:
  2. <C/C++> Socket编程Http下载的简单实现 按照Http协议,使用Socket连接并发送请求头给Http服务器,若服务器正确响应,返回请求文件数据,接收并写文件保存-<C/C++> The Socket programming Http Download the simple implementation in accordance with the Http protocol using the Socket connection and send the
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-06
    • 文件大小:59595
    • 提供者:张仁涛
  1. Httpandsocket

    0下载:
  2. 简易的http服务端,利用socket与客服端建立连接-Simple http server using socket connection is established with the customer service end
  3. 所属分类:Web Server

    • 发布日期:2017-11-20
    • 文件大小:17555
    • 提供者:Naruto
  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 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com