音像租赁管理系统(论文+设计).rar
音像租赁管理系统(论文+设计),资源包括:正文doc格式共41页 16552字附音像租赁管理信息系统源文件程序摘要在科技发展日益迅猛的今天,数字化、信息化的管理模式已经渗透到了社会的每个角落。面对众多的顾客、会员信息以及其相关音像制品的租赁信息这样一个庞大的信息集合,在本着节约人力资源,以及方便经营管理的前提下,基于b/s结构模式音像租赁管理系统颇具...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 莎士比亚 发布
资源包括:正文DOC格式共41页 16552字 附音像租赁管理信息系统源文件程序
摘 要
在科技发展日益迅猛的今天,数字化、信息化的管理模式已经渗透到了社会的每个角落。面对众多的顾客、会员信息以及其相关音像制品的租赁信息这样一个庞大的信息集合,在本着节约人力资源,以及方便经营管理的前提下,基于B/S结构模式音像租赁管理系统颇具针对性的管理模式设计,人性化、便捷的操作,为音像制品租赁行业的管理带来了一缕春风。
针对实际经营管理的需求,系统中包含音像制品音像类型管理,业务管理,报表统计,会员信息管理功能模块,使用ASP+SQL技术。其中后台管理中的版块管理,音像制品租赁管理中的信息检索模糊查询以及报表统计是本系统的特色之处。本文从系统方案设计方面比较详细的介绍了本系统所采用的开发工具和开发技术。其次再从软件系统开发的一般流程,需求分析、系统设计、编码实现、软件测试方面详细而细致的描述了整个系统的设计方案及实现功能。最后总结了系统的不足之处,以便于将来更好的改进。
关键字:音像制品信息检索;B/S结构;报表统计
Abstract
With the rapid development of science and technology, digital and informational management pattern has been carried on everywhere. Faced with a wide range of information from customers to audio and video products, we are now introducing you a convenience and low-cost audio and video products ranting management system basing on B/S structure, which is easy controlled humanized and warmly welcomed in market.
To meet with the practical need, the system includes product type management, business management, forms statistics, membership info management categories, using ASP+SQL techniques. The system’s feature is category management in the backstage, product info management vague search system and forms statistics system. This thesis introduces the system’s development tools and techniques from system plan design point. Then, according to the normal process of a software development, the thesis mainly discuss on the system’s designing plan and realization function from demand analysis, system design, code realize and software examine aspects. In the end of the thesis drawbacks were summarized to find further improvement.
Key words: audio and video info search; Structure of B/S; forms statistics system
目 录
第一章 引论 1
§1.1系统开发的背景 1
§1.2系统的现状及其开发的意义 1
第二章 音像租赁管理系统需求分析 2
§2.1系统所要到达的目标 2
§2.2系统的运行环境及开发平台 2
§2.3系统需求概述 3
§2.4 实现技术及工具的选取 3
§2.4.1 B/S结构模式的选取 3
§2.4.2 IIS的选取 4
§2.4.3 ASP技术的选取 4
§2.4.4 SQL Server2000数据库的选取 4
§2.4.5 程序开发工具的选取 5
§2.5系统工作流程分析 5
§2.6系统数据流程分析 7
§2.7系统功能模块概述 14
§2.8系统方案选取分析 15
第三章 音像租赁管理系统设计 16
§3.1功能模块设计 16
§3.2系统总体结构设计 16
§3.3数据库的设计 17
§3.3.1 概念结构设计 17
§3.3.2 逻辑结构设计 18
§3.3.3 物理结构设计 19
§3.3.4 数据库完整性和安全性设计 22
§3.3.5 数据库的连接 23
第四章 音像租赁管理系统功能模块设计与实现 24
§4.1主页面的设计 24
§4.2信息检索 26
§4.3业务浏览 27
§4.4系统前台功能设计 28
§4.5音像制品信息的管理 28
§4.5.1 音像制品的分类 29
§4.5.2 音像制品格式的分类 30
§4.5.3 音像制品的删除和修改 30
§4.5.4 音像制品的添加 30
§4.6业务管理 31
§4.7报表统计 32
§4.7.1 资金报表 32
§4.7.2 分类报表 32
§4.8会员管理 33
§4.8.1 会员管理 33
§4.8.2 会员添加 34
第五章 音像租赁管理系统测试 35
§5.1软件测试 35
§5.2单元测试实例 35
§5.3数据跟踪实例 37
§5.4 综合测试 37
第六章 总结 38
§6.1系统结论 38
§6.2个人体会 39
参考文献 40
致谢 41
摘 要
在科技发展日益迅猛的今天,数字化、信息化的管理模式已经渗透到了社会的每个角落。面对众多的顾客、会员信息以及其相关音像制品的租赁信息这样一个庞大的信息集合,在本着节约人力资源,以及方便经营管理的前提下,基于B/S结构模式音像租赁管理系统颇具针对性的管理模式设计,人性化、便捷的操作,为音像制品租赁行业的管理带来了一缕春风。
针对实际经营管理的需求,系统中包含音像制品音像类型管理,业务管理,报表统计,会员信息管理功能模块,使用ASP+SQL技术。其中后台管理中的版块管理,音像制品租赁管理中的信息检索模糊查询以及报表统计是本系统的特色之处。本文从系统方案设计方面比较详细的介绍了本系统所采用的开发工具和开发技术。其次再从软件系统开发的一般流程,需求分析、系统设计、编码实现、软件测试方面详细而细致的描述了整个系统的设计方案及实现功能。最后总结了系统的不足之处,以便于将来更好的改进。
关键字:音像制品信息检索;B/S结构;报表统计
Abstract
With the rapid development of science and technology, digital and informational management pattern has been carried on everywhere. Faced with a wide range of information from customers to audio and video products, we are now introducing you a convenience and low-cost audio and video products ranting management system basing on B/S structure, which is easy controlled humanized and warmly welcomed in market.
To meet with the practical need, the system includes product type management, business management, forms statistics, membership info management categories, using ASP+SQL techniques. The system’s feature is category management in the backstage, product info management vague search system and forms statistics system. This thesis introduces the system’s development tools and techniques from system plan design point. Then, according to the normal process of a software development, the thesis mainly discuss on the system’s designing plan and realization function from demand analysis, system design, code realize and software examine aspects. In the end of the thesis drawbacks were summarized to find further improvement.
Key words: audio and video info search; Structure of B/S; forms statistics system
目 录
第一章 引论 1
§1.1系统开发的背景 1
§1.2系统的现状及其开发的意义 1
第二章 音像租赁管理系统需求分析 2
§2.1系统所要到达的目标 2
§2.2系统的运行环境及开发平台 2
§2.3系统需求概述 3
§2.4 实现技术及工具的选取 3
§2.4.1 B/S结构模式的选取 3
§2.4.2 IIS的选取 4
§2.4.3 ASP技术的选取 4
§2.4.4 SQL Server2000数据库的选取 4
§2.4.5 程序开发工具的选取 5
§2.5系统工作流程分析 5
§2.6系统数据流程分析 7
§2.7系统功能模块概述 14
§2.8系统方案选取分析 15
第三章 音像租赁管理系统设计 16
§3.1功能模块设计 16
§3.2系统总体结构设计 16
§3.3数据库的设计 17
§3.3.1 概念结构设计 17
§3.3.2 逻辑结构设计 18
§3.3.3 物理结构设计 19
§3.3.4 数据库完整性和安全性设计 22
§3.3.5 数据库的连接 23
第四章 音像租赁管理系统功能模块设计与实现 24
§4.1主页面的设计 24
§4.2信息检索 26
§4.3业务浏览 27
§4.4系统前台功能设计 28
§4.5音像制品信息的管理 28
§4.5.1 音像制品的分类 29
§4.5.2 音像制品格式的分类 30
§4.5.3 音像制品的删除和修改 30
§4.5.4 音像制品的添加 30
§4.6业务管理 31
§4.7报表统计 32
§4.7.1 资金报表 32
§4.7.2 分类报表 32
§4.8会员管理 33
§4.8.1 会员管理 33
§4.8.2 会员添加 34
第五章 音像租赁管理系统测试 35
§5.1软件测试 35
§5.2单元测试实例 35
§5.3数据跟踪实例 37
§5.4 综合测试 37
第六章 总结 38
§6.1系统结论 38
§6.2个人体会 39
参考文献 40
致谢 41