实例介绍
飞机订票系统。loadrunner11自带的飞机票系统,从其中进行摘取
【实例截图】
【核心代码】
WebTours
└── WebTours
├── cgi-bin
│ └── readme.txt
├── cgierr.log
├── cgi-src
│ ├── testcgi1.c
│ ├── testcgi2.c
│ ├── testcgi3.c
│ ├── testcgi4.c
│ ├── testcgi5.c
│ ├── testcgi6.c
│ ├── testcgi7.c
│ ├── testcgi.c
│ └── testperl.pl
├── ddnsdef.xml
├── defaults.cfg
├── errors
│ ├── footer.htm
│ ├── header.htm
│ ├── text-400.htm
│ ├── text-401.htm
│ ├── text-402.htm
│ ├── text-403.htm
│ ├── text-404.htm
│ ├── text-412.htm
│ ├── text-413.htm
│ ├── text-500.htm
│ ├── text-501.htm
│ └── text-502.htm
├── ftpadios.txt
├── ftpdirs.aut
├── ftphello.txt
├── ftplogin.txt
├── ftproot
│ ├── guest
│ │ ├── index.htm
│ │ └── index.txt
│ ├── pub
│ │ ├── index.htm
│ │ └── index.txt
│ ├── readme.txt
│ └── upload
│ ├── index.htm
│ └── index.txt
├── ftpusers.aut
├── GetLRPath.exe
├── headers
│ └── readme.txt
├── html
│ ├── macros.def
│ └── prelude.def
├── logs
│ ├── access.log
│ ├── console.log
│ ├── errors.log
│ ├── readme.txt
│ └── xitami.log
├── mercuryproducts.dll
├── MercuryWebTours
│ ├── admin.pl
│ ├── Calendar.class
│ ├── CalSelect.class
│ ├── chooseFlightValidate.js
│ ├── classes
│ │ ├── Calendar.class
│ │ ├── Calendar.java
│ │ ├── CalSelect.class
│ │ ├── CalSelect.java
│ │ ├── DateInfo.class
│ │ ├── DayPanel.class
│ │ ├── FormDateUpdate.class
│ │ ├── FormDateUpdate.java
│ │ ├── Test.htm
│ │ └── YearMonthPanel.class
│ ├── DateInfo.class
│ ├── DayPanel.class
│ ├── error.pl
│ ├── flightData
│ ├── FormDateUpdate.class
│ ├── header.html
│ ├── home.html
│ ├── home.html.bak
│ ├── images
│ │ ├── blank.gif
│ │ ├── bookanother.gif
│ │ ├── button_next.gif
│ │ ├── cancelallreservations.gif
│ │ ├── cancelreservation.gif
│ │ ├── flights.gif
│ │ ├── fma-gateway.jpg
│ │ ├── fma-performance-center.jpg
│ │ ├── fma-products.jpg
│ │ ├── home.gif
│ │ ├── hp_logo.png
│ │ ├── in_flights.gif
│ │ ├── in_home.gif
│ │ ├── in_itinerary.gif
│ │ ├── in_signoff.gif
│ │ ├── itinerary.gif
│ │ ├── left-gradient.gif
│ │ ├── mercury_logo.gif
│ │ ├── mer_login.gif
│ │ ├── next.gif
│ │ ├── resubmit.gif
│ │ ├── signoff.gif
│ │ ├── Thumbs.db
│ │ └── webtours.png
│ ├── index.htm
│ ├── itinerary.pl
│ ├── itinerary.pl.bak
│ ├── JSCalculate.js
│ ├── JSFormSubmit.js
│ ├── localredirect.pl
│ ├── login.pl
│ ├── nav.pl
│ ├── profileValidate.js
│ ├── purchaseValidate.js
│ ├── reservations.pl
│ ├── systemPaths
│ ├── timelocal.pl
│ ├── users
│ │ ├── 47
│ │ │ └── jojo
│ │ └── 5
│ │ └── joe
│ ├── welcome.pl
│ └── YearMonthPanel.class
├── MercuryWebTours.url
├── perlssi
├── pipedef.xml
├── redirect.url
├── run.bat
├── StartServer.bat
├── temp
│ └── readme.txt
├── templates
│ ├── errors.gsl
│ ├── ftpmesg.gsl
│ ├── httpdir.gsl
│ └── mercuryproducts.dll
├── webpages
│ ├── buttons.map
│ ├── default.htm
│ ├── images
│ │ ├── buttons.gif
│ │ ├── imatix.gif
│ │ ├── powered1.gif
│ │ ├── powered2.gif
│ │ ├── powered3.gif
│ │ ├── powered4.gif
│ │ ├── powered5.gif
│ │ └── xitami1.gif
│ ├── mapfail.htm
│ ├── private
│ │ └── private.htm
│ ├── testssi.inc
│ ├── testssi.ssi
│ ├── windows.htm
│ └── xitami
│ ├── index10.htm
│ ├── index11.htm
│ ├── index12.htm
│ ├── index13.htm
│ ├── index14.htm
│ ├── index15.htm
│ ├── index16.htm
│ ├── index17.htm
│ ├── index18.htm
│ ├── index19.htm
│ ├── index1.htm
│ ├── index20.htm
│ ├── index21.htm
│ ├── index2.htm
│ ├── index3.htm
│ ├── index4.htm
│ ├── index5.htm
│ ├── index6.htm
│ ├── index7.htm
│ ├── index8.htm
│ ├── index9.htm
│ ├── index.htm
│ └── license.htm
├── xiadmin.adm
├── xicpl32.cpl
├── xidos32.exe
├── xigui32.exe
├── xisrv32.exe
├── xitami.aut
├── xitami.cfg
└── xitami.exe
23 directories, 167 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论