1 / 34
文档名称:

大连交通大学2013届本科生毕业设计(论文).pdf

格式:pdf   页数:34
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

大连交通大学2013届本科生毕业设计(论文).pdf

上传人:yzhlya 2015/12/16 文件大小:0 KB

下载得到文件列表

大连交通大学2013届本科生毕业设计(论文).pdf

文档介绍

文档介绍:大连交通大学 2013 届本科生毕业设计(论文)
摘要
随着科技的发展,时代的进步,在互联网上查看电影资讯购买电影票已经成为人们
生活中不可缺少的东西,因此设计并实现电影票订购网就显得非常重要了,它可以帮您
解决排队购票的问题,购票人足不出户就可以在网上查询电影的资讯,票价和电影票的
购买情况,只需轻轻按下按钮,您就可以得带您想要的影票。
学位论文的主要工作是:完成电影票订购网的设计与实现,该网站主要功能包括两
部分:前台功能模块和后台管理模块。前台功能包括:电影剧情介绍、放映信息浏览、
登陆订票与购票等;后台管理模块包括:电影剧情发布、放映信息发布、信息修改与删
除、订票信息管理、购票信息管理等。
根据系统所需功能,选择 MyEclipse 为开发工具,采用 MySQL 做后台数据库,利用
Java Web 开发技术,前台页面使用 JSP。同时系统使用了基于 MVC 机制的 Struts 技术。
作为 Web 应用的一个比较成熟的开发模式。使操作方便,可维护性强。
关键字:电影票订购网 B/S 模式 MVC MySQL
大连交通大学 2013 届本科生毕业设计(论文)
ABSTRACT
With the development of science and the epoch progress, checking the movie news and
ordering tickets online have e one of the necessities in our daily life. So it seems
significant to design and implement the ticket-order web, which can help you solve the
problem of queuing up for tickets. People can check the movies’ information and price but
never leave home. The only thing you need to do to get your tickets is just a simple pressing
of the button.
The main works of academic dissertation pleting design and implementation of
the ticket-order web, which mainly includes two functional parts: foreground function module
and the background management module. Foreground includes the introduce of movies,
browsing the showing information, logging in the web and land purchasing tickets.
Background management module includes publishing the movie news and showing
information, modifying and deleting information, booking information management and
tickets information management.
According to the function needed by the web-system, I select MyEclipse as the
development tools and MySQL as database, using Java Web development technology and the
front desk pages are developed by JSP. At the same time the web-system using the Struts
technology which is based on the mechanism of MVC as a mature development mode. I get
note only the convenient of the operation, but also a strong maintainability.
Key words: ticket-order web B/S mode MVC MySQL
大连交通大学 20