搜索资源列表
xp163.com.7.1668
- 超级棒的完整Webserver源代码!支持多个并发连接、HTML、FLASH、图像、PERL、PHP、ASP、ACCESS、SSI、FORM POSTING、COOKIE、定制404、目录列表、断点续传、媒体流、重定向、文件上载、EMAIL等等。-super rods Webserver complete source code! To support multiple concurrent connections, HTML, FLASH, images, PERL, PHP, ASP, AC
WebServer-127
- 用java开发的,支持jsp,高性能小型http服务器。-java development with the support of jsp, high-performance mini - http server.
WebServer
- 這是Java寫的WebServer,可以當作http server,算是很簡易的一個程式,初期學習網路的人可以使用他來學習。
WebServer
- Simple Web Server using sockets and http requests in java
WebServer
- 一个简单的HTTP服务器,只能处理静态页面,里面带有服务器的配置文件,用户可以通过修改配置文件来配置服务器。-A simple HTTP server, can only handle static pages, which with the server' s configuration file, users can modify the configuration file to configure the server.
Webserver-Source-code
- Web服务器的多线程编程,利用了pool,但还有部分需要完善,希望对大家有帮助-An example of a very simple, multi-threaded HTTP server. * Implementation notes are in WebServer.html, and also * as comments in the source code
AndroidWebServ-master--HTTPServer
- Android平台下搭建WebServer Http服务源码-Android platform structures WebServer Http Service Source
webServer
- 利用HTTP协议实现本地多线程webserver服务。即,程序运行后可以用http://localhost:8080访问到所写的测试html网页。代码直接可以用。适合初学计算机网络的同学-Using the HTTP protocol to achieve local multithreaded webserver services. That is, after running the program can be used to access http://localhost:8080 wr
javaweb
- 采用Socket和多线程技术,实现一个java Web服务器,加深对HTTP的认识。 新建java项目 webServer 新建java文件 WebServer.java Processor.java 一、HTTP协议的作用原理 WWW是以Internet作为传输媒介的一个应用系统,WWW网上最基本的传输单位是Web网页。WWW的工作基于客户机/服务器计算模型, 由Web 浏览器(客户机)和Web服务器(服务器)构成,两者之间采用超文本传送协议(HTTP)进行通信。HTTP协议是基于TC
WEBSERVER
- 实验一 Windows 环境下用java 实现web 服 务器实验 实验目的: (1) 处理一个 http 请求 (2) 接收并解析 http 请求 (3) 从服务器文件系统中获得被请求的文件 (4) 创建一个包括被请求的文件的 http 响应信息 (5) 直接发送该信息到客户端-Under the experimental realization of a Windows environment with java web service Service is