某企业网络公寓管理系统的设计与实现
摘 要
以计算机与通信技术为基础的信息系统正处于蓬勃发展的时期。人们日益追求着高效、低成本、稳定可靠的运营模式。随着计算机科学技术的发展,它已进入人类社会的各个领域并发挥着越来越重要的作用。本文论述了应用计算机网络技术建立一个企业宿舍管理网站的实现与设计过程。在网站的设计与开发过程中严格遵守软件工程的规范,运用软件设计模式,以减少系统模块间的耦合,力求使系统具有稳定性,并具有一定程度的可重用性和可扩充性。
本软件功能主要包括成员注册、成员管理、成员信息交流基本功能。此外,本网站也将实现网站的后台管理,包括动态信息的添加的功能。
本软件运用ASP技术实现,后台数据库采用ACCESS作为数据库服务器,前端开发工具使用Macromedia Dreamweaver。
关键词:公寓管理;B/S;ASP;ACCESS
The Development and Implementation of the Network Dormitory Management of an Enterprise
Abstract
The information system based on the computer and communication technology is in the process of vigorous development. People are pursuing on more effective, low cost and more reliable operation pattern. With its development, computer science has entered almost every domain in human society and is playing more and more important role in these domains. This article introduces the design and implementation process of an enterprise dormitory management web site by applying the computer network technique. In the process of design and http://www.16sheji8.cnimplementation, we strictly obey the specifications of software engineering and use the software design patterns to reduce the coupling among modules and to make the system more stable and, more over, to make the code reusable and expandable.
This software basic function mainly involves the member registration, the member management and the member communication module. Besides, this website also realizes backstage management, including the adding functionality of the dynamic information.
This software was implemented with the ASP technology, used ACCESS as backstage database server and Macromedia Dream Weaver as the front development tool.
Key words:Dormitory management; B/S; ASP ; ACCESS
目 录
论文总页数:24页http://www.16sheji8.cn
1.引言 1
1.1选题背景 1
1.2课题意义 2
2.开发工具 2
2.1开发语言---HTML 2
2.2开发软件DREAMWEAVER功能的简介 3
2.3 ASP语言的特性 3
2.4 ACCESS数据库简介 4
3.某企业网络公寓管理系统的总体设计 4
3.1某企业网络公寓管理系统的设计风格 4
3.2系统功能分析 5
3.3 E-R图 5
3.4 结构图 6
3.5系统流程图 6
4.网站的详细设计 7
4.1数据库设计 7
4.2系统功能模块分析 8
4.2.1数据库连接功能 8
4.2.2主界面 8
4.2.3用户信息查询模块 9
4.2.4用户留言模块 9http://www.16sheji8.cn
4.2.5后台管理窗口 9
4.2.6宿舍管理窗口 11
4.2.7查询信息窗口 11
4.2.8房间入住窗口 12
4.2.9退房管理窗口 14
4.2.10费用管理选择操作窗口 15
4.2.11登记水电指数操作窗口 15
4.2.12交水电费管理窗口 17
4.2.13留言簿管理登录窗口 18
4.2.14留言簿管理操作窗口 20
5.网站的分析与测试 21
结 论 21
参考文献 22
致 谢 23
声 明 24
1.引言
1.1选题背景
随着计算机产业的迅速发展,电子计算机已广泛的应用于信息管理、文字处理、辅助设计、辅助教学及人们的日常生活中。特别是在计算机的操作系统具有了图形化的界面后,使用计算机已经不再是某些专业人员的专利,各行各业的人们不需要经过专业化的训练就能自如的在计算机上进行各种复杂的操作。
时下,为了能创造更大的经济效益和社会效益,更有利于参与国际竞争,越来越多的企业、公司和学校迫切需要引入现代化的管理手段,而计算机的大容量操作,精确的计算,使它成为企业管理不可缺少的手段之一,但随着计算机应用的不断深入,用户对软件的需求也不断增加,越来越多的用户希望拥有适合自己需要的特殊软件来满足自己的特殊要求。
我的毕业设计题目的选定应该说是顺应这一趋势的。对于当今企业公寓来说,其数据量大,各种信息管理内容复杂,查询和管理员工信息和企业内的公寓信息等工作由人工完成将是很累的,也许还很不切实际,不仅浪费了许多人力物力资源,而且还很容易出现差错,有一个符合要求的软件对其进行智能化的企业公寓管理是最好不过的,节省了人力物力资源,并且对各种信息的把握和操作也更加方便了,对所有信息有了一个全局的掌握。