摘 要 随着计算机技术的飞速发展,火车站也已进入信息化时代。为了使火车站票务管理更高效、更科学,决定开发票务管理系统。 本文采用结构化分析的方法,首先进行系统开发背景的介绍,系统的开发目的;接下来系统的关键技术以及系统开发模式的介绍;之后是系统分析,包括系统可行性分析,业务流程分析,数据流程分析和数据字典;然后是系统设计,包括功能设计和数据库的设计;接下来是系统实现,主要讲述了系统的界面实现;最后是系统测试,测试了本系统的功能和性能。 本系统用C#+SQL Server 2000开发,开发过程中运用了页面模块化、信息发布的动态生成、静态页面显示等技术开发。系统开发模式采用C/S模式。本系统的实现更好的方便了火车站对票务进行管理。 关键词:票务;结构化分析;管理系统 Abstract With the rapid development of computer technology, the railway station has entered the information age. In order to make the train station ticket management more efficient, more scientific, and decided to develop a ticketing system. In this paper, the method of structured analysis, the first introduction of the system development background, the purpose of system development; the introduction of the next key technology of the system and system development model; after system analysis, including the system feasibility analysis, business process analysis, data process analysis and data dictionary; and system design, including functional design and database design; next, the system focuses on the interface of the system; Finally, system testing, test the functionality and performance of the system. paper51.com C # + SQL Server 2000 development, the process of developing the use of page modular information released dynamically generated, static page display technology development. System development model C / S mode. The implementation of this system to better facilitate the station to manage the ticketing. Keywords: Ticket; structured analysis; management system 目 录 摘 要 I Abstract II 第1章 引言 1 1.1 票务开发的背景 1 1.2 票务开发的意义 1 1.3 管理系统概述 2 1.3.1 管理信息系统概念及其发展 2 1.3.2 管理信息系统的功能 2 1.3.3 管理信息系统的开发方法 3 第2章 关键技术介绍 5 2.1 .NET技术 5 2.1.1 NET Framework概述 5 2.1.3.NET的特点 6 2.1.4 C# 7 2.1.5 ADO.NET对象操作数据库 8 2.1.6 Microsoft Visual Studio.NET 9 2.2 SQL Server 2000技术 9 2.3 系统开发模式 10 第3章 系统分析 13 3.1 系统可行性分析 13 3.1.1 技术可行性 13 内容来自论文无忧网 www.paper51.com 3.1.2 经济可行性 13 3.1.3 社会可行性 13 3.2 业务流程分析 14 3.3 数据流图 15 3.4 数据字典 18 第4章 系统设计 21 4.1 系统功能设计 21 4.2 系统数据库设计 22 4.2.1 概念结构设计 22 4.2.2 数据库表设计 24 第5章 系统实现 27 5.1登录模块 27 5.2 用户管理界面 29 5.3 列车信息界面 29 5.4 车厢信息界面 30 5.5 票务调度界面 30 5.6 售票界面 31 第6章 系统测试与分析 32 6.1 系统测试的重要性 32 6.2 测试实例的研究与选择 32 6.3 测试环境与测试条件 33 6.4 系统运行情况 34 6.5 系统评价 34 结 论 35 参 考 文 献 36 致 谢 37 |