免费获取|
论文天下网
  • 论文天下网 |
  • 原创毕业论文 |
  • 论文范文 |
  • 论文下载 |
  • 计算机论文 |
  • 论文降重 |
  • 毕业论文 |
  • 外文翻译 |
  • 免费论文 |
  • 开题报告 |
  • 心得体会 |

当前位置:论文天下网 -> 论文下载 -> 毕业论文下载

大学生订票管理系统的设计与实现

本文ID:19867 字数:13543,页数:48

下载地址 全文下载链接(充值:¥50.00元) 

论文字数:13543,页数:48

摘要

 本毕业设计完成的系统是大学生网上订票管理系统,该系统通过网络进行车票信息查询,帮助大学生进行火车票的预订、购买、支付,解决了大学生买票难,回家难的问题。订票在购票交易过程中扮演着十分重要的角色,设计和实现一个完整的专门针对大学生的订票系统能够为大学生提供一个快捷、便利的购票渠道,具有十分重要的意义。
 本文介绍了大学生订票系统开发过程及其相关技术,结合其他一些实际工程项目中的售票系统的功能需求和业务流程分析,运用动态网页、数据库等技术,完成了大学生订票系统的设计与实现,并将整个订票系统分成查询,订购和管理员功能等功能模块。大学生订票系统的模块层次多,在实现过程中要求多个子模块并行开发,这对系统体系结构的具有扩展功能有很高的要求。在对C/S和B/S两种模式分析的基础上,综合运用电子商务开发技术,而选择了采用B/S模式进行开发。系统的设计与实现综合运用了JSP等技术,完成了数据库开发、网页站点设计等工作。文中提出的的方案解决了此次工程中的实际问题,为此类系统的开发提供了有效的措施。

关键词:大学生、网上订票、JSP、动态网页、管理系统


ABSTRACT

 The completing the system of this design of the graduate students is a booking tickets management system to college students, which searching tickets through the information network to help college students booking train tickets, purchase, payment, solving the college students buying difficulty, the problem of going home. Purchase transactions in the process of booking play an important role, design and realization of a complete college-specific booking system for university students to provide a fast, convenient booking channels of great significance.
 This paper introduces the development of students booking system and its related technologies, in combination with other projects some practical ticketing system functional requirements and business process analysis, using of dynamic pages, databases and other technologies, completed the Design and Implementation of the booking system and inquiry the administrator function into booking system, order , function modules and so on. The college students’ booking system module level, and in achieving the requirements of the process of parallel development of multiple sub-modules, this system architecture of the expansion of functions with high demands. The C / S and B / S analysis of two models based on the comprehensive use of e-commerce technology, and choice the B / S model for the development. System Design and Implementation use of the JSP, such as the integrated use of technology, the completion of the database development, web site design work. This paper presents the program in the works to solve practical problems for the development of such systems provide an effective measure.
Key words: college students, online booking tickets, JSP, dynamic web pages, management system
 
目录
摘要 I
ABSTRACT II
第1章 引言 1
    1.1 背景 1
    1.2 研究内容 1
第2章 大学生订票系统分析 3
    2.1 系统需求分析 3
    2.2 系统用户及其权限分析 3
    2.3 系统功能需求分析 3
        2.3.1 基础信息管理模块流程图 3
        2.3.2 订单管理模块流程图 4
        2.3.3 车票管理模块流程图 5
        2.3.4 财务管理模块流程图 5
        2.3.5 系统管理模块 6
    2.4 本章小结 6
第3章 大学生订票管理系统设计 7
    3.1 系统设计原理 7
    3.2 系统业务需求分析与设计 7
        3.2.1 业务的种类及适用范围 7
        3.2.2 业务中涉及到的部门及权限 7
        3.2.3 业务流程分析与设计 8
        3.2.4 操作要点 8
    3.3 系统功能设计 9
        3.3.1 系统功能设计图 9
        3.3.2 系统功能设计说明 10
    3.4 本章小结 10
第4章 数据库设计 11
    4.1 数据库需求分析 11
    4.2 概念结构设计 12
        4.2.1 E-R图设计 12
        4.2.2 关系模型设计 12
    4.3 数据库物理结构设计 13
        4.3.1 物理结构描述 13
        4.3.2 物理表结构设计 14
    4.4 本章小结 16
第5章 开发软件及主要技术 17
    5.1 系统开发语言及相关技术 17
    5.2 系统开发的软件和环境 17
    5.3 数据库连接 18
    5.4 使用框架结构 18
    5.5 本章小结 20
第6章 系统实现 21
    6.1 系统登录实现 21
        6.1.1 系统登录程序流程 21
        6.1.2系统登录页面演示 21
    6.2 系统首页页面演示 23
        6.2.1 会员系统页面演示 23
        6.2.2 职员系统首页演示 24
    6.3 系统会员注册实现 25
        6.3.1 系统会员注册程序流程 25
        6.3.2 系统会员注册演示 25
    6.4订票管理实现 27
        6.4.1订票管理程序流程 27
        6.4.2 会员订票管理过程演示 28
        6.4.3 职员订票管理过程演示 30
     6.5 车票管理实现 33
        6.5.1 车票管理程序流程 33
        6.5.2车票管理过程演示 34
    6.6 财务信息管理实现 36
        6.6.1 退票退款演示 36
        6.6.2 用户充值演示 36
        6.6.3 业绩统计演示 37
    6.7 本章小结 38
第7章 结束语 39
致谢 40
参考文献 41
附录 源代码 42

相关论文
上一篇:宠物医院管理系统的设计与实现 下一篇:高达钢铁现货交易系统的设计与实现
推荐论文 本专业最新论文
Tags:大学生 订票 管理系统 设计 实现 2011-05-24 09:09:30【返回顶部】

相关栏目

教育管理论文
汉语言文学
学前教育论文
心理学论文
小学教育论文
现代教育技术
数学与应用数学
数学教育论文
工商管理
人力资源管理
财务会计
法律论文
行政管理论文
物流专业论文
电子商务论文
理工科论文
物理学论文
乡镇企业管理
电视制片管理
文化产业管理
物业管理论文
毕业论文下载
包装工程论文
印刷工程论文
工业工程论文
信息管理论文
生物工程论文
制药工程论文
电子信息工程
通信工程论文
电气工程论文
信息计算科学
药学专业毕业论文


关于我们 | 联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 原创毕业论文

 

论文天下网提供论文检测,论文降重,论文范文,论文排版,网站永久域名WWW.GEPUW.NET

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 893628136@qq.com

Copyright@ 2009-2022 GEPUW.NET 论文天下网 版权所有