搜索资源列表
HttpServerexample
- 本程序实现了一个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
用Java实现Web服务器
- 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
HTTPfuwuqichengxu
- 实现对HTTP服务器端口进行侦听,能接受客户端的连接请求。可以对客户端的GET请求方式作出响应,将指定的网页发送到浏览器。记录在服务器运行过程中的所有错误和时间,并显示出来。-achieve HTTP server port on the interception, the client will accept the connection request. The client can request the GET method response to a Web page is sent
winip-src-2201
- 一款域名服务器仿真程序 Winip is client that allows single fully qualified domain names to identify dynamically addressed hosts. It currently interfaces with services that use the dhis protocal (http://www.dhis.org/dhis/) or the ods protocal (www.ods.org).
exe1
- ssd8 exercise 1 The purpose of this exercise is to build a simple Web client and a simple Web server—a server that responds only to the HTTP GET and PUT commands.
src
- 一个简单的HTTP SERVER,在服务器端预设一个主页,包括超过一个对象(可包括图像等对象)。Server能够把该网页正常传给客户端的浏览器执行。服务器端采用多线程。-A simple HTTP SERVER, in a server-side default home page, including more than one object [which may include images and other objects]. Server to be able to pass the
lighttpd-1.4.25.tar
- * mod_magnet:修复对()正常表和字符串(修复#1307) * mod_magnet:添加打印lua错误回溯 * mod_rewrite:如果不编译pcre,修正编译错误, *禁用警告“CLOSE-read”(修复#2091) * mod_rrdtool:如果不存在则创建文件的修复(#1788) *在connection_reset重置tlsext_server_name - 修正了随机主机名$HTTP["host"]条件 *输出一些SSL_CLI
HTTPclient
- 一个delphi做的HTTP客户端程序。经过调试,保证可用-Delphi to do a HTTP client program. After commissioning, to ensure that available
Ch14Demo4
- 用VC编写的HTTP客户端程序读取网上文件获得网页的源码文件-Written by VC HTTP client program reads the web page file for the source files
HTTP1
- 1. 编写简单的HTTP 1.0 客户端程序;编写简单的HTTP 1.0 服务器程序; (1) 实践内容 (2) 实现过程 注意: ① 具体体现Socket的编程流程,注意区分Java Socket与其它Socket的区别; ② 在此实践中某些功能模块的实现流程; ③ 最好利用UML的类图或结构化的程序流程图来描述程序的实现过程; (3) 关键技术 关键写出在完成各个功能时所使用的具体函数,但不要将全部程序代码粘贴; (4) 遇到的问
jspbook
- GZIPFilter可以用gzip的方式压缩HTTP Response的内容,从而在Server端加快了响应回复的速度(gzip压缩过程需耗用CPU资源,却大幅减轻了网卡的处理负担),在Client端缩短了页面刷新时间,在网络内减少了数据流量。另一方面,因为采用的Filter的方式,无需改动应用现有的代码就可引入该功能。-GZIPFilter way can be compressed with gzip content of HTTP Response to the Server side t
Linux
- Web服务器SHTTPD可以实现动态配置、多客户访问、CGI支持、支持HTTP/1.0版本,最终能实现简单的可用型Web服务器,多种浏览器可以正常访问SHTTPD上的网页 -Web servers can be dynamically configured SHTTPD, multi-client access, CGI support, support HTTP/1.0 version, the final model can be used to achieve a simple Web
Client_Server
- 简单的Client和Server,通过http协议交互,服务器端有两种实现。-a simple client/server program which interact through http
httpclient
- 通过sokcet发送http消息,获得http请求结果-Http analog client to get the http request results
exercise_1_SSD8
- Exercise 1 of SSD8 course. The purpose of this exercise is to build a simple Web client and a simple Web server—a server that responds only to the HTTP GET and PUT commands.
mlunion_v1.0
- 本系统为个人版,仿某知名广告系统。 使用方法: 解压文件-->上传third文件夹到空间根目录 后台:http://域名/admin_login.asp 账号:admin 密码:123456 用户登录:http://域名/login.asp 本程序采用后台添加用户给用户广告代码,客户的广告代码可以链接到广告链接。管理员后台可以自定义给用户点击数据。 -The system for the Personal Edition, to imitation a we
Peer-toPee
- 一个点对点应用程序充当客户端和服务器。在基于SOAP的Web服务的情况下,应用程序可以发送一个SOAP请求同行以及接受SOAP请求从一个对等。一个用户可以连接到另一个Peer2Peer应用和浏览临时、上传和下载文件夹。当您启动应用程序Peer2Peer将创建上面的三个文件夹如果他们已不存在。C:\ Temp \ \下载上传。包括在zip文件是我参考的FileShareSoapService Peer2Peer应用程序。 将与其他同行Peer2Peer通过HTTP上的SOAP。 因为应用程序将作为
Main
- java 实现 http 请求,源代码,保证可用,可以正确请求,HTTP数据并且返回。-java http post client
web-browser
- 这个程序是浏览器,主要实现网页打开 收藏 前进 倒退 和刷新,是http协议的,是定义的按钮来实现客户端与服务端的信息传输的。-This program is the browser, the main web page open and refresh backwards forward collection is http protocol is defined buttons transmit information to achieve client and service side o
TCPClient
- HTTP Client 实现GET方法 能读取SerVer的返回值-HTTP Client realization GET method
