CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java

文件名称:mighang

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    118.3kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

  本航空订票系统是一个基于Internet的WEB开发, 根据现今航空业的飞速发展,为了缓解航空公司对机票管理的压力而开发的这个订票系统。论文首先阐述了本课题的研究背景和研究的意义以及现今国内外对于本课题研究概况做了简要的介绍。

  在系统设计阶段,对页面的设计采用了struts框架,结合JSP实现了网页的动态显示,在后台业务层的实现采用了MVC分层模式实现了对前台页面请求的处理。

  在数据库设计阶段,通过对本行业的调查的具体的规划,在此基础上进一步的抽象规划得到了整个数据表的整体框架和数据库表。并进一步的详细阐述了数据库之间的关联。

  在系统的测试阶段,具体介绍了测试的目的,任务和方法,并对本系统进行了详细功能的测试。

  结合着整个项目,本项目采用BS结构,使用JSP技术进行动态页面的设计。后台数据库选用My SQL数据库。从快速开发方面考虑,运用了Hibernate框架实现对数据库的各项操作。-The airline reservation system is a WEB development of Internet-based, according to the current rapid development of the aviation industry, airlines tickets to ease the pressure of managing the development of the reservation system. Paper first described the research background of this issue and study the significance of today s domestic and international profile for the study of this issue are briefly introduced.

In the system design stage, the design of the page using struts framework, combined with JSP pages to achieve a dynamic display, the realization of the business layer in the background using the MVC model to achieve stratified front page of the request processing.

In the database design stage, through the investigation of the industry specific plan to build on this abstract has been planning the overall framework of the entire data table and database table. And further elaborated the relationship between databases.

In the system testing phase, the specific purpose of in
(系统自动生成,下载前可以参看下载内容)

下载文件列表

