首页 开发技术 Java     /    影戏票销售体系名目源代码+文档

影戏票销售体系名目源代码+文档

上传者: jinmengyu | 上传时间:2023/3/31 14:31:06 | 文件大小:5.88MB | 文件类型:zip
影戏票销售体系名目源代码+文档
名目成果简介如下:浏览上映影片:依据图1所示的格式将数据库中的上映影片数据揭示进去,并展现“订票”链接。
上映影片信息搜罗:影片称谓、上映日期、上映功夫、上映影厅。
遴选座位:起首依据遴选的上映影片信息中的“上映影厅”展现该影厅的座位情景。
未订出的展现为黄色,已经订出的展现为血色。
能够经由单击座位举行遴选。
单击黄色座位则座位色调变为绿色,展现是您选定的座位;
单击绿色座位则座位色调变为黄色,展现作废了选定;
可同时遴选多个座位;
血色座位不能入选定。
影票品种有三种:普通票、个人票以及教师票,票价各不合。
假如遴选个人票则必需同时选定6个(含)以上的座位。
遴选好座位以及影票品种后点“未必订票”进入“未必订票”页面。
确认订票:起首依据用户已经选定的上映信息、座位以及影票尺度展现影票预览。
用户确认无误后,填入会员卡号以及会员卡密码,实现结算。
用户的会员卡卡号、密码、残余金额留存在数据库中。
假如会员卡号或者密码不许确、会员卡余额不够大概选定影票已经被订出,则给出用户知道揭示;
假如结算告成,则从会员卡中扣除了响应金额,重定向到“浏览已经订影票”页面。
浏览已经订影票:能够依据会员卡号以及会员卡密码盘问出该会员订过的齐全影票。
假如之后功夫到影片的收场功夫逾越2小时,则展现“作废”链接。
作废订票:假如之后功夫到影片收场功夫逾越2小时,则能够作废订票。
作废后对于应的座位重新变为“未订出”,返还票面金额到会员卡中。
该条订票信息外形变为“已经作废”。
查验影票:在“浏览已经订影票”页面,点“影票”链接则对于应影票。
本软件ID:4079556

文件下载

资源详情

