海洋博物馆票务服务系统的设计与实现
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
本科生毕业论文(设计)题目:海洋博物馆票务服务系统的设计与实现
学院/系外国语学院软件学院
专业信息管理与信息系统(英日强化)
年级 2009级
学号 090451819
作者丽媛
指导教师景雨
2012年12月20日
摘要
海洋博物馆售票管理系统是一套现代化的智能门票管理系统,向用户提供一个集中控制、集中管理且操作简便的集成管理系统,以适应现代化场馆的应用需求。尽管办公形式千差万别,但本质上是一致的,开发一个适合普适性产品级的办公软件,可以减少重复开发,具有很好的市场前景。
本论文,首先,针对目前票务服务系统产品软件及应用情况,进行了大量的市场调查后,并对系统功能性目标和非功能性目标做了详细阐述。在此基础上,提出采用B/S应用模式,采用SQL Server2005做后台数据库,采用三层架构基于.NET框架实现。该框架中集成了JavaScript,CSS,ASP.NET,C#等技术。本系统主要分为前后台两部分,前台主要包括:最新资讯、海底世界以及票务服务三部分;票务服务又包括预约以及查询两个功能,预约次日门票以及查询历史预约记录。后台分为站点管理、票务管理、系统管理三个主要模块,站点管理包括发布公告以及服务声明;票务管理包括入馆人数设定、销售门票以及预约管理;系统管理包含用户管理功能。总体上用结构化生命周期法进行系统分析和设计,采用快速原型法来实现,系统界面友好,而且操作更加简单,减少了用户学习操作的额外负担。
新时代环境下,办公流程和容在不断变化,能否适应这种不断变化是办公自动化软件成功的关键,本课题对此作了有益的尝试,但离最终的目标尚有很长路要走。
关键字:办公自动化,,三层架构,SQL Server2005
Abstract
Museum Ticket Service is a modern smart ticket management system .It is various in the forms office, but the essence is the same. It can significantly reduce the repeatedly development cost by developing a universal and product level office software. So it has a very good market prospects.
This paper, First of all, based on the software of Museum Ticket Service System and its application so far by a number of investments, formulates the function and non-function objective. And then puts forward the application model of B/S, adapting SQL Server2000 as a background database and 3-Tier which is based on framework to implement. The framework integrates technology such as JavaScript, CSS, and C #.Secondly, each function module of office automation software system are divided and tells the specific realization of main function module, it includes: tickets reservation,reservation inquiries,web management, tickets management and system management. Generally speaking, it uses structured life cycle method for system analysis and design, using rapid prototyping method to implement so that the system interface is friendly, and the operation is simpler, which reduce the burden for user to learn operation.
In the new era, office procedure and content are in constant change, ability to adapt to the change is the key to the success of this office automation software. This paper made a beneficial attempt for this, but there is a long way to go for the ultimate goal.
Keywords: Office Automation, , 3-Tier, SQL Server2005
目录
1 绪论0
1.1项目背景0
1.2研究意义0
1.3相关领域介绍0
1.4本系统概述1
2 海洋博物馆票务服务系统分析1
2.1系统需求分析2
2.1.1功能需求2
2.1.2性能需求3
2.2系统可行性分析5
2.2.1技术及开发方法可行性5
2.2.2管理可行性5
2.2.3经济可行性5
2.3业务流程分析5
3 海洋博物馆票务服务系统设计9
3.1系统物理环境配置9
3.2项目规划10
3.3系统概要设计10
3.4数据库设计21
3.4.1概念设计21
3.4.2逻辑设计22
3.4.3物理设计23
3.5系统详细设计24
3.5.1系统体系结构24
3.5.2系统设计原则25
4 海洋博物馆票务服务系统的实现25
4.1系统技术实现25
4.1.1A S P简介25
4.1.2A S P.N E T结构概述26
4.1.3S Q L S e r v e r2005简介27
4.2系统首页实现27
4.3站点管理模块实现28
4.3.1发布公告28
4.3.2发布服务声明28
4.4票务管理模块实现29
4.4.1入馆人数设定29