搜索资源列表
征服Ajax Web 2.0快速入门与项目实践[配套光盘]
- 征服Ajax Web 2.0快速入门与项目实践[配套光盘].ISO
Web Server的源码
- Web Server的源码,可以自己架设WEB服务器的源代码-Web Server source code, may own erect the WEB server the source code
C#编写的简单web服务器含源代码
- C#编写的简单web服务器-C# prepared by the simple web server
Web服务器
- Web服务器(VC版)-Web server (VC version)
用Java实现Web服务器
- 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
WebServer.java 用JAVA编写Web服务器
- WebServer.java 用JAVA编写Web服务器 -WebServer.java prepared with Java Web Server
高性能WEB服务器
- Lighttpd是一个轻量级的Web 服务器,支持FastCGI, CGI, Auth, 输出压缩(output compress), URL重写, Alias等重要功能。它具有非常低的内存开销,cpu占用率低,效能好,以及丰富的模块等特点。其静态文件的响应能力远高于Apache,可谓Web服务器的后期之秀
Web.rar
- web服务器客户端实例,这是我们计算机网络的实验,华中科技大学的,web server
web 2.5 服务器的代码
- web 2.5 服务器的代码
the-print-preview-of-the-Web-control
- 基于vc++6.0的Web打印预览控件,可以在程序中直接调用-Vc++6.0 based on the print preview of the Web control, you can call directly in the proceedings
WEB-server
- 一个完整的web server源码,有兴趣的朋友可以下来-A complete web server source code, interested friends can try it
WEB
- 开发环境IAR arm 4.40 功能:模拟局域网远程控制web服务器,。 硬件平台LPC2129+CS89-Development environment, IAR arm 4.40 function: Analog LAN remote control web server. Hardware platform LPC2129+ CS8900
WEB-basedremotecontrolsystemdesignandimplementatio
- 基于WEB的远程控制系统的设计与实现图文-WEB-based remote control system design and implementation of graphic
embedded-web-server-based-wince
- you can learn how to build a web server based wince!
java-web
- java web服务开发平台的创建以及代码示例,使用java和XML等语言编写-java web services development platform to create and code samples, using java and XML and other languages
Tomcat-and-Java-Web-development
- 本书详细介绍了在Tomcat5版本上开发Java Web应用的各种技术,主要内容包括:Tomcat和Java Web开发的基础知识,Java Web开发的高级技术,Tomcat与当前其他通用软件的集成,以及Tomcat的各种高级功能。本书注重理论与实践相结合,列举了大量具有典型性和使用价值的Web应用实例,并提供了详细的开发和部署步骤。-This book details the Tomcat5 version of Java Web application development on var
Web服务器的建立及设置
- 利用Windows Server下的IIS 简单建立Web服务器及设置Web服务器(Using Windows Server under IIS, simply build Web server and set up Web server)
web.tar
- 简单web服务器,只有内核,其他的自己添加(Simple web server, only the kernel, other add their own)
WEB
- java实现web服务器-计网第一次试验(Java implementation of web server)
Web服务器
- 超轻量型 Http Server,用来学习非常不错,实现GET/POST 的 Web 处理,可以帮助我们真正理解服务器程序的本质。(Super lightweight Http Server, used for learning is very good, Web GET/POST, can help us understand the nature of the server program.)