案例,spss,数据分析

影碟出租管理系统分析与设计


全文字数:13000字左右  原创时间:<=2022年

【内容摘要】

影碟出租是现代社会一支突起的异军,这种方式大大丰富了人们的业余文化生活、

为大家欣赏优秀影视作品提供了方便,但其海量的数据管理成为了影碟出租商的棘手问题。本系统的涉及了影碟基本信息管理、影碟的借出以及影碟的还入等功能,实现了从效率低、数据冗余、易产生错误的手工方式转变为检索迅速、查找方便、可靠性高、存储量大的计算机管理方式。
随着多媒体技术和网络通信技术的发展,基于Internet的计算机远程教学作为一种全新的教学手段,越来越受到人们的关注。计算机远程教学是指利用多媒体技术和网络通信技术,在网络环境下开展的教学活动。它有着传统教学模式所无可比拟的优点,它创造了一种全新的教学模式,打破了传统教学模式在时间、空间上的限制,采用了先进的教学手段和教学方法,大大提高了教学效率和教学效果,使教学活动上了一个新台阶。
数据库应用技术的发展,越来越多的软件开发人员和爱好者希望了解并掌握开发数据库应用程序的方法,而目前市场中,影碟出租系统是典型的信息管理系统(MIS)其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的数据库。而对于后者则要求应用程序功能完备易使用等特点。因此本人结合开放式影碟馆的要求,对MS SQL Server2000数据库管理系统、SQL语言原理,数据库技术进行了较深入的学习和应用,主要完成对影碟出租管理系统的需求分析、功能模块划分、数据库模式分析,并由此设计了数据库结构和应用程序。

关键字:影碟出租系统;J2SE;SQL Server 2000;数据库 SQL语句
 
Abstract
DVD rental is a process of modern society's horizon, which greatly enriched the cultural life of people's time for everyone to enjoy good films, providing a convenient, but the mass of data management has become the video rental business of the thorny issues. The system of basic information relating to the management of the discs, laser discs and video discs of the lending functions into the also realized from low efficiency, data redundancy, error prone manual mode for rapid search to find convenient, high reliability, computer storage capacity management.
With the multimedia technology and network communication technology, computer-based distance learning Internet as a new teaching methods, more and more attention. Computer distance learning refers to the use of multimedia technology and network communication technology, under the network environment in the teaching and learning activities. It has a traditional teaching model unparalleled advantages, it created a new teaching model, breaking the traditional teaching model in time and space constraints, the use of advanced teaching methods and teaching methods, greatly improving the teaching efficient and effective teaching methods to make teaching and learning activities to a new level.
Database application development, an increasing number of software developers and enthusiasts want to understand and master the development of database application method, the current market, the DVD rental system is a typical management information system (MIS), including the development of the main background the establishment and maintenance of the database front-end applications, as well as two aspects of the development. For the former requirement to establish data consistency and integrity, and data security database. For applications which require full-featured easy to use and so on. So I open discs combine the requirements of House of MS SQL Server2000 database management system, SQL language theory, database technology more in-depth study and application, mainly to complete the video rental management system needs analysis, functional modules, database schema analysis, and thus the design of the database structure and applications.

Keyword: DVD Rental System; J2SE; SQL Server 2000; database SQL statement

 
目  录
第1章  系统概述 1
1.1  背景概述 1
1.2  系统需求分析 1
1.2.1  目标 1
1.2.2  定义 1
1.3  功能需求 1
1.3.1  基本功能需求 1
1.3.2  性能需求 2
1.3.3  数据库需求 2
1.4  系统容错能力需求及解决方案 3
1.4.1  系统容错能力 3
1.4.2  系统容错解决方案 3
1.5  环境设计 3
1.5.1  软件环境设计 3
1.5.2  硬件环境设计 4
第2章  对象模型 5
2.1  范围与陈述 5
2.2  对象、类的分析 6
2.3  对象、类图与说明 7
第3章  状态模型 9
3.1  系统E-R图 9
3.2  对象-关系图 9
3.3  数据结构设计 10
3.4  系统容错处理设计 13
第4章  功能模型 14
4.1  系统结构 14
4.1.1  系统管理模块 14
4.1.2  影碟管理模块 14
4.1.3  借出/还入管理模块 15
4.1.4  信息一览模块 15
4.2  模块设计说明 16
4.2.1  系统管理模块 16
4.2.2  影碟管理模块 16
4.2.3  借出/还入管理模块 16
4.2.4  信息浏览模块 17
4.3  系统管理模块设计 17
4.3.1  用户登录模块的设计 17
4.3.2  会员添加模块的设计 18
4.3.3  会员修改模块的设计 18
4.3.4  会员删除模块的设计 18
4.4  影碟管理模块设计说明 19
4.4.1  影碟添加模块的设计 19
4.4.2  影碟修改模块的设计 19
4.4.3  影碟删除模块的设计 19
4.5  借出/还入管理模块 19
4.5.1  影碟借出模块的设计 19
4.5.2  影碟预租模块的设计 20
4.6 用户登录使用说明 21
4.6.1会员添加使用说明 21
4.6.2  会员修改使用说明 22
4.6.3  会员删除使用说明 22
4.7 影碟管理模块设计说明 23
4.7.1  影碟添加使用说明 23
4.7.2  影碟修改使用说用 23
4.7.3  影碟删使用说明 23
4.8 借出/还入管理模块 24
第5章  系统测试 25
5.1  测试计划 25
5.2  单元测试 25
5.3  集成测试 25
5.4  性能测试 25
5.5  系统测试 26
结束语 27
致  谢 28
参考文献 29
附录A  系统核心源代码 30
附录B  测试用例表 34

 

 

*若需了解更多与协助请咨询↓→[电脑QQ][手机QQ]【数据协助】