-
如果你有一个IIS站点,那么,用这个小东东管理你的站点吧.
如果你有一个IIS站点,那么,用这个小东东管理你的站点吧.- If you have a IIS stand, then, small east east manages your
stand with this
- 2022-07-04 03:17:25下载
- 积分:1
-
Windows上的文本Web服务器
Windows上的文本Web服务器-Windows text Web server
- 2022-01-31 15:39:39下载
- 积分:1
-
基于JSP/JavaBean开发的一套网络BBS论坛系统,1) 系统环境:Servlet/JSP服务器(Servlet/JSP specifications 2...
基于JSP/JavaBean开发的一套网络BBS论坛系统,1) 系统环境:Servlet/JSP服务器(Servlet/JSP specifications 2.3/1.2)+Web服务器(任何或者没有)+JSDK1.4+
2) 数 据 库:MySQL3.23+
3) 其 他:支持MySQL JDBC Driver 2.0
推荐:Windows2000/Linux+Resin2.1.1+Mysql3.2.3
客户端:使用Windows系统+IE5以上-based on JSP/JavaBean development of a network BBS system, 1) system environment : Servlet/JSP server (Servlet/JSP specifications 2.3/1.2)+ Web server (any or no)+ JSDK1.4 2) Data library : MySQL3.23 3) : Support for MySQL JDBC Driver 2.0 Recommended : Resin2.1.1 Windows2000/Linux++ Mysql3.2.3 Client : Windows system over Internet Explorer 5+
- 2023-05-30 05:45:03下载
- 积分:1
-
演示响应浏览器的GET请求并发送结果的小例子
演示响应浏览器的GET请求并发送结果的小例子-A example demonstrates how to connect web service and send a GET request
- 2023-07-14 13:25:03下载
- 积分:1
-
自己设计实现了一个webserver服务器程序,是一个课程作业
自己设计实现了一个webserver服务器程序,是一个课程作业-Designed to achieve a webserver server program is a coursework
- 2022-05-21 16:31:21下载
- 积分:1
-
日文ASP网页开发中后台常见一些数据处理,数据校验(日期,数字,半全角等)...
日文ASP网页开发中后台常见一些数据处理,数据校验(日期,数字,半全角等)
- 2022-05-15 12:32:03下载
- 积分:1
-
一个开源的轻量级HTTP服务器,适合嵌入式系统
一个开源的轻量级HTTP服务器,适合嵌入式系统-A lightweight open-source HTTP server for embedded systems
- 2023-03-22 20:20:03下载
- 积分:1
-
This just a simple multithreaded web server using CSocket. It s good beginer cod...
This just a simple multithreaded web server using CSocket. It s good beginer code, basicly my first program in C. It does create an error if you make too many really fast connections, thats why I m uploading it.-This is just a simple multithreaded web server using CSocket. It s good beginer code, basicly my first program in C. It does create an error if you make too many really fast connections, thats why I m uploading it.
- 2023-03-21 17:05:04下载
- 积分:1
-
这使我保存和收集的一些网页特效代码,总共50多个,希望大家能够喜欢。...
这使我保存和收集的一些网页特效代码,总共50多个,希望大家能够喜欢。-This brings me to the preservation and collection of special effects to some website code, a total of more than 50, I hope everyone can be like.
- 2022-01-26 00:04:12下载
- 积分:1
-
此工程主要包含了两个自己编写的类,:CSocketBlockServer和CSocketBlockClient。程序主要说明如何通过使用这两个类,采用"阻塞SO...
此工程主要包含了两个自己编写的类,:CSocketBlockServer和CSocketBlockClient。程序主要说明如何通过使用这两个类,采用"阻塞SOCKET"来实现快捷、高效的目的。我们平常所见的SOCKET程序,一般都是使用"非阻塞SOCKET",以其提高程序的效率。那么有没有办法使用"阻塞SOCKET"也能方便、快捷的实现我们的网络通讯要求呢?CSocketBlockServer和CsocketBlockClient主要是为了这一目的而编写的。目的分述如下: 1.为了简化使用"阻塞SOCKET"的编程。 2.此外,我发现很多类似的程序中,服务器或客户端既是服务器、又是客户端,尽管这 并不影响通讯,但这确实淡化了C/S模式的本意 这两个类很好的体现了C/S模式,而且 支持多用户。 3.这两个类,可以做为"非阻塞SOCKET"的补充。 使用时,需要在主程序中开辟额外的线程,在线程内部调用这两个类的成员函数来实现,实现过程比较简便。只要客户端成功连接到服务器,双方就可以任意发送数据,而不需要多 次连接。 如果编译时有错误提示:找不到ws2_32.lib,则请确认该文件的实际路径,将此文件加入工程中即可。-this project mainly involves the preparation of his two categories : CSocketBlockServer and CSocketBlockClient. The procedure on how to use these two categories, "SOCKET obstruction" to achieve a fast, efficient purpose. Usually we see SOCKET procedures are generally used "nonblocking socket," with the efficiency of the process. So is there any way the use of "obstruction SOCKET" convenient and efficient realization of network communications requireme
- 2022-07-07 16:37:42下载
- 积分:1