登录
首页 » Web Server » 一个简单的web服务器的程序

一个简单的web服务器的程序

于 2022-01-28 发布 文件大小:96.16 kB
0 156
下载积分: 2 下载次数: 1

代码说明:

一个简单的web服务器的程序- A simple web server procedure

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 全功能网上商城 免费版
    全功能网上商城 免费版-fully functional free version of the online store.
    2022-09-28 13:05:04下载
    积分:1
  • 新生信息管理系统本系统需要三张表1 注册用户表,保存注册新生个人资料.数据项对应注册的个人信息2 管理员表,保存管理员名单.3 新生个人表,保存新生个人资料.在...
    新生信息管理系统本系统需要三张表1 注册用户表,保存注册新生个人资料.数据项对应注册的个人信息2 管理员表,保存管理员名单.3 新生个人表,保存新生个人资料.在SQL中建立.包括新生的个人资料,对应注册用户查询和管理员修改 首先进入index.htm,你将可以进入选择进入登录或注册新用户,选择登录则进入log.asp,这里需要连接数据库进行身份确认.选择新用户注册则进入newuser1.asp在这里填入注册用户的资料,完成后写入数据库.以后也是一样,需连入数据方能运行.在系统中有3个数据库表,分别是:-new information management system this system needs to table a three registered users table, preservation freshmen registered personal information. Registration data corresponds to the personal information manager Table 2, preservation administrator list .3 new personal table, the depositary new personal data. Established in SQL. Including freshmen personal data, inquiries counterparts registered users and administrators to amend the first to reach index.htm, you will be able to choose to enter into the login or register new users, the choice is logged into log.asp here need to connect to the database for identification. choosing new registered users will enter newuser1.asp Enter here registered users of the information into the databas
    2022-06-03 17:34:46下载
    积分:1
  • ASP服务器组件,简体繁体转换,包含说明和范例
    ASP服务器组件,简体繁体转换,包含说明和范例-ASP server components, Portal conversion, contains descriptions and examples
    2022-02-03 20:16:35下载
    积分:1
  • 很漂亮的网页中的网页播放器
    很漂亮的网页中的网页播放器-wangyebofangqi
    2022-12-01 02:45:03下载
    积分:1
  • Put simply, Wordpress is a BLOG program, you can use it to set up entirely your...
    简单的说,Wordpress是一个BLOG程序,用它你可以架设完全属于你自己的BLOG。而Wordpress现在的应用又不仅仅只是在BLOG方面,因为其强大的扩展性,部分网站甚至已经开始使用Wordpress来架设,或者说这些BLOG你甚至都看不出它们只是BLOG而已 WordPress 2.9新增功能: WordPress 2.9功能:在线编辑图片 WordPress 2.9新功能:回收站 WordPress 2.9新功能:批量升级插件 WordPress 2.9新功能:修复、优化数据库 除了Wopus列出来的,还有很多功能,但基本上我们都体会不到,也就没有再一一列举。除此之外,WordPress 2.9对主题和插件的函数也有改动。详细请查看这里。 比较引人瞩目的是,WordPress官方目前提供了两种下载格式,一种是IIS的,也就是Win系统服务器。现在加上伪静态的模块,Win系统服务器也可以完美的支持WordPress了。 -Put simply, Wordpress is a BLOG program, you can use it to set up entirely your own BLOG. The application of Wordpress is now not just in the BLOG again, since its powerful scalability, some sites have even started using Wordpress to set up, or that these BLOG you may even fail to see they are just nothing BLOG WordPress 2.9 New Features: WordPress 2.9 Features: Online Editing Photos WordPress 2.9 new features: Recycle Bin WordPress 2.9 new features: batch update plug-in WordPress 2.9 new features: Repair, optimizing the database In a
    2022-01-21 22:40:38下载
    积分:1
  • The source of a blog using PHP development hope that we can learn together
    一个blog的源码 用PHP开发的 希望大家能共同学习-The source of a blog using PHP development hope that we can learn together
    2022-11-14 01:35:04下载
    积分:1
  • Java网络编程方面,包括服务器、Socket、http等方面的12个程序
    Java网络编程方面,包括服务器、Socket、http等方面的12个程序-Java programming networks, including servers, Socket, http and so the 12 procedures
    2022-09-10 19:40:04下载
    积分: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
  • 网络聊天室服务器编写源程序。
    网络聊天室服务器编写源程序。-Internet chat room server prepared source.
    2022-06-28 11:17:46下载
    积分:1
  • 类似WinGate的代理服务器源程序。给大家熟悉一下。基本的功能都实现了。...
    类似WinGate的代理服务器源程序。给大家熟悉一下。基本的功能都实现了。-similar WinGate Proxy Server source. For everyone to familiarize ourselves. The basic functions are realized.
    2022-11-25 03:10:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载