[{"title":"(86个子文件5.88MB)电影票销售系统项目源代码+文档","children":[{"title":"电影票销售系统","children":[{"title":"Movie","children":[{"title":".project <span style='color:#111;'>1.38KB</span>","children":null,"spread":false},{"title":".mymetadata <span style='color:#111;'>288B</span>","children":null,"spread":false},{"title":"src","children":[{"title":"struts.xml <span style='color:#111;'>3.10KB</span>","children":null,"spread":false},{"title":"com","children":[{"title":"svse","children":[{"title":"action","children":[{"title":"Action.java <span style='color:#111;'>9.06KB</span>","children":null,"spread":false},{"title":"AdminAction.java <span style='color:#111;'>10.13KB</span>","children":null,"spread":false}],"spread":true},{"title":"dao","children":[{"title":"UserDao.java <span style='color:#111;'>3.59KB</span>","children":null,"spread":false},{"title":"TicketDao.java <span style='color:#111;'>2.98KB</span>","children":null,"spread":false},{"title":"FilmDao.java <span style='color:#111;'>4.58KB</span>","children":null,"spread":false},{"title":"PlayDao.java <span style='color:#111;'>6.94KB</span>","children":null,"spread":false},{"title":"HallDao.java <span style='color:#111;'>2.33KB</span>","children":null,"spread":false},{"title":"OrderDao.java <span style='color:#111;'>3.96KB</span>","children":null,"spread":false}],"spread":true},{"title":"util","children":[{"title":"LoginInter.java <span style='color:#111;'>660B</span>","children":null,"spread":false},{"title":"DBHelper.java <span style='color:#111;'>783B</span>","children":null,"spread":false}],"spread":true},{"title":"entity","children":[{"title":"Order.java <span style='color:#111;'>1.34KB</span>","children":null,"spread":false},{"title":"Play.java <span style='color:#111;'>959B</span>","children":null,"spread":false},{"title":"SelectSeat.java <span style='color:#111;'>948B</span>","children":null,"spread":false},{"title":"User.java <span style='color:#111;'>723B</span>","children":null,"spread":false},{"title":"Hall.java <span style='color:#111;'>947B</span>","children":null,"spread":false},{"title":"Film.java <span style='color:#111;'>1.19KB</span>","children":null,"spread":false},{"title":"Ticket.java <span style='color:#111;'>745B</span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":"struts-2.1.7.dtd <span style='color:#111;'>3.73KB</span>","children":null,"spread":false},{"title":"xwork-validator-1.0.2.dtd <span style='color:#111;'>784B</span>","children":null,"spread":false}],"spread":true},{"title":"WebRoot","children":[{"title":"show.jsp <span style='color:#111;'>4.83KB</span>","children":null,"spread":false},{"title":"WEB-INF","children":[{"title":"classes","children":[{"title":"struts.xml <span style='color:#111;'>3.10KB</span>","children":null,"spread":false},{"title":"com","children":[{"title":"svse","children":[{"title":"action","children":[{"title":"AdminAction.class <span style='color:#111;'>12.98KB</span>","children":null,"spread":false},{"title":"Action.class <span style='color:#111;'>11.73KB</span>","children":null,"spread":false}],"spread":true},{"title":"dao","children":[{"title":"OrderDao.class <span style='color:#111;'>4.18KB</span>","children":null,"spread":false},{"title":"HallDao.class <span style='color:#111;'>3.06KB</span>","children":null,"spread":false},{"title":"PlayDao.class <span style='color:#111;'>5.64KB</span>","children":null,"spread":false},{"title":"TicketDao.class <span style='color:#111;'>3.40KB</span>","children":null,"spread":false},{"title":"FilmDao.class <span style='color:#111;'>4.56KB</span>","children":null,"spread":false},{"title":"UserDao.class <span style='color:#111;'>3.74KB</span>","children":null,"spread":false}],"spread":true},{"title":"util","children":[{"title":"LoginInter.class <span style='color:#111;'>1.31KB</span>","children":null,"spread":false},{"title":"DBHelper.class <span style='color:#111;'>1.08KB</span>","children":null,"spread":false}],"spread":false},{"title":"entity","children":[{"title":"User.class <span style='color:#111;'>1.16KB</span>","children":null,"spread":false},{"title":"Play.class <span style='color:#111;'>1.49KB</span>","children":null,"spread":false},{"title":"Ticket.class <span style='color:#111;'>1.24KB</span>","children":null,"spread":false},{"title":"SelectSeat.class <span style='color:#111;'>1.45KB</span>","children":null,"spread":false},{"title":"Hall.class <span style='color:#111;'>1.50KB</span>","children":null,"spread":false},{"title":"Order.class <span style='color:#111;'>2.01KB</span>","children":null,"spread":false},{"title":"Film.class <span style='color:#111;'>1.82KB</span>","children":null,"spread":false}],"spread":false}],"spread":true}],"spread":true},{"title":"struts-2.1.7.dtd <span style='color:#111;'>3.73KB</span>","children":null,"spread":false},{"title":"xwork-validator-1.0.2.dtd <span style='color:#111;'>784B</span>","children":null,"spread":false}],"spread":true},{"title":"lib","children":[{"title":"javassist-3.7.ga.jar <span style='color:#111;'>531.27KB</span>","children":null,"spread":false},{"title":"struts2-core-2.2.1.jar <span style='color:#111;'>754.88KB</span>","children":null,"spread":false},{"title":"commons-io-1.3.2.jar <span style='color:#111;'>85.72KB</span>","children":null,"spread":false},{"title":"commons-fileupload-1.2.1.jar <span style='color:#111;'>56.42KB</span>","children":null,"spread":false},{"title":"freemarker-2.3.16.jar <span style='color:#111;'>860.34KB</span>","children":null,"spread":false},{"title":"ognl-3.0.jar <span style='color:#111;'>223.77KB</span>","children":null,"spread":false},{"title":"xwork-core-2.2.1.jar <span style='color:#111;'>997.33KB</span>","children":null,"spread":false},{"title":"ojdbc14.jar <span style='color:#111;'>1.29MB</span>","children":null,"spread":false}],"spread":true},{"title":"StartPageForIntercepterAction.html <span style='color:#111;'>787B</span>","children":null,"spread":false},{"title":"web.xml <span style='color:#111;'>674B</span>","children":null,"spread":false}],"spread":true},{"title":"admin","children":[{"title":"vipInsert.jsp <span style='color:#111;'>4.04KB</span>","children":null,"spread":false},{"title":"ticketShow.jsp <span style='color:#111;'>3.63KB</span>","children":null,"spread":false},{"title":"manager.jsp <span style='color:#111;'>3.94KB</span>","children":null,"spread":false},{"title":"orderShow.jsp <span style='color:#111;'>4.40KB</span>","children":null,"spread":false},{"title":"playShow.jsp <span style='color:#111;'>4.19KB</span>","children":null,"spread":false},{"title":"playInsert.jsp <span style='color:#111;'>3.77KB</span>","children":null,"spread":false},{"title":"ticketInsert.jsp <span style='color:#111;'>3.51KB</span>","children":null,"spread":false},{"title":"vipShow.jsp <span style='color:#111;'>3.62KB</span>","children":null,"spread":false},{"title":"hallShow.jsp <span style='color:#111;'>3.70KB</span>","children":null,"spread":false},{"title":"hallInsert.jsp <span style='color:#111;'>3.87KB</span>","children":null,"spread":false},{"title":"filmInsert.jsp <span style='color:#111;'>4.11KB</span>","children":null,"spread":false}],"spread":false},{"title":"index.jsp <span style='color:#111;'>896B</span>","children":null,"spread":false},{"title":"images","children":[{"title":"header.jpg <span style='color:#111;'>20.97KB</span>","children":null,"spread":false},{"title":"02.jpg <span style='color:#111;'>7.87KB</span>","children":null,"spread":false},{"title":"footer.jpg <span style='color:#111;'>11.88KB</span>","children":null,"spread":false},{"title":"Thumbs.db <span style='color:#111;'>20.50KB</span>","children":null,"spread":false},{"title":"03.jpg <span style='color:#111;'>9.75KB</span>","children":null,"spread":false},{"title":"ticket.jpg <span style='color:#111;'>27.50KB</span>","children":null,"spread":false},{"title":"01.jpg <span style='color:#111;'>7.40KB</span>","children":null,"spread":false},{"title":"04.jpg <span style='color:#111;'>8.23KB</span>","children":null,"spread":false},{"title":"main.jpg <span style='color:#111;'>50.50KB</span>","children":null,"spread":false}],"spread":true},{"title":"vipLogin.jsp <span style='color:#111;'>4.63KB</span>","children":null,"spread":false},{"title":"META-INF","children":[{"title":"MANIFEST.MF <span style='color:#111;'>39B</span>","children":null,"spread":false}],"spread":true},{"title":"login.jsp <span style='color:#111;'>1.94KB</span>","children":null,"spread":false},{"title":"play.jsp <span style='color:#111;'>3.86KB</span>","children":null,"spread":false},{"title":"seat.jsp <span style='color:#111;'>6.26KB</span>","children":null,"spread":false}],"spread":true},{"title":".myeclipse","children":null,"spread":false},{"title":"电影SQL.sql <span style='color:#111;'>6.28KB</span>","children":null,"spread":false},{"title":".settings","children":[{"title":"org.eclipse.wst.jsdt.ui.superType.container <span style='color:#111;'>49B</span>","children":null,"spread":false},{"title":"org.eclipse.wst.jsdt.ui.superType.name <span style='color:#111;'>6B</span>","children":null,"spread":false},{"title":".jsdtscope <span style='color:#111;'>406B</span>","children":null,"spread":false}],"spread":true},{"title":".classpath <span style='color:#111;'>988B</span>","children":null,"spread":false}],"spread":true},{"title":"影票销售系统.doc <span style='color:#111;'>1.43MB</span>","children":null,"spread":false},{"title":"电影售票系统数据库设计.doc <span style='color:#111;'>56.50KB</span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

  • hadoopopendell:
    写的非常不错,多谢分享2019-07-04
  • 不会跑的猫:
    感谢分享资源2018-11-13
  • xb242:
    作用不大还我金币!2018-09-13
  • qq_37070988:
    怎么运行的?我用的myeclipse出现了HTTPStatus404,有详细的步骤吗2018-06-25
  • 冰冰月1:
    有没有用mysql的2018-03-28

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明