文件名称:Airline-reservation-system
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:1.36mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
本系统是基于B/S模式的航空订票系统,使用mysql数据库,压缩包内含相关文档和源代码
该系统能够完成顾客登录,查询航班,订票,退票等功能;在航空公司内部能够完成添加或删除航班等功能。
这个项目分成4个模块:航班的录入,航班的查询,订票,退票。
1. 录入:可以录入航班情况(数据可以存储在数据库中,管理员可以登录服务器端对航班状态进行修改)
2.查询:可以查询某个航线的情况(如,输入航班号,查询起降时间,起飞抵达城市,航班票价,确定航班是否满仓,可以输入起飞抵达城市,查询飞机航班情况);
3.订票:(订票情况可以存在数据库中)可以订票,订票成功后,服务器会发给客户一个订票订单来确认。如果该航班已经无票,提示没有票已经售完
4.退票: 可退票,退票后修改相关数据文件;
客户资料有姓名,证件号,订票数量及航班情况,订单要有编号。
-The system is based on B/S mode airline reservation systems, the use of mysql database, compressed packets containing documentation and source code
The system is able to complete the customer log in, check flight, booking, refund and other functions in the airline to complete the Add or Remove internal flight and other functions.
The project is divided into four modules: the flight entry, flight information, booking, a refund.
1. Input: You can input flight conditions (data can be stored in a database, the administrator can log on the server side of the flight status changes)
2. Enquiries: You can query a route (such as, enter the flight number, the query time taking off and landing, taking off from the city, flight fares, flights to determine whether the full position, you can enter to take off from the city, check flight conditions)
3. Reservations: (booking conditions can exist in the database) can book your tickets, booking is successful, the server to the custo
该系统能够完成顾客登录,查询航班,订票,退票等功能;在航空公司内部能够完成添加或删除航班等功能。
这个项目分成4个模块:航班的录入,航班的查询,订票,退票。
1. 录入:可以录入航班情况(数据可以存储在数据库中,管理员可以登录服务器端对航班状态进行修改)
2.查询:可以查询某个航线的情况(如,输入航班号,查询起降时间,起飞抵达城市,航班票价,确定航班是否满仓,可以输入起飞抵达城市,查询飞机航班情况);
3.订票:(订票情况可以存在数据库中)可以订票,订票成功后,服务器会发给客户一个订票订单来确认。如果该航班已经无票,提示没有票已经售完
4.退票: 可退票,退票后修改相关数据文件;
客户资料有姓名,证件号,订票数量及航班情况,订单要有编号。
-The system is based on B/S mode airline reservation systems, the use of mysql database, compressed packets containing documentation and source code
The system is able to complete the customer log in, check flight, booking, refund and other functions in the airline to complete the Add or Remove internal flight and other functions.
The project is divided into four modules: the flight entry, flight information, booking, a refund.
1. Input: You can input flight conditions (data can be stored in a database, the administrator can log on the server side of the flight status changes)
2. Enquiries: You can query a route (such as, enter the flight number, the query time taking off and landing, taking off from the city, flight fares, flights to determine whether the full position, you can enter to take off from the city, check flight conditions)
3. Reservations: (booking conditions can exist in the database) can book your tickets, booking is successful, the server to the custo
(系统自动生成,下载前可以参看下载内容)
下载文件列表
航空订票系统/
航空订票系统/code/
航空订票系统/code/.classpath
航空订票系统/code/.myeclipse/
航空订票系统/code/.mymetadata
航空订票系统/code/.project
航空订票系统/code/src/
航空订票系统/code/src/com/
航空订票系统/code/src/com/jms/
航空订票系统/code/src/com/jms/plane/
航空订票系统/code/src/com/jms/plane/action/
航空订票系统/code/src/com/jms/plane/action/AdminAction.java
航空订票系统/code/src/com/jms/plane/action/LoginAction.java
航空订票系统/code/src/com/jms/plane/action/LogoutAction.java
航空订票系统/code/src/com/jms/plane/action/MenuAction.java
航空订票系统/code/src/com/jms/plane/action/PlaneAction.java
航空订票系统/code/src/com/jms/plane/action/RefundedAction.java
航空订票系统/code/src/com/jms/plane/action/RegisterAction.java
航空订票系统/code/src/com/jms/plane/biz/
航空订票系统/code/src/com/jms/plane/biz/AdminBiz.java
航空订票系统/code/src/com/jms/plane/biz/CardBiz.java
航空订票系统/code/src/com/jms/plane/biz/OrderBiz.java
航空订票系统/code/src/com/jms/plane/biz/UserBiz.java
航空订票系统/code/src/com/jms/plane/dao/
航空订票系统/code/src/com/jms/plane/dao/entity/
航空订票系统/code/src/com/jms/plane/dao/entity/Admin.hbm.xml
航空订票系统/code/src/com/jms/plane/dao/entity/Admin.java
航空订票系统/code/src/com/jms/plane/dao/entity/AirplaneModel.hbm.xml
航空订票系统/code/src/com/jms/plane/dao/entity/AirplaneModel.java
航空订票系统/code/src/com/jms/plane/dao/entity/Airport.hbm.xml
航空订票系统/code/src/com/jms/plane/dao/entity/Airport.java
航空订票系统/code/src/com/jms/plane/dao/entity/Card.hbm.xml
航空订票系统/code/src/com/jms/plane/dao/entity/Card.java
航空订票系统/code/src/com/jms/plane/dao/entity/Flight.hbm.xml
航空订票系统/code/src/com/jms/plane/dao/entity/Flight.java
航空订票系统/code/src/com/jms/plane/dao/entity/FlightScheduled.hbm.xml
航空订票系统/code/src/com/jms/plane/dao/entity/FlightScheduled.java
航空订票系统/code/src/com/jms/plane/dao/entity/test/
航空订票系统/code/src/com/jms/plane/dao/entity/test/Test.java
航空订票系统/code/src/com/jms/plane/dao/entity/test/TestCascade.java
航空订票系统/code/src/com/jms/plane/dao/entity/TicketOrder.hbm.xml
航空订票系统/code/src/com/jms/plane/dao/entity/TicketOrder.java
航空订票系统/code/src/com/jms/plane/dao/entity/User.hbm.xml
航空订票系统/code/src/com/jms/plane/dao/entity/User.java
航空订票系统/code/src/com/jms/plane/dao/work/
航空订票系统/code/src/com/jms/plane/dao/work/AdminDAO.java
航空订票系统/code/src/com/jms/plane/dao/work/CardDAO.java
航空订票系统/code/src/com/jms/plane/dao/work/PlaneDAO.java
航空订票系统/code/src/com/jms/plane/form/
航空订票系统/code/src/com/jms/plane/form/LoginForm.java
航空订票系统/code/src/com/jms/plane/form/PassagerForm.java
航空订票系统/code/src/com/jms/plane/form/RegisterForm.java
航空订票系统/code/src/com/jms/plane/listener/
航空订票系统/code/src/com/jms/plane/listener/CityListListener.java
航空订票系统/code/src/com/jms/plane/listener/UserSessionListener.java
航空订票系统/code/src/com/jms/plane/util/
航空订票系统/code/src/com/jms/plane/util/BankUtil.java
航空订票系统/code/src/com/jms/plane/util/DateFormatUtil.java
航空订票系统/code/src/com/jms/plane/util/PlaneHbnUtil.java
航空订票系统/code/src/hibernate.cfg.xml
航空订票系统/code/WebRoot/
航空订票系统/code/WebRoot/META-INF/
航空订票系统/code/WebRoot/META-INF/MANIFEST.MF
航空订票系统/code/WebRoot/plane/
航空订票系统/code/WebRoot/plane/action/
航空订票系统/code/WebRoot/plane/action/blank.jsp
航空订票系统/code/WebRoot/plane/action/blank1.jsp
航空订票系统/code/WebRoot/plane/action/footer.jsp
航空订票系统/code/WebRoot/plane/action/header.jsp
航空订票系统/code/WebRoot/plane/action/introduction.jsp
航空订票系统/code/WebRoot/plane/action/login.jsp
航空订票系统/code/WebRoot/plane/action/logining.jsp
航空订票系统/code/WebRoot/plane/action/message.jsp
航空订票系统/code/WebRoot/plane/action/myAbout.jsp
航空订票系统/code/WebRoot/plane/action/myHelp.jsp
航空订票系统/code/WebRoot/plane/action/myMessage.jsp
航空订票系统/code/WebRoot/plane/action/myOrders.jsp
航空订票系统/code/WebRoot/plane/action/passager.jsp
航空订票系统/code/WebRoot/plane/action/pay.jsp
航空订票系统/code/WebRoot/plane/action/preAgain.jsp
航空订票系统/code/WebRoot/plane/action/refunded.jsp
航空订票系统/code/WebRoot/plane/action/refundedSuccess.jsp
航空订票系统/code/WebRoot/plane/action/register.jsp
航空订票系统/code/WebRoot/plane/action/search.jsp
航空订票系统/code/WebRoot/plane/action/show.jsp
航空订票系统/code/WebRoot/plane/action/success.jsp
航空订票系统/code/WebRoot/plane/admin/
航空订票系统/code/WebRoot/plane/admin/about.jsp
航空订票系统/code/WebRoot/plane/admin/addFlight.jsp
航空订票系统/code/WebRoot/plane/admin/addSuccess.jsp
航空订票系统/code/WebRoot/plane/admin/adminIndex.jsp
航空订票系统/code/WebRoot/plane/admin/adminLogin.jsp
航空订票系统/code/WebRoot/plane/admin/adminMessage.jsp
航空订票系统/code/WebRoot/plane/admin/adminShow.jsp
航空订票系统/code/WebRoot/plane/admin/help.jsp
航空订票系统/code/WebRoot/plane/admin/modifyFlight.jsp
航空订票系统/code/WebRoot/plane/admin/modifySuccess.jsp
航空订票系统/code/WebRoot/plane/adminAction/
航空订票系统/code/WebRoot/plane/adminAction/addFlight.jsp
航空订票系统/code/WebRoot/plane/adminAction/addSuccess.jsp
航空订票系统/code/WebRoot/plane/adminAction/adminFooter.jsp
航空订票系统/code/WebRoot/plane/adminAction/adminHeader.jsp
航空订票系统/code/WebRoot/plane/adminAction/adminLogin.jsp
航空订票系统/code/WebRoot/plane/adminAction/adminMessage.jsp
航空订票系统/code/WebRoot/plane/adminAction/adminSearch.jsp
航空订票系统/code/WebRoot/plane/adminAction/adminShow.jsp
航空订票系统/code/WebRoot/plane/adminAction/modifyFlight.jsp
航空订票系统/code/WebRoot/plane/adminAction/modifySuccess.jsp
航空订票系统/code/WebRoot/plane/comp/
航空订票系统/code/WebRoot/plane/comp/jmsindex.jsp
航空订票系统/code/WebRoot/plane/comp/jmslogin.jsp
航空订票系统/code/WebRoot/plane/comp/loginSh
航空订票系统/code/
航空订票系统/code/.classpath
航空订票系统/code/.myeclipse/
航空订票系统/code/.mymetadata
航空订票系统/code/.project
航空订票系统/code/src/
航空订票系统/code/src/com/
航空订票系统/code/src/com/jms/
航空订票系统/code/src/com/jms/plane/
航空订票系统/code/src/com/jms/plane/action/
航空订票系统/code/src/com/jms/plane/action/AdminAction.java
航空订票系统/code/src/com/jms/plane/action/LoginAction.java
航空订票系统/code/src/com/jms/plane/action/LogoutAction.java
航空订票系统/code/src/com/jms/plane/action/MenuAction.java
航空订票系统/code/src/com/jms/plane/action/PlaneAction.java
航空订票系统/code/src/com/jms/plane/action/RefundedAction.java
航空订票系统/code/src/com/jms/plane/action/RegisterAction.java
航空订票系统/code/src/com/jms/plane/biz/
航空订票系统/code/src/com/jms/plane/biz/AdminBiz.java
航空订票系统/code/src/com/jms/plane/biz/CardBiz.java
航空订票系统/code/src/com/jms/plane/biz/OrderBiz.java
航空订票系统/code/src/com/jms/plane/biz/UserBiz.java
航空订票系统/code/src/com/jms/plane/dao/
航空订票系统/code/src/com/jms/plane/dao/entity/
航空订票系统/code/src/com/jms/plane/dao/entity/Admin.hbm.xml
航空订票系统/code/src/com/jms/plane/dao/entity/Admin.java
航空订票系统/code/src/com/jms/plane/dao/entity/AirplaneModel.hbm.xml
航空订票系统/code/src/com/jms/plane/dao/entity/AirplaneModel.java
航空订票系统/code/src/com/jms/plane/dao/entity/Airport.hbm.xml
航空订票系统/code/src/com/jms/plane/dao/entity/Airport.java
航空订票系统/code/src/com/jms/plane/dao/entity/Card.hbm.xml
航空订票系统/code/src/com/jms/plane/dao/entity/Card.java
航空订票系统/code/src/com/jms/plane/dao/entity/Flight.hbm.xml
航空订票系统/code/src/com/jms/plane/dao/entity/Flight.java
航空订票系统/code/src/com/jms/plane/dao/entity/FlightScheduled.hbm.xml
航空订票系统/code/src/com/jms/plane/dao/entity/FlightScheduled.java
航空订票系统/code/src/com/jms/plane/dao/entity/test/
航空订票系统/code/src/com/jms/plane/dao/entity/test/Test.java
航空订票系统/code/src/com/jms/plane/dao/entity/test/TestCascade.java
航空订票系统/code/src/com/jms/plane/dao/entity/TicketOrder.hbm.xml
航空订票系统/code/src/com/jms/plane/dao/entity/TicketOrder.java
航空订票系统/code/src/com/jms/plane/dao/entity/User.hbm.xml
航空订票系统/code/src/com/jms/plane/dao/entity/User.java
航空订票系统/code/src/com/jms/plane/dao/work/
航空订票系统/code/src/com/jms/plane/dao/work/AdminDAO.java
航空订票系统/code/src/com/jms/plane/dao/work/CardDAO.java
航空订票系统/code/src/com/jms/plane/dao/work/PlaneDAO.java
航空订票系统/code/src/com/jms/plane/form/
航空订票系统/code/src/com/jms/plane/form/LoginForm.java
航空订票系统/code/src/com/jms/plane/form/PassagerForm.java
航空订票系统/code/src/com/jms/plane/form/RegisterForm.java
航空订票系统/code/src/com/jms/plane/listener/
航空订票系统/code/src/com/jms/plane/listener/CityListListener.java
航空订票系统/code/src/com/jms/plane/listener/UserSessionListener.java
航空订票系统/code/src/com/jms/plane/util/
航空订票系统/code/src/com/jms/plane/util/BankUtil.java
航空订票系统/code/src/com/jms/plane/util/DateFormatUtil.java
航空订票系统/code/src/com/jms/plane/util/PlaneHbnUtil.java
航空订票系统/code/src/hibernate.cfg.xml
航空订票系统/code/WebRoot/
航空订票系统/code/WebRoot/META-INF/
航空订票系统/code/WebRoot/META-INF/MANIFEST.MF
航空订票系统/code/WebRoot/plane/
航空订票系统/code/WebRoot/plane/action/
航空订票系统/code/WebRoot/plane/action/blank.jsp
航空订票系统/code/WebRoot/plane/action/blank1.jsp
航空订票系统/code/WebRoot/plane/action/footer.jsp
航空订票系统/code/WebRoot/plane/action/header.jsp
航空订票系统/code/WebRoot/plane/action/introduction.jsp
航空订票系统/code/WebRoot/plane/action/login.jsp
航空订票系统/code/WebRoot/plane/action/logining.jsp
航空订票系统/code/WebRoot/plane/action/message.jsp
航空订票系统/code/WebRoot/plane/action/myAbout.jsp
航空订票系统/code/WebRoot/plane/action/myHelp.jsp
航空订票系统/code/WebRoot/plane/action/myMessage.jsp
航空订票系统/code/WebRoot/plane/action/myOrders.jsp
航空订票系统/code/WebRoot/plane/action/passager.jsp
航空订票系统/code/WebRoot/plane/action/pay.jsp
航空订票系统/code/WebRoot/plane/action/preAgain.jsp
航空订票系统/code/WebRoot/plane/action/refunded.jsp
航空订票系统/code/WebRoot/plane/action/refundedSuccess.jsp
航空订票系统/code/WebRoot/plane/action/register.jsp
航空订票系统/code/WebRoot/plane/action/search.jsp
航空订票系统/code/WebRoot/plane/action/show.jsp
航空订票系统/code/WebRoot/plane/action/success.jsp
航空订票系统/code/WebRoot/plane/admin/
航空订票系统/code/WebRoot/plane/admin/about.jsp
航空订票系统/code/WebRoot/plane/admin/addFlight.jsp
航空订票系统/code/WebRoot/plane/admin/addSuccess.jsp
航空订票系统/code/WebRoot/plane/admin/adminIndex.jsp
航空订票系统/code/WebRoot/plane/admin/adminLogin.jsp
航空订票系统/code/WebRoot/plane/admin/adminMessage.jsp
航空订票系统/code/WebRoot/plane/admin/adminShow.jsp
航空订票系统/code/WebRoot/plane/admin/help.jsp
航空订票系统/code/WebRoot/plane/admin/modifyFlight.jsp
航空订票系统/code/WebRoot/plane/admin/modifySuccess.jsp
航空订票系统/code/WebRoot/plane/adminAction/
航空订票系统/code/WebRoot/plane/adminAction/addFlight.jsp
航空订票系统/code/WebRoot/plane/adminAction/addSuccess.jsp
航空订票系统/code/WebRoot/plane/adminAction/adminFooter.jsp
航空订票系统/code/WebRoot/plane/adminAction/adminHeader.jsp
航空订票系统/code/WebRoot/plane/adminAction/adminLogin.jsp
航空订票系统/code/WebRoot/plane/adminAction/adminMessage.jsp
航空订票系统/code/WebRoot/plane/adminAction/adminSearch.jsp
航空订票系统/code/WebRoot/plane/adminAction/adminShow.jsp
航空订票系统/code/WebRoot/plane/adminAction/modifyFlight.jsp
航空订票系统/code/WebRoot/plane/adminAction/modifySuccess.jsp
航空订票系统/code/WebRoot/plane/comp/
航空订票系统/code/WebRoot/plane/comp/jmsindex.jsp
航空订票系统/code/WebRoot/plane/comp/jmslogin.jsp
航空订票系统/code/WebRoot/plane/comp/loginSh
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.