{$cfg_webname}
主页 > 计算机 > JAVA >

火车票订票管理系统的设计与实现(SQLserver)(含录像)

来源:wenku163.com  资料编号:WK16312245 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK16312245
资料介绍

火车票订票管理系统的设计与实现(SQLserver)(含录像)(开题报告,毕业论文说明书12700字,程序代码,SQLserver数据库,答辩PPT)
摘    要
本文采用自顶向下的结构化的系统分析方法,阐述了一个功能全面的火车票订票管理系统的开发过程、操作流程及其一些核心的技术。本文首先进行了项目概述,简单介绍了项目开发的背景、项目开发的目的和项目开发的意义;接下来是系统规划阶段,通过实际的业务流程调研,分析了系统的组织结构,具体完成了火车票订票管理系统的需求分析、可行性分析、现行业务流程分析,并通过对现行业务流程的优化,得出了系统的业务流程;之后是系统分析,具体完成了数据流分析和数据字典;系统设计阶段主要完成了功能模块的划分、数据库的设计和系统界面设计。该阶段对各个模块的功能进行了详细设计,形成了本系统的功能模块图,在此基础上选择了合适的开发模式;数据库的设计先进行了概念结构设计,之后进行了逻辑结构设计,最后完成了数据库表的设计。
根据前几个阶段的分析和设计,本系统在设计方面采用B/S模式,同时使用JSP技术进行基本页面的设计与功能实现,后台数据库选用SQL Server 2000数据库。本系统的设计实施为火车票订票管理系统的运行做基础,为火车票订票管理系统提供良好的条件。

关键词
火车票订票管理;结构化分析;管理系统
 
The design and implement of class management
Abstract
In this paper, top-down structured systems analysis, describes a class of full-featured management system development process, operating procedures and some of its core technology. This paper carried out the project overview, a brief background of project development, project development and project development objective of the meaning; followed by the system planning stage, the actual business processes through research and analysis of the system's organizational structure, specifically the completion of the class management system requirements analysis, feasibility analysis, the existing business process analysis, and optimization of existing business processes, business processes of the system obtained; followed by system analysis, the specific data flow analysis and complete data dictionary; system design stage completed a major division of function modules, database design and system interface design. This phase of the function of each module in detail the design, forming a functional block diagram of the system, on this basis, have chosen the right development model; database design first tested the concept design, followed by a logic design, and finally completed the design of the database table.
According to the first few stages of the analysis and design, the system used in the design of C / S mode, JSP technology, the basic page design and implementation of function, use SQL Server 2000 database backend database. Design and implementation of the system operation management system for the class as a foundation for the class management system provides good conditions.

Keywords
 class management; structural analysis; Management System

火车票订票管理系统的开发目标是使火车站的火车票订票管理模式从手工记录转变成信息管理,为火车票订票管理人员提供方便条件。对火车站火车票订票管理的实际情况进行调研之后,进行详细的需求分析,对现有的管理模式进行改进,开发出一套新型的管理系统,从中领悟系统开发的思想,掌握系统开发的流程和方法。随着信息系统的不断完善,火车站的管理将越来越依赖于信息化的管理。所以系统开发将围绕火车票订票工作的实际情况,使之能迅速适应火车站管理的需要。
火车票订票管理系统的实施的现实意义:减少管理火车票订票的工作人员;管理人员可以随时浏览查看,而且更加直观;改变了以前手工记录的方式,电脑录入更加方便快捷;实现了火车票订票管理的计算机化。

火车票订票管理系统的设计与实现(SQLserver)
火车票订票管理系统的设计与实现(SQLserver)
火车票订票管理系统的设计与实现(SQLserver)
火车票订票管理系统的设计与实现(SQLserver)
火车票订票管理系统的设计与实现(SQLserver)
火车票订票管理系统的设计与实现(SQLserver)
火车票订票管理系统的设计与实现(SQLserver)
火车票订票管理系统的设计与实现(SQLserver)
 


目    录
摘    要 I
Abstract II
1 引言 1
1.1 项目来源 1
1.2 项目目标 1
1.3 任务目标 2
2 项目规划 3
2.1 项目资源 3
2.1.1. 硬件设备 3
2.1.2 软件环境 3
2.1.3 软件工具 3
2.2 项目规划 3
2.2.1 任务描述 3
2.2.2 进度安排 4
3 系统需求分析 5
3.1 业务流程分析 5
3.2 数据流图 7
3.3 数据字典 9
4 系统设计 13
4.1 系统功能设计 13
4.2 系统数据库设计 13
4.2.1 概念结构设计 14
4.2.2 数据库表设计 18
4.3 系统开发工具与开发模式的选择 21
4.3.1 系统开发工具 21
4.3.2 系统设计模式 24
5 系统实现 27
5.1 系统前台 27
5.1.1 系统首页 27
5.1.2 用户注册界面 28
5.1.3 考勤管理界面 29
5.1.4 会员中心界面 30
5.2 管理员模块 31
5.2.1 登录界面 31
5.2.2 留言管理界面 33
5.2.3 图片新闻管理界面 33
5.2.4 公告管理界面 34
5.2.5 车次管理界面 34
5.2.6 订单管理界面 34
6 软件测试与分析 36
6.1 软件测试的重要性 36
6.2 测试实例的研究与选择 36
6.3 测试环境与测试条件 37
6.4 系统运行情况 37
6.5 系统评价 38
结    论 39
参 考 文 献 40
致    谢 41

推荐资料