- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
摘 要
关键字:电影票订购网 B/S模式 MVC MySQL
ABSTRACT
With the development of science and the epoch progress, checking the movie news and ordering tickets online have become 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 are completing 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
目 录
第一章 系统概述 1
1.1课题来源及意义 1
1.2国内外发展状况 1
1.3系统开发环境及技术介绍 1
1.3.1 系统运行环境设置 1
1.3.2 主要技术介绍 2
第二章 系统需求分析及可行性分析 4
2.1功能需求分析 4
2.2性能需求分析 4
2.2.1准确性和及时性 4
2.2.2系统的易用性和易维护性 4
2.2.3系统的安全性 4
2.3可行性分析 5
第三章 系统总体设计 6
3.1设计任务 6
3.2系统总体功能结构 6
第四章 数据库设计 9
4.1 数据库E-R图设计 9
4.2 数据库表的设计 11
4.3本系统采用的数据库连接技术简介 12
第五章 系统详细设计 14
5.1 电影票订购网首页的设计与实现 14
5.2管理员模块的设计与实现 14
5.3用户模块的设计与实现 17
5.3.1用户注册 17
5.3.2用户管理个人信息 18
5.3.3用户购票 19
第六章 系统测试 20
6.1测试原则和测试方法概述 20
6.2测试项目及其用例 21
6.3软件测试结论 23
6.4系统的分析 24
6.4
文档评论(0)