体育场管理系统方案
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
体育场馆管理软件
学院计算机学院专业
班级
学号
姓名
指导教师
负责教师
摘要
随着计算机技术与信息网络的发展和广泛的应用,体育场馆管理系统是为了实现企业产品管理的系统化、规化和自动化,从而提高企业管理效率而设计的。降低日常管理的工作强度,并且在大量管理数据中提取有用信息。
本文在通过对运动场地管理方法进行调研的基础上,进行大量需求分析得出运动场馆的管理模式,设计并实现了体育场馆的管理系统。在进行了系统需求分析的基础上分析了系统的体系结构,并详细讨论了用界面—控制器—模型的模式,设计出解决方案。得出用户从场地预定,打印开单到场地使用与场地结账,管理人员所需要的操作和处理的问题,简化了管理人员的操作,将大量的运算、处理等交给计算机。通过数据库来实现各种信息的记录与处理,本系统使用MyEclipse进行开发,使用SQL Server数据库存储数据,连接数据库时使用了Hibernate的数据库框架。为了最大限度的实现系统的易维护性和易操作性,设计了系统维护功能模块,使得整个系统运行稳定,系统数据安全可靠。
关键词:体育场;管理系统;Java;MVC;Hibernate;
The Stadium Management Software
Abstract
With the development of computer technology and information network and application, the stadium management system is to achieve the standardization, product management and automation, so as to improve the efficiency of enterprise management and design. Reduce the working intensity of daily management, and extract useful information in a large number of management data.
In this paper, through the investigation on the sports field management method, a lot of demand analysis of sports venues management mode, the design and implementation of management system of stadium. The structure of the system analysis on the basis of system demand analysis, and discusses in detail with the interface controller, model, design solutions. The user from the venue booking, printing billing to the site and site check, operation and deal with the problem of managers are needed, simplifying the management of the operation, will be a lot of operation, processing to the computer. Achieved through the database record and handle all kinds of information, the system is developed with MyEclipse, using SQL Server database to store data, when connecting to the database using the database framework Hibernate. In order to maximize the realization of the system easy to maintain and easy to operate, design the function of system maintenance module, which makes the system stable operation, system safety and reliability of the data.
Keywords:Stadium; Management system; Java; MVC; Hibernate;
目录
1 体育场馆管理系统的需求分析 (1)
1.1 系统背景介绍 (1)
1.2 需求分析 (1)
1.3 可行性分析 (3)
1.4 论文的组织结构 (4)
2 相关技术研究 (5)
2.1 Java相关技术 (5)
2.2 SQL server数据库 (5)
2.3 MyEclipse开发工具 (6)
2.4 MVC开发模式 (6)
2.5 Hibernate (7)
3 总体设计 (8)
3.1 系统结构设计 (8)
3.1.2 场地管理功能模块 (9)
3.2 系统架构 (9)
4 数据库的设计 (11)
4.1 数据设计 (11)
4.2 系统E-R图 (11)
4.3 数据表设计 (15)
5 详细设计与实现 (18)
5.1 用户登录模块 (18)
5.2 场地管理模块 (19)
5.2.1 场地预定子模块 (19)
5.2.2 场地更换子模块 (20)
5.2.3 场地结账子模块 (21)
5.2.4 场地状态显示子模块 (23)
5.3 会员服务模块 (24)