1、 网络社区服务与管理系统网络社区服务与管理系统的设计与实现的设计与实现 摘摘 要要 社区服务与管理系统是利用计算机技术来管理社区的居民信息, 其主要意义 在于避免传统手写方式产生的数据丢失、书写错误、劳动强度高且时间和空间上 限制的等问题。通过计算机联网后,可以实现数据的远程访问和共享,从而方便 管理并节约成本。 本文介绍了一个社区服务与管理系统的设计与实现。 该系统完整地分析了社 区服务与管理系统的业务需求,并进行了详细设计。在此基础上实现了其中的基 本功能,包括:居民信息管理、外来人员信息管理、信息公告、用户注册、用户 论坛等功能。同时,系统对用户进行了分级管理,提高了系统的安全性。 在技
2、术上,该系统选择了三层的网络体系结构。客户端技术综合采用 HTML、 VBScript、JavaScript 等技术提供用户界面;应用服务器端使用 IIS,并采用 ASP 动态网页编程技术实现业务逻辑;数据库服务器采用 SQL Server 2000 关系 数据库。应用服务器利用 ADO 技术与数据库服务器进行透明的数据传输。 关键字:关键字:社区管理系统;数据库;论坛;ASP The Design and Realization of Community Service and Management System Network Abstract Community Service and
3、Management System (CSMS) is such a software system that manages the information of the community resident by using computer technology. Comparing with the traditional way of handwritten, it has significant advantages such as avoiding the data loss, limiting the writing errors, reducing the labor int
4、ensity and breaking the space restriction. Through the computer network, remote data accessing and data sharing can be implemented to facilitate the management and to save the cost. This paper introduces the designation and implementation of a concrete Community Service and Management System. This s
5、ystem completely analyzed the business requirements and system requirements of the CSMS, and designed the system in detail. Based on this, it implemented the basic functionalities of the CSMS, including resident information management, immigrant information management, information broadcasting, and
6、user registration and user forum. Meanwhile, the system grades the users to enhance the system security. Technically, the system adopted the Tri-Level network architecture. The client uses HTML, VBScript, JAVA Script technologies to provide the user interface; the application server uses IIS, ASP dynamic web programming technology to achieve the business logic; the database server chooses the SQL Server 2000 relational DBMS; the application server communicates with database transparently by A