mighang/.classpath
mighang/.mymetadata
mighang/.project
mighang/.settings/.jsdtscope
mighang/.settings/org.eclipse.wst.jsdt.ui.superType.container
mighang/.settings/org.eclipse.wst.jsdt.ui.superType.name
mighang/src/com/jms/plane/action/AdminAction.java
mighang/src/com/jms/plane/action/LoginAction.java
mighang/src/com/jms/plane/action/LogoutAction.java
mighang/src/com/jms/plane/action/MenuAction.java
mighang/src/com/jms/plane/action/PlaneAction.java
mighang/src/com/jms/plane/action/RefundedAction.java
mighang/src/com/jms/plane/action/RegisterAction.java
mighang/src/com/jms/plane/biz/AdminBiz.java
mighang/src/com/jms/plane/biz/CardBiz.java
mighang/src/com/jms/plane/biz/OrderBiz.java
mighang/src/com/jms/plane/biz/UserBiz.java
mighang/src/com/jms/plane/dao/entity/Admin.hbm.xml
mighang/src/com/jms/plane/dao/entity/Admin.java
mighang/src/com/jms/plane/dao/entity/AirplaneModel.hbm.xml
mighang/src/com/jms/plane/dao/entity/AirplaneModel.java
mighang/src/com/jms/plane/dao/entity/Airport.hbm.xml
mighang/src/com/jms/plane/dao/entity/Airport.java
mighang/src/com/jms/plane/dao/entity/Card.hbm.xml
mighang/src/com/jms/plane/dao/entity/Card.java
mighang/src/com/jms/plane/dao/entity/Flight.hbm.xml
mighang/src/com/jms/plane/dao/entity/Flight.java
mighang/src/com/jms/plane/dao/entity/FlightScheduled.hbm.xml
mighang/src/com/jms/plane/dao/entity/FlightScheduled.java
mighang/src/com/jms/plane/dao/entity/test/Test.java
mighang/src/com/jms/plane/dao/entity/test/TestCascade.java
mighang/src/com/jms/plane/dao/entity/TicketOrder.hbm.xml
mighang/src/com/jms/plane/dao/entity/TicketOrder.java
mighang/src/com/jms/plane/dao/entity/User.hbm.xml
mighang/src/com/jms/plane/dao/entity/User.java
mighang/src/com/jms/plane/dao/work/AdminDAO.java
mighang/src/com/jms/plane/dao/work/CardDAO.java
mighang/src/com/jms/plane/dao/work/PlaneDAO.java
mighang/src/com/jms/plane/form/LoginForm.java
mighang/src/com/jms/plane/form/PassagerForm.java
mighang/src/com/jms/plane/form/RegisterForm.java
mighang/src/com/jms/plane/listener/CityListListener.java
mighang/src/com/jms/plane/listener/UserSessionListener.java
mighang/src/com/jms/plane/util/BankUtil.java
mighang/src/com/jms/plane/util/DateFormatUtil.java
mighang/src/com/jms/plane/util/PlaneHbnUtil.java
mighang/src/hibernate.cfg.xml
mighang/WebRoot/META-INF/MANIFEST.MF
mighang/WebRoot/plane/action/blank.jsp
mighang/WebRoot/plane/action/blank1.jsp
mighang/WebRoot/plane/action/footer.jsp
mighang/WebRoot/plane/action/header.jsp
mighang/WebRoot/plane/action/introduction.jsp
mighang/WebRoot/plane/action/login.jsp
mighang/WebRoot/plane/action/logining.jsp
mighang/WebRoot/plane/action/message.jsp
mighang/WebRoot/plane/action/myAbout.jsp
mighang/WebRoot/plane/action/myHelp.jsp
mighang/WebRoot/plane/action/myMessage.jsp
mighang/WebRoot/plane/action/myOrders.jsp
mighang/WebRoot/plane/action/passager.jsp
mighang/WebRoot/plane/action/pay.jsp
mighang/WebRoot/plane/action/preAgain.jsp
mighang/WebRoot/plane/action/refunded.jsp
mighang/WebRoot/plane/action/refundedSuccess.jsp
mighang/WebRoot/plane/action/register.jsp
mighang/WebRoot/plane/action/search.jsp
mighang/WebRoot/plane/action/show.jsp
mighang/WebRoot/plane/action/success.jsp
mighang/WebRoot/plane/admin/about.jsp
mighang/WebRoot/plane/admin/addFlight.jsp
mighang/WebRoot/plane/admin/addSuccess.jsp
mighang/WebRoot/plane/admin/adminIndex.jsp
mighang/WebRoot/plane/admin/adminLogin.jsp
mighang/WebRoot/plane/admin/adminMessage.jsp
mighang/WebRoot/plane/admin/adminShow.jsp
mighang/WebRoot/plane/admin/help.jsp
mighang/WebRoot/plane/admin/modifyFlight.jsp
mighang/WebRoot/plane/admin/modifySuccess.jsp
mighang/WebRoot/plane/adminAction/addFlight.jsp
mighang/WebRoot/plane/adminAction/addSuccess.jsp
mighang/WebRoot/plane/adminAction/adminFooter.jsp
mighang/WebRoot/plane/adminAction/adminHeader.jsp
mighang/WebRoot/plane/adminAction/adminLogin.jsp
mighang/WebRoot/plane/adminAction/adminMessage.jsp
mighang/WebRoot/plane/adminAction/adminSearch.jsp
mighang/WebRoot/plane/adminAction/adminShow.jsp
mighang/WebRoot/plane/adminAction/modifyFlight.jsp
mighang/WebRoot/plane/adminAction/modifySuccess.jsp
mighang/WebRoot/plane/comp/jmsindex.jsp
mighang/WebRoot/plane/comp/jmslogin.jsp
mighang/WebRoot/plane/comp/loginShow.jsp
mighang/WebRoot/plane/comp/logoutShow.jsp
mighang/WebRoot/plane/comp/myAboutLogin.jsp
mighang/WebRoot/plane/comp/myAboutLogout.jsp
mighang/WebRoot/plane/comp/myHelpLogin.jsp
mighang/WebRoot/plane/comp/myHelpLogout.jsp
mighang/WebRoot/plane/comp/myRefunded.jsp
mighang/WebRoot/plane/comp/passager.jsp
mighang/WebRoot/plane/comp/pay.jsp
mighang/WebRoot/plane/comp/refundedSuccess.jsp
mighang/WebRoot/plane/comp/register.jsp
mighang/WebRoot/plane/comp/showMyMessage.jsp
mighang/WebRoot/plane/comp/showMyOrders.jsp
mighang/WebRoot/plane/comp/success.jsp
mighang/WebRoot/plane/layout/model.jsp
mighang/WebRoot/WEB-INF/classes/com/jms/plane/action/AdminAction.class
mighang/WebRoot/WEB-INF/classes/com/jms/plane/action/LoginAction.class
mighang/WebRoot/WEB-INF/classes/com/jms/plane/action/LogoutAction.class
mighang/WebRoot/WEB-INF/classes/com/jms/plane/action/MenuAction.class
mighang/WebRoot/WEB-INF/classes/

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com