设计与实现
摘 要
随着现代社会的发展,电影已经深入到人们日常生活之中,随着电影行业的发展与进步,诞生了专门为放映电影而创造的电影院,中国是全球第一大电影市场,具备良好的市场潜力。影院管理系统能做到良好的管理影院信息和电影信息方式,提高影院工作效率,提高用户体验,就会有着良好的市场前景。
为了跟随信息时代发展的脚步,体现信息化的现代社会,本课题在分析了影院行业和电影行业的市场前景与趋势,设计研发一套系统,后台基于Spring、SpringMVC和MyBatis集成框架的影院管理系统,前端基于jQuery框架,Bootstrap框架和JavaScript语言开发。本系统的集成开发环境是Eclipse,使用Java 1.8版本。Web服务器使用Tomcat服务器,版本号8.5.32。系统使用B/S结构。系统具有影院管理、电影管理、座位管理、场次管理、订单管理和用户管理等若干功能,系统对根据用户类型不同,所可以访问资源的权限不同。
本系统致力于为用户能提供更加良好管理海量影院和电影信息的系统,设计能够良好的管理影院信息、电影信息的系统,并设计相关的衍生辅助系统,为影院管理系统设计合理友好的人机交互,让用户有良好的用户体验。
关键词:电影,影院,Java,SpringMVC,SSM框架
Cinema Management System
Design and Implementation
Abstract
With the development of modern society, movies have penetrated into people's daily life. With the development and progress of the film industry, cinemas specially created for film screening have been born. China is the largest film market in the world and has good market potential. Cinema management system can manage Cinema Information and Cinema Information in a good way, improve the efficiency of cinema work, improve user experience, it will have a good market prospects.
In order to follow the pace of the development of the information age and embody the modern society of informationization, this paper analyses the market prospects and trends of the cinema industry and the film industry, designs and develops a system, which is based on Spring, Spring MVC and MyBatis integrated framework in the background, jQuery framework, Bootstrap framework and JavaScript language in the front. The integrated development environment of this system is Eclipse, using Java version 1.8. The Web server uses Tomcat server, version 8.5.32. The system uses B/S structure. The system has several functions, such as cinema management, film management, seat management, venue management, order management and user management. The system has different access rights to resources according to different types of users.
This system is devoted to providing users with a better management system of mass cinema and film information, designing a system that can well manage Cinema Information and film information, and designing related derivative auxiliary systems, designing reasonable and friendly human-computer interaction for Cinema Management system, so that users can have a good user experience.
Key words: Movie, Cinema, Java, Spring MVC, SSM Framework
摘 要 I
Abstract II
第1章 项目概述 1
1.1 问题描述 1
1.2 项目目标 1
1.3 项目适用范围 1
1.4 项目应遵守的规范与标准(可选) 1
1.5 涉众 1
第2章 需求分析 2
2.1 业务需求 2
2.1.1 企业组织(可选) 2
2.1.2 业务流程(可选) 2
2.1.3 业务对象 3
2.2 功能性需求 3
2.2.1 用例概述 3
2.2.2 用例描述 4
2.3 非功能性需求 7
2.4 项目约束(可选) 7
2.5 运行环境 7
第3章 系统设计 9
3.1 技术路线 9
3.2 软件体系结构设计 9
3.2.1 功能结构 9
3.2.2 系统架构 9
3.3 外部接口(可选) 10
3.3.1 硬件接口 10
3.3.2 软件接口 10
3.3.3 其它接口 11
3.4 数据库设计 11
3.4.1 概念结构设计 11
3.4.2 表的详细设计 12
3.5 用例实现 12
3.5.1 创建问卷用例实现 12
3.5.2 **用例实现 13
3.6 对象设计 13
3.6.1模块设计 13
3.6.2业务实体类的设计 13
3.6.3业务处理类的设计 14
3.6.4类的描述 16
3.7 **设计(可选) 18
第4章 系统实现 19
4.1 核心功能实现 19
4.2 关键技术难点与解决方案 19
4.3 关键算法(可选) 19
4.4 编码规范(可选) 19
第5章 系统测试 20
5.1 功能测试 20
5.2 非功能测试 21
5.3 测试总结 22
第6章 结论与展望 23
参考文献 24
致 谢 25
完整介绍请下载压缩包。
压缩包截图:
下载地址:https://download.csdn.net/download/FL1768317420/89320227