论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

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

 本文ID:LWGSW14460 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 大学生订票管理系统的设计与实现 (收费:1000 积分)  

论文字数: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


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:高达钢铁现货交易系统的设计与实现 下一篇:宠物医院管理系统的设计与实现
Tags:大学生 订票 管理系统 设计 实现 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号