搜索资源列表
C#编写的简单web服务器含源代码
- C#编写的简单web服务器-C# prepared by the simple web server
Web服务器
- Web服务器(VC版)-Web server (VC version)
用WinSocket创建客户机服务器程序
- 用WinSocket创建客户机服务器程序 请斑竹通过,我好喜欢这个网站啊,连做梦都是呀-Winsocket used to create client-server requests fed through, I like this site good ah, even dreaming are ah
dvdrip和rmvb的制作方法及流媒体服务器架设
- 这是关于如何制作各种流行的流媒体文件以及如何架设流媒体服务器方面的指导手册,建议保留-this is about how to make all kinds of popular streaming media and how to set up streaming media server side of the instruction manual, the proposed reservation
类似WinGate的代理服务器源程序
- 类似WinGate的代理服务器源程序。给大家熟悉一下。基本的功能都实现了。-similar WinGate Proxy Server source. For everyone to familiarize ourselves. The basic functions are realized.
WEB服务器1
- 此源码为HTTP服务器源码,可提供HTTP 服务。-this source of the HTTP server source code available HTTP service.
用Java实现Web服务器
- 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
用VC编程实现IIS服务器的配置
- 用VC编程实现IIS服务器的配置,对开发web程序或许很有帮助-VC Programming IIS server configuration, the development process may be helpful web
WebServer.java 用JAVA编写Web服务器
- WebServer.java 用JAVA编写Web服务器 -WebServer.java prepared with Java Web Server
网站服务器开发
- 基于多线程的web服务器,提供了一个功能强大的类供应用扩展-based on multi-threaded web server, providing a powerful category using the extended supply
HTTP代理服务器(czy)
- 本章实现了一个功能简单的HTTP代理服务器,本章主要介绍多线程编程相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程,退出工作线程,定义和设定事件,利用事件完成多个线程的同步与协作等。-chapter achieve a simple function of the HTTP proxy server, this chapter introduces multi-threaded programming related knowledge, inc
Win2000服务器设置全攻略
- Win2000服务器设置全攻略是2000爱好者的一个不错的用书-Win2000 server is installed sparked a new round of the 2000 fans with a good book
实例02-网络聊天室服务器
- 实例02-网络聊天室服务器。-examples of 02-server network chat rooms.
网络服务器源程序
- 网络聊天室服务器编写源程序。-Internet chat room server prepared source.
chap07 Web服务器和浏览器
- java编的web服务器和浏览器。已编译通过,java面向对象网络编程书的源码。-java series of the web server and browser. Compiled by java object-oriented programming on the network source.
Http服务器
- Http服务器
HttpServer.用java实现的简单HTTP的Web服务器端
- 一个用java实现的简单HTTP的Web服务器端,实现了套接字的基本工作原理,Using java to achieve a simple HTTP-Web server-side to achieve the basic working principle of Sockets
web 2.5 服务器的代码
- web 2.5 服务器的代码
简单的HTTP服务器(bubble httpd)
- 本科网络编程作业 简单的HTTP服务器,使用epoll,线程池技术。采用分阶段多线程事件驱动模型。在Linux使用C语言实现。 本代码只适用于Linux平台。README尚未完善。 下载代码后直接用root执行all.bash success后可以使用(默认安装到/usr/local/bubble下) bubble start/stop/restart控制服务启停 配置文件为bubble/etc/bubble.conf 有以为或建议请致信README中的Email
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.)