搜索资源列表
HTTP代理服务器(czy)
- 本章实现了一个功能简单的HTTP代理服务器,本章主要介绍多线程编程相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程,退出工作线程,定义和设定事件,利用事件完成多个线程的同步与协作等。-chapter achieve a simple function of the HTTP proxy server, this chapter introduces multi-threaded programming related knowledge, inc
httpsvc
- Http Server 1.1 By Cooldiyer 一个简单的个人web服务器。适合于所有win32平台,能自动在进程表中隐藏。 可实现的功能是: 1.可自定义网页根目录。 2.主页默认为index.htm。 3.可自定义端口。 4.可自定义服务端每次发送数据包的大小。 5.为稳定期间,本服务器使用多线程的方法,可满足不同场合的使用。 6.运行时可以隐藏窗口。 用法:http rootdir port byte [-hide] 参数说明: rootdir -> 网页的根目录 port
iLeadDownloaderDemo.rar
- FTP、HTTP 多线程断点续传下载文件,封装成DLL,并且用链表方式进行多任务管理,FTP, HTTP multithreaded HTTP download files, packaged as DLL, and use multi-tasking approach to list management
httpd.tar
- linux下的一个简单的http服务器,主要运用多线程socket技术,可以支持HTML,图片,和CGI程序。本系统在Ubuntu7.04系统上测试运行良好,在浏览器上打开正常-linux under a simple http server, the main use of multi-threaded socket technology, can support HTML, pictures, and the CGI program. This system Ubuntu7.04 test
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
webalizer-2.01-10-src
- Analysis of HTTP log analysis system, on the web server to the HTTP log analysis, extraction of the website to access the data, and the perspective of many of these data, multi-target analysis, statistics, web access usage
http
- Building a Multi-Threaded Web Server.Most of the application layer protocols are relatively simple and text based.
WebServer
- 本实例介绍一个基于http协议的服务器端程序,可以支持多线程、实时服务器日志、配置网站所在目录和默认主页等。-This instance of the http protocol describes a server-based program, can support multi-threaded, real-time server logs, configuration, web site directory and the default home page and so on.
appweb-src-2.4.3-0.tar
- Appweb是一個嵌入式HTTP Web服務器,主要的設計思路是安全。這是直接集成到客戶的應用和設備,便於開發和部署基於Web的應用程序和設備。它正迅速( 3500多要求每秒)和緊湊(從11萬) ,其中包括支持動態網頁製作,服務器端嵌入式腳本過程中的CGI ,可加載模塊,的SSL ,摘要式身份驗證,虛擬主機, Apache樣式配置,日誌記錄,單和多線程應用程序。Appweb是一個嵌入式HTTP Web服務器,主要的設計思路是安全。這是直接集成到客戶的應用和設備,便於開發和部署基於Web的應用程序
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
webserver
- 一个多线程web服务器:将编译后的WebServer.class、RequestHandler.class和index.html文件至于网络主机的同一目录中. 首先运行服务器程序,服务器运行后显示端口信息”http Server runing on port 6789”, 然后在浏览器地址栏中输入http://localhost:6789/index.html,就可以正确的显示网页。 -A multi-threaded web server: the compiled WebSer
java_multithreaddownload
- 基于http协议的多线程断点续传下载文档,可供学习借鉴使用。-Based on multi-threaded HTTP download http protocol documentation available learn to use.
Qzone
- 高仿QQ空间多用户管理系统登录: 前台用户:idcze.us 密码:admin888 后台地址:http://您的网址/admin_login.asp 后台用户:idcze.us 密码:www.idcze.us(需要前台登录后才能后台登陆)-High imitation QQ space multi-user management system login: Frontend users: idcze.us password: admin888 Backgroun
code
- 本代码中采用多进程进行socket编程,简单实现了web服务器的开发,python程序在本机运行后,打开浏览器,输入127.0.0.1:8000即可看到结果,采用http协议(The code used in the multi-process socket programming, the simple realization of the web server development, python program in the machine running, open the brows
