1 / 22
文档名称:

毕业设计(论文)-某社区内部管理系统的设计.doc

格式:doc   页数:22页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业设计(论文)-某社区内部管理系统的设计.doc

上传人:3346389411 2012/8/29 文件大小:0 KB

下载得到文件列表

毕业设计(论文)-某社区内部管理系统的设计.doc

文档介绍

文档介绍:某社区内部管理系统的设计
摘要
社区服务与管理系统是利用计算机技术来管理社区的居民信息,其主要意义在于避免传统手写方式产生的数据丢失、书写错误、劳动强度高且时间和空间上限制的等问题。通过计算机联网后,可以实现数据的远程访问和共享,从而方便管理并节约成本。
本文介绍了一个社区服务与管理系统的设计与实现。该系统完整地分析了社区服务与管理系统的业务需求,并进行了详细设计。在此基础上实现了其中的基本功能,包括:居民信息管理、外来人员信息管理、信息公告、用户注册、用户论坛等功能。同时,系统对用户进行了分级管理,提高了系统的安全性。
在技术上,该系统选择了三层的网络体系结构。客户端技术综合采用HTML、VBScript、JavaScript等技术提供用户界面;应用服务器端使用IIS,并采用ASP动态网页编程技术实现业务逻辑;数据库服务器采用SQL Server 2000关系数据库。应用服务器利用ADO技术与数据库服务器进行透明的数据传输。
关键字:社区管理系统;数据库;论坛;ASP
The Design and Realization munity Service and Management work
Abstract
Community Service and Management System (CSMS) is such a software system that manages the information of munity resident by puter 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 intensity and breaking the space restriction. Through work, 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 munity Service and Management System. This pletely 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 user registration and user forum. Meanwhile, the system grades the users to enhance the system security.
Technically, the system adopted the Tri-work 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 municates with database transparently by ADO technology.
Key words: community management systems; databases; forums; ASP
目录
论文总页数:24页
1 引言 1
目前背景和国内外现状 1
系统的