资源简介

系统基本功能: 1 . 航班 , 出租车 , 宾馆房间和客户基础数据的入库 , 更新 ( 表中的属性也可以根据你的需要添加 ) 。 2 . 预定航班,出租车,宾馆房间。 3 . 查询航班,出租车,宾馆房间,客户和预订信息。 4 . 查询某个客户的旅行线路。 5 . 检查预定线路的完整性。 6 . 其他任意你愿意加上的功能。 数据关系模式: 航班 FLIGHTS( String flightNum, int price, int numSeats, int numAvail , String FromCity, String ArivCity ) ; 宾馆房间 HOTELS( String location, int price, int numRooms, int numAvail) ; 出租车 CARS( String location, int price, int numCars, int numAvail) ; 客户 CUSTOMERS( String custName) ; 预订情况 RESERVATIONS( String resvKey , String custName, int resvType)

资源截图

代码片段和文件信息

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       4486  2010-05-23 12:07  src\admin.php

     文件        316  2010-05-11 02:54  src\ben-update\clean.php

     文件       5022  2010-05-13 23:23  src\ben-update\kxbk.php

     文件        316  2010-05-11 02:55  src\ben-update\rss.php

     文件      36104  2010-05-11 02:55  src\ben-update\simple_html_dom.php

     文件      39065  2010-05-11 02:55  src\ben-update\snoopy.class.php

    ..A..H.       574  2010-06-08 15:57  src\ben-update\_notes\dwsync.xml

     文件       5609  2010-05-26 10:18  src\connect.inc.php

     文件      47104  2010-05-18 20:05  src\doc\Classwork notes10-1.ppt

     文件      37888  2010-05-18 20:05  src\doc\Lab(1).doc

     文件      22528  2010-05-18 20:04  src\doc\Lab(3).doc

     文件      47616  2010-05-18 20:04  src\doc\Labwork(2).doc

     文件      35328  2010-05-18 20:05  src\doc\Orange.doc

    ..A..H.       162  2010-05-18 22:36  src\doc\~$bwork(2).doc

     文件         58  2010-05-20 22:16  src\footer.php

     文件        518  2010-05-24 11:25  src\header.php

     文件       2049  2010-05-23 12:05  src\index.php

     文件        294  2010-05-21 15:11  src\install.php

     文件        656  2010-05-22 09:16  src\install.sql

     文件        359  2010-06-23 17:43  src\readme.txt

     文件        547  2010-05-24 11:01  src\style.css

     文件        614  2010-05-22 10:28  src\test.html

     文件        316  2010-05-26 19:17  src\test.php

     文件       4850  2010-05-26 10:23  src\user.php

     文件        124  2010-05-23 10:52  src\_notes\.mno

    ..A..H.      1651  2010-05-26 19:17  src\_notes\dwsync.xml

     文件     102348  2010-06-23 17:41  说明文档.pdf

     文件     359929  2010-06-09 15:36  用户手册.pdf

     目录          0  2010-06-23 17:44  src\ben-update\_notes

     目录          0  2010-06-23 17:44  src\ben-update

............此处省略6个文件信息

评论

共有 条评论