Welcome![Sign In][Sign Up]
Location:
Search - myWebServer

Search list

[Web ServermyWebserver

Description: 该程序模拟了服务器对域名的各种操作,有对域名的查找,有对以有域名的删除,有对以有域名的更新,有插入新的域名和通过时间来查找域名的功能。-the simulation domain name server on the operation, the search for the domain name, a right to a domain name deleted, a right to a domain name updates, insert a new domain name and through time to find the function of the domain name.
Platform: | Size: 3346 | Author: 黄利辉 | Hits:

[Web ServerMyWebServer

Description: vb编写的web服务器
Platform: | Size: 43944 | Author: abyss911 | Hits:

[Linux-Unix网络客户端服务器实现

Description: 编写WEB客户端原型myWebBrowser和WEB服务器原型myWebServer及管理工具myManager,要求满足以下条件: 功能需求 1. myWebBrowser a) 利用HTTP的GET消息,能从任何WEB服务器中获取指定WEB页面; b) 获取WEB页面后,能将页面保存为本地文件index.html; c) 能显示index.html文件源码; d) 能调用Linux系统中的Web浏览器(如mozilla)正确显示index.html页面。 2. myWebServer a) 能接受WEB浏览器的连接请求; b) 支持HTTP的GET消息,并正确处理该消息; c) 只支持静态网页请求(即只支持html页面请求); d) 支持并发服务;, 3. myManager a) 可以启停myWebServer b) 可以同时启动指定数量的myWebBrowser c) 可以获取myWebServer和myWebBrowser进程的统计数据 i. myWebServer:当前连接数、已处理连接数、成功请求数、失败请求数等 ii. myWebBrowser: 活动进程id、每个请求的平均响应时间
Platform: | Size: 105268 | Author: xiaogezi | Hits:

[Web ServermyWebserver

Description: 该程序模拟了服务器对域名的各种操作,有对域名的查找,有对以有域名的删除,有对以有域名的更新,有插入新的域名和通过时间来查找域名的功能。-the simulation domain name server on the operation, the search for the domain name, a right to a domain name deleted, a right to a domain name updates, insert a new domain name and through time to find the function of the domain name.
Platform: | Size: 3072 | Author: 黄利辉 | Hits:

[Embeded-SCM Developmywebserver

Description: 小型web服务器,是嵌入式应用的web服务器,用来学习非常好!-minihttpd
Platform: | Size: 436224 | Author: xielihua | Hits:

[Windows DevelopMyWebServer

Description: 一个网络聊天功能,可以进行网络聊天。进行必要和不必要的沟通。今天天气好,老狼请吃鸡。-A network chat, you can chat network. Necessary and unnecessary communication. Today the weather is good, Lang requested the chicken.
Platform: | Size: 8192 | Author: 陈少杰 | Hits:

[.netWebServer-[MyWebServer]

Description: 一个C#实现的Web服务器类库,相当于IIS功能。-Implemented a C# class library Web server, which is equivalent IIS functionality.
Platform: | Size: 4096 | Author: | Hits:

[CSharpMyWebServer

Description: it s simple web server
Platform: | Size: 8192 | Author: aika | Hits:

[ISAPI-IEMyWebServer

Description: Web Server Sample code
Platform: | Size: 44032 | Author: jack | Hits:

[Web ServerMyWebSERVER

Description: 应用Winsock接口函数实现了基本的WWW服务器功能,整个系统基于完成端口模型、多线程、多用户,可以作为大型网页系统的WEB页面发布模型使用-Winsock application interface functions to achieve the basic function of WWW server, the whole system is based on the completion port model, multi-threaded, multi-user, the system can be as large web page publishing model uses WEB
Platform: | Size: 16384 | Author: | Hits:

[Web ServerBSmode

Description: 编写WEB客户端原型myWebBrowser和WEB服务器原型myWebServer及管理工具-Write a prototype myWebBrowser WEB and WEB client server prototype myWebServer and management tools
Platform: | Size: 105472 | Author: 孔向忠 | Hits:

[CSharpMyWebServer

Description: 自己做的一个小案例,用来说明B/S工作原理,适用于教学。-Own a small case, used to illustrate the working principle of the B/S, suitable for teaching.
Platform: | Size: 39936 | Author: yao | Hits:

[Web ServerMyWebServer

Description: MyWebServer,网络虚拟服务器,在本机上和web浏览器一起配合使用。-MyWebServer, network virtual server on this machine and used in conjunction with a web browser.
Platform: | Size: 101376 | Author: yangtongxiu | Hits:

[Web ServerSelfBrowser

Description: SelfBrowser,网络虚拟服务器,在本机上和MyWebServer一起配合使用。-SelfBrowser, network virtual server on this machine and MyWebServer used in conjunction.
Platform: | Size: 1546240 | Author: yangtongxiu | Hits:

[Web ServerMyWebServer

Description: Web服务器,C#精选编程学习源码,很好的参考资料。-The Web server, C# select learning programming source code, a good reference.
Platform: | Size: 102400 | Author: 红烧鲫鱼 | Hits:

[Internet-NetworkMyWebServer

Description: 基于OpenSSL的web服务器,共包含13个文件。 编译:编译本章程序需要使用OpenSSL库。OpenSSL是一款由加拿大的Eric Yang等人编写的开源软件包,实现了SSL及相关加密技术。OpenSSL的官方网站http://www.openssl.org/。读者可以从ftp://ftp.openssl.org/source/下载OpenSSL的源代码。本章编程使用Open SSL 0.9.8版本。 正确安装OpenSSL库后,在命令行模式下,切换到代码所在目录,输入make后回车即可完成编译。 运行:命令行下输入 ./MyWebServer 运行程序。然后打开浏览器,在地址栏输入 https://[服务器IP地址]:8000,即可登录服务器页面。-OpenSSL-based web server, contains a total of 13 files. Compile: Compile chapter program needs to use the OpenSSL library. OpenSSL is an open source software package offered by the Canadian Eric Yang, who prepared and related implements SSL encryption technology. OpenSSL' s official website http://www.openssl.org/. Readers can download the source code from OpenSSL ftp://ftp.openssl.org/source/. This chapter is programmed using Open SSL 0.9.8 version. After properly installing the OpenSSL library, in the command line mode, switch to the code directory, enter the make Enter to complete the compilation. Run: command line input/MyWebServer run the program. Then open the browser, type https:// [server IP address] in the address bar: 8000, you can login server page.
Platform: | Size: 13312 | Author: xuting | Hits:

[assembly languageMyWebServer

Description: Visual C# 网络编程 Web服务器-Web server
Platform: | Size: 98304 | Author: | Hits:

[OtherMyWebServer

Description: 一个自定义的web服务器;利用http传输原理及web服务器原理进行的简单模拟程序-A custom web server a simple simulator that uses http transport principles and web server principles
Platform: | Size: 1574912 | Author: Songuolei | Hits:

CodeBus www.codebus.net