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

搜索资源列表

  1. kingate-1.6.tar

    0下载:
  2. kingate是一个代理服务器,能代理多种协议,包括:http,https,socks,ftp,pop3,smtp,telnet,dns。能运行在linux,freebsd,...及其它类unix,还有windows(最新版本要求nt 4.0以上)操作系统上 kingate是一个多线程的程序(采用线程池的方式),所以短时间内大量的连接请求,kingate还能保持很高的性能。 kingate还支持tcp端口映射,可以实现别人访问你的内网主机。-kingate is an agent server,
  3. 所属分类:代理服务器

    • 发布日期:2008-10-13
    • 文件大小:219.83kb
    • 提供者:none
  1. HttpServerexample

    1下载:
  2. 本程序实现了一个Http服务器,能够接受客户端(浏览器)的连接请求,可以更改当前 的Http服务目录,而且能够将指定的网页发送到客户浏览器, 本程序是—个基于对话柜的MFC应用程序,主要介绍如何利用socket(套接字)实现Http 协议等内容。请使用vc++.net运行本程序。-This Program realize a Http Server which can accept the connection request of client and change the current H
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:64.62kb
    • 提供者:陈康
  1. 示例如何将内部网UDP端口映射到公共网上

    1下载:
  2. 示例如何将内部网UDP端口映射到公共网上.zip (支持请求延迟功能)-examples of how internal network UDP port mapping to the public online. Zip (support request delayed function)
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:7.7kb
    • 提供者:枫之影
  1. SNMP协议_project

    1下载:
  2. SNMP示例代码,包括SNMP会晤层、请求消息、Agent、Trap、以及管理、异常等类-SNMP example code ,include SNMP meet layer,message request,Agent,Trap ,management ,exceptions ,and so on.
  3. 所属分类:SNMP编程

    • 发布日期:2008-10-13
    • 文件大小:215.46kb
    • 提供者:何乐
  1. dotnet2

    0下载:
  2. 本程序实现了一个Web Service 并且实现了一个Client对Web Service提供的服务进行调用,Soap Request 和 Soap Response 都以Xml的格式显示在界面上-this program a Web Service and the implementation of a Web Service Client to provide services for the call, Soap and Soap Request Response to Xml are s
  3. 所属分类:xml/soap/webservice

    • 发布日期:2008-10-13
    • 文件大小:13.79kb
    • 提供者:邬源
  1. 200562241328985

    0下载:
  2. PeerYou远程控制软件源代码 完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠操作。可以取得被控机器上的硬件信息,文件信息,注册表以及进行屏幕控制。 代码中的SOCKET重叠I/O的实现也很值得参考.-PeerYou remote control software source code for the full realization of the registry, document proce
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:201.48kb
    • 提供者:ms-dos
  1. 用Java实现Web服务器

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

    • 发布日期:2008-10-13
    • 文件大小:10.18kb
    • 提供者:雨岳
  1. TcpSer

    0下载:
  2. FTP服务器示例 实现客户发出请求下载服务端文件的功能 服务器能同时响应多个客户的请求 编译方式: cc TcpSer.c -o TcpSer -lsocket-example FTP server for customers download service request issued by the document-server functionality can also respond to the request of several customers compiler
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2.04kb
    • 提供者:木子
  1. QQ号码自动申请程序的源代码

    0下载:
  2. 可以批量自动申请QQ号码的程序的源代码。可以学习利用web请求实现注册功能。-volume can automatically apply for QQ number of a program's source code. Learning can use web request the implementation of the registration function.
  3. 所属分类:浏览器

    • 发布日期:2008-10-13
    • 文件大小:14.57kb
    • 提供者:土豆
  1. Java_upload_1

    0下载:
  2. 自己编写的Java的上传类,可以多文件同时上传,并提供了Request的方法来获得变量值,过滤文件等功能。-prepare themselves upload Java class can also upload more documents, the Request and provide the means to obtain variable value, filter paper and other functions.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:5.54kb
    • 提供者:刘哲理
  1. ping的源程序

    0下载:
  2. 这是我课程设计的一个程序,程序实现echo request icmp 的发送和echo reply icmp 的接收,以发现网络中在线主机以及测量与其他主机的平均往返时间-This is my curriculum design a procedure, Program icmp echo request and send the reply icmp echo reception, to detect network and host online measurement and other
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:4.18kb
    • 提供者:陈建锋
  1. 音乐点播系统

    0下载:
  2. 音乐点播系统 本系统可以进行点歌 播放等功能-music-on-demand system of the system can request a song playback function
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:101.02kb
    • 提供者:赵熹
  1. request.servervariables

    0下载:
  2. ASP返回服务器信息的制定.针对request.servervariables属性的查询.
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:1.23kb
    • 提供者:shylock
  1. VC.GET.POST.HTTP.client.code.send.request

    0下载:
  2. VC实现GET POST发送请求HTTP客户端代码VC realize GET POST HTTP client code to send request -VC realize GET POST HTTP client code to send request
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2016-01-27
    • 文件大小:37kb
    • 提供者:67
  1. http-request

    0下载:
  2. http请求,此程序封装了http的请求鉴权信息-http request, this program encapsulates the http request authentication information
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:2.02kb
    • 提供者:tiger
  1. HTTP_Spy-src

    0下载:
  2. A simple way to find the configuration of a Web Server is by using any one of the HTTP request methods HEAD and GET.
  3. 所属分类:Web Server

    • 发布日期:2017-03-28
    • 文件大小:25.56kb
    • 提供者:吴开红
  1. request

    0下载:
  2. 分析http协议的Request请求,适用与初学者学习-Request of http protocol request, for beginners to learn and
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-30
    • 文件大小:2.88kb
    • 提供者:haozhiyuan
  1. vb2008.net-downpicture-request

    0下载:
  2. 使用vs2008.net编写的下载图片程序,request方法,完全可用-Download pictures use vs2008.net written procedure, request method, fully available
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:63.86kb
    • 提供者:李奇
  1. mult-request

    0下载:
  2. 向指定的地址批量发送HTTP请求。可以用来刷点击,或者分析网站的数据交换协议-HTTP request sent to the address specified quantities. Can be used to brush Click or analyze site data exchange protocol
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-11
    • 文件大小:178.15kb
    • 提供者:NM
  1. vir-request

    0下载:
  2. 模拟HTTP请求,主要用来分析目标网站的数据交换协议用。最原生的HTTP请求方式。-Analog HTTP request, mainly used to analyze the data exchange agreement with the target site. Most native HTTP request method.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-08
    • 文件大小:225.43kb
    • 提供者:NM
« 12 3 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com