Welcome![Sign In][Sign Up]
Location:
Search - web服务器

Search list

[Web Server高性能WEB服务器

Description:

Lighttpd是一个轻量级的Web 服务器,支持FastCGI, CGI, Auth, 输出压缩(output compress), URL重写, Alias等重要功能。它具有非常低的内存开销,cpu占用率低,效能好,以及丰富的模块等特点。其静态文件的响应能力远高于Apache,可谓Web服务器的后期之秀


Platform: | Size: 827538 | Author: ppvision | Hits:

[WinSock-NDISWeb 服务器

Description: 静态页面的Web服务器,支持多线程并发访问,支持远程管理,支持虚拟目录。对网络编程新手很有帮助。
Platform: | Size: 335780 | Author: kellyxiepei | Hits:

[SCMC8051F340的web服务器程序

Description: C8051F340的web服务器程序,嵌入式web服务器程序,源码。
Platform: | Size: 386715 | Author: 123abc026@163.com | Hits:

[Internet-Network功能齐全的嵌入式web服务器

Description: 这是我写的一个功能齐全的嵌入式web服务器,在友善之臂S3C2440板子上调试通过并验收。嵌入式设备具有有限的内存资源,所以在设计上要求嵌入式web服务器代码不仅要完成需求的所有功能,还要求代码尽可能的优化和精简。基于以上需求,完成了嵌入式web服务器所要求的基本功能: 1. 实现对静态网页请求的应答。 2. 实现对动态网页请求的应答,web服务器有执行外部程序的能力。 3. 可以同时接受和处理多个客户端的请求应答。 4. 有效防止僵尸进程的产生。 5. 错误处理。 -------------------------------- 因为嵌入式资源的限制,动态网页使用了cgi来处理,cgi程序可以用C语言或是脚本来编写,所有的cgi程序和外部执行程序要发布在cgi-bin文件夹中。代码中附带的home.html和add.html是为了测试代码所附加的两个简单的网页。home.html用于对请求静态网页的测试。add.html用于测试动态请求。如果你要测试web服务器执行外部程序可以把外部程序一起发布在cgi-bin中。我在自己的板子上测试,成功控制了板子的led灯。 ============== 这个嵌入式web服务器经过多次优化,代码精简高效。因为是急着要下个东西需要积分,把好东西拿处理分享了。
Platform: | Size: 131202 | Author: weareallhappy@vip.qq.com | Hits:

[SourceCodeHTTP服务器

Description: 计算机网络实验 web服务器 多线程web服务器服务器端程序
Platform: | Size: 452915 | Author: huiqidi | Hits:

[Booksweb服务器apache版精华

Description: web服务器apache版精华.pdf-apache web server version of the essence. Pdf
Platform: | Size: 557056 | Author: jn | Hits:

[Web ServerC#编写的简单web服务器含源代码

Description: C#编写的简单web服务器-C# prepared by the simple web server
Platform: | Size: 33792 | Author: 郭枫 | Hits:

[Web ServerWeb服务器

Description: Web服务器(VC版)-Web server (VC version)
Platform: | Size: 82944 | Author: 陈为 | Hits:

[TCP/IP stackTCP Web Server

Description: 模拟TCP协议建立一个web服务器,通过把数据装入TCP套接字,可以向客户端发送.html, .jpg, .jif等格式的文件。-simulated TCP establish a web server, data loading TCP socket, can be sent to the client. Html. Jpg,. Jif format documents.
Platform: | Size: 8192 | Author: 木头 | Hits:

[JSP/Java多线程实现的Web服务器

Description: JAVA中实现的多线程实现的Web服务器-JAVA achieve the realization of multi-threaded Web server
Platform: | Size: 2048 | Author: 果农 | Hits:

[Internet-Network一个自定义Web服务器

Description: web服务器是一个功能比较齐全的WEB服务器程序,通过该程序能够让读者深入了解HTTP的实现机理;-web server is a more complete functional Web server, the program can give readers in-depth understanding of HTTP Implementation Mechanism;
Platform: | Size: 82944 | Author: 王兵 | Hits:

[Multimedia DevelopMP3在线播放 Web服务器的实现

Description: MP3在线播放 Web服务器的实现-MP3 player online Web servers to achieve
Platform: | Size: 3072 | Author: 王杰 | Hits:

[VC/MFCvisual c.net中文版web服务开发基础

Description: 是关于网络web服务器的开发,用visual studio .net开发的。-network on the web server development, using visual studio. Net development.
Platform: | Size: 9934848 | Author: 蒋轩 | Hits:

[Web Serverchap07 Web服务器和浏览器

Description: java编的web服务器和浏览器。已编译通过,java面向对象网络编程书的源码。-java series of the web server and browser. Compiled by java object-oriented programming on the network source.
Platform: | Size: 618496 | Author: 李丹 | Hits:

[Embeded-SCM DevelopEmbedded Web Server Architecture for Web-based Ele

Description: Embedded Web Server Architecture for Web-based Element and Network Management关于嵌入式Web服务器的完整论文-based Ele Embedded Web Server Architecture for Web-based Element and Network Management. a integrate discourse about Web server.
Platform: | Size: 527360 | Author: | Hits:

[Web Server一个简单的Web服务器

Description: 一个简单的Web服务器 一个简单的Web服务器 一个简单的Web服务器 一个简单的Web服务器 一个简单的Web服务器 -a simple Web server a simple Web server a simple Web server a simple Web server a simple Web server a simple Web service Works for a simple Web server a simple Web server a simple Web server a simple Web server a simple Web server a simple Web server a simple Web server a simple Web server a simple Web server a simple Web service Treasury-
Platform: | Size: 21504 | Author: lili | Hits:

[Internet-Network服务器

Description: 一个WEB服务器的程序,功能强大,不信你-a Web server process, the powerful do not believe you will s
Platform: | Size: 84992 | Author: 胡和南 | Hits:

[Internet-NetworkWeb Server

Description: 用java实现了web服务器,代码完全手写,直观易懂!服务器功能比较全面,可供相关程序员参考!-used to achieve a web server, code completely handwritten, intuitive easy! Server functionality, more comprehensive programmer's reference for relevant!
Platform: | Size: 23552 | Author: 耿神 | Hits:

[Web Server用Java实现Web服务器

Description: 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字。-Java Web server is to achieve a GET request to the Web server, through the creation of ServerSocket class object, bugging port 8080; Wait, a client is connected to port 8080; Socket character creation and the associated input and output streams flow then read the client's request information, if the request is the type of GET, request information from being accessed visit HTML document, and if the HTML document exists, then open the HTML file, HTTP headers and HTML files through the socket sent back to the Web browser and then close the file. Otherwise, send the wrong message to the Web browser. Finally, the closing and the corresponding Web browser connected to the socket word.
Platform: | Size: 10240 | Author: 雨岳 | Hits:

[SCMTPYBoard v202-Web服务器

Description: 使用micropython和TPYBoardv202(主控esp8266)搭建了一个简单的web服务器,可以实现网页的交互。(Use micropython and TPYBoardv202 (Master esp8266) to build a simple web server that can interact on a web page.)
Platform: | Size: 130048 | Author: 林小森 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net