├── WebContent ├── 404 │ ├── _images │ │ ├── bg.jpg │ │ ├── home.png │ │ └── objects.png │ └── _fonts │ │ └── jennasue-webfont.woff ├── META-INF │ └── MANIFEST.MF ├── .DS_Store ├── favicon.ico ├── admin │ ├── logo.psd │ ├── favicon.ico │ ├── images │ │ ├── logo.png │ │ ├── next.png │ │ ├── prev.png │ │ ├── user.png │ │ ├── Thumbs.db │ │ ├── close.png │ │ ├── loading.gif │ │ ├── totop.png │ │ ├── acrossTab.png │ │ ├── hamburger.gif │ │ ├── head_120.png │ │ ├── icon-add.png │ │ ├── icon-pass.png │ │ ├── icon-user.png │ │ ├── icon_jt2.png │ │ ├── login-bg.jpg │ │ ├── login_bg.png │ │ ├── login_pas.png │ │ ├── sort_asc.png │ │ ├── sort_both.png │ │ ├── sort_desc.png │ │ ├── acrossTab-bg.png │ │ ├── header_logo.png │ │ ├── icon_arrow.png │ │ ├── icon_error_s.png │ │ ├── icon_right_s.png │ │ ├── loading_072.gif │ │ ├── login_bg_0.jpg │ │ ├── login_user.png │ │ ├── admin-login-bg.jpg │ │ ├── icon_warning_s.png │ │ ├── acrossTab-close.png │ │ ├── hamburger-retina.gif │ │ └── admin-loginform-bg.png │ ├── font │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.ttf │ │ └── fontawesome-webfont.woff │ ├── layer │ │ └── skin │ │ │ ├── default │ │ │ ├── textbg.png │ │ │ ├── icon_ext.png │ │ │ ├── xubox_ico0.png │ │ │ ├── xubox_title0.png │ │ │ ├── xubox_loading0.gif │ │ │ ├── xubox_loading1.gif │ │ │ ├── xubox_loading2.gif │ │ │ └── xubox_loading3.gif │ │ │ └── layer.ext.css │ ├── info-show.jsp │ ├── js │ │ ├── de_DE.txt │ │ ├── passwordStrength-min.js │ │ ├── html5.js │ │ ├── pagenav.cn.js │ │ └── preview.js │ ├── scen-show.jsp │ ├── banner-show.jsp │ ├── codeing.html │ ├── 404.html │ ├── css │ │ └── signin.css │ ├── login.jsp │ ├── banner-add.jsp │ ├── welcome.html │ ├── system-base.html │ ├── banner-edit.jsp │ ├── admin-add.jsp │ ├── info-add.jsp │ ├── admin-edit.jsp │ ├── admin-edit-pwd.jsp │ ├── pwd-edit.jsp │ └── banner-list.jsp ├── image │ ├── scen │ │ ├── 1.jpg │ │ ├── gudu.png │ │ ├── long.jpg │ │ ├── pic.jpg │ │ ├── shiku.jpg │ │ ├── slide1.jpg │ │ ├── slide2.jpg │ │ ├── slide3.jpg │ │ ├── slide4.jpg │ │ ├── slide5.jpg │ │ ├── 2c9661B.png │ │ ├── 402C245.jpg │ │ ├── baimasi.jpg │ │ ├── lijingmen.jpg │ │ ├── lijinmen.jpg │ │ ├── longmen.jpg │ │ ├── suitang.jpg │ │ ├── xunyicao.jpg │ │ ├── chongdugou.jpg │ │ ├── jiguandong.jpg │ │ ├── laojunshan.jpg │ │ ├── longtanxia.jpg │ │ ├── xiaolangdi.jpg │ │ ├── yujinxiang.jpg │ │ └── yuntaishan.png │ ├── banner │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 5.jpg │ │ ├── slide1.jpg │ │ ├── slide2.jpg │ │ ├── slide3.jpg │ │ ├── slide4.jpg │ │ ├── slide5.jpg │ │ ├── wrap_01.png │ │ ├── wrap_02.png │ │ ├── ydy_wenan_01.png │ │ └── ydy_wenan_02.png │ ├── info │ │ ├── ava-1.jpg │ │ ├── ava-2.jpg │ │ ├── ava-3.jpg │ │ ├── ava-4.jpg │ │ ├── ava-5.jpg │ │ ├── shuixi.jpg │ │ ├── video.png │ │ ├── 2014271.jpg │ │ ├── 2015B90.jpg │ │ ├── 20191CF.jpg │ │ ├── 201BB71.jpg │ │ ├── 402A6DB.jpg │ │ ├── bai4C20.png │ │ ├── baimasi.png │ │ ├── lvm8E67.png │ │ ├── xieE7A6.png │ │ └── yujinxiang.jpg │ └── index_banner1.jpg ├── WEB-INF │ ├── 404 │ │ ├── _images │ │ │ ├── bg.jpg │ │ │ ├── home.png │ │ │ └── objects.png │ │ └── _fonts │ │ │ └── jennasue-webfont.woff │ ├── favicon.ico │ ├── lib │ │ ├── jstl-1.2.jar │ │ ├── commons-lang.jar │ │ ├── ezmorph-1.0.6.jar │ │ ├── log4j-1.2.17.jar │ │ ├── commons-logging.jar │ │ ├── jsmartcom_zh_CN.jar │ │ ├── standard-1.1.2.jar │ │ ├── commons-beanutils.jar │ │ ├── json-lib-2.2.2-jdk15.jar │ │ ├── json-lib-2.2.3-jdk15.jar │ │ ├── commons-collections-3.1.jar │ │ └── mysql-connector-java-5.1.19-bin.jar │ ├── error │ │ ├── 404.html │ │ ├── 405.html │ │ └── 500.html │ └── web.xml ├── public │ ├── img │ │ ├── 1px.png │ │ ├── ban.jpg │ │ ├── ban1.jpg │ │ ├── food.png │ │ ├── gudu.png │ │ ├── next.png │ │ ├── play.png │ │ ├── prev.png │ │ ├── beauty.png │ │ ├── gss120.png │ │ ├── shuixi.jpg │ │ ├── video.png │ │ ├── weibo.png │ │ ├── weixin.png │ │ ├── 40239A7.png │ │ ├── 402F9CE.png │ │ ├── actCA12.png │ │ ├── bai4C20.png │ │ ├── baimasi.png │ │ ├── banA0D6.png │ │ ├── bg-bottom.png │ │ ├── describe.png │ │ ├── favicon.ico │ │ ├── feature.png │ │ ├── foot-logo.png │ │ ├── gooACC2.png │ │ ├── hot-info.png │ │ ├── int2173.png │ │ ├── introduce.png │ │ ├── lvm8E67.png │ │ ├── pms9C98.png │ │ ├── qun3B35.png │ │ ├── sea-hot.png │ │ ├── sea-title.png │ │ ├── smdABFD.png │ │ ├── top-arrow.png │ │ ├── top1BC4.png │ │ ├── wei-code.png │ │ ├── wrap_01.png │ │ ├── wrap_02.png │ │ ├── wzg7B42.png │ │ ├── xieE7A6.png │ │ ├── chongduogou.jpg │ │ ├── header_logo.png │ │ ├── hot-action.png │ │ ├── niuroutang.png │ │ ├── sea-action.png │ │ ├── wzgs_banner.png │ │ ├── yuntaishan.png │ │ ├── ydy_wenan_01.png │ │ └── gansu_experience_icon..png │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.ttf │ │ ├── fontawesome-webfont.woff │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.ttf │ │ ├── glyphicons-halflings-regular.woff │ │ └── glyphicons-halflings-regular.woff2 │ ├── js │ │ ├── tj.js │ │ ├── npm.js │ │ ├── back-top.js │ │ └── loadmore.js │ └── css │ │ ├── css.css │ │ ├── style.css │ │ ├── reset.css │ │ └── info-ban.css ├── include │ ├── back-top.jsp │ ├── footer.jsp │ └── header.jsp ├── 404.html ├── map.html └── search-top.html ├── .DS_Store ├── .gitattributes ├── src ├── com │ └── trav │ │ └── cms │ │ ├── util │ │ ├── db.properties │ │ ├── DbConfig.java │ │ ├── DbUtil.java │ │ ├── Test.java │ │ └── Md5Code.java │ │ ├── banner │ │ ├── dao │ │ │ └── BanOper.java │ │ ├── service │ │ │ ├── BannerList.java │ │ │ ├── BannerShow.java │ │ │ └── BannerDel.java │ │ └── domain │ │ │ └── Banner.java │ │ ├── msg │ │ ├── dao │ │ │ └── MsgOper.java │ │ ├── service │ │ │ ├── MsgDel.java │ │ │ ├── MsgList.java │ │ │ └── MsgAdd.java │ │ └── domain │ │ │ └── Msg.java │ │ ├── scen │ │ ├── dao │ │ │ └── ScenOper.java │ │ └── service │ │ │ ├── Scens.java │ │ │ ├── ScenById.java │ │ │ ├── ScenDel.java │ │ │ ├── ScenList.java │ │ │ ├── ScenByName.java │ │ │ └── ScenShow.java │ │ ├── user │ │ ├── dao │ │ │ └── UserOper.java │ │ └── service │ │ │ ├── UserDel.java │ │ │ ├── UserPwdEdit.java │ │ │ ├── UserById.java │ │ │ ├── UserList.java │ │ │ ├── UserEdit.java │ │ │ └── UserAdd.java │ │ ├── info │ │ ├── dao │ │ │ └── InfoOper.java │ │ ├── service │ │ │ ├── InfoList.java │ │ │ ├── InfoById.java │ │ │ ├── InfoDel.java │ │ │ └── InfoShow.java │ │ └── domain │ │ │ └── Info.java │ │ └── admin │ │ ├── Admin.java │ │ └── AdminLogin.java └── Log4j.properties ├── travel.iml └── README.md /WebContent/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Class-Path: 3 | 4 | -------------------------------------------------------------------------------- /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/.DS_Store -------------------------------------------------------------------------------- /WebContent/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/.DS_Store -------------------------------------------------------------------------------- /WebContent/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/favicon.ico -------------------------------------------------------------------------------- /WebContent/admin/logo.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/logo.psd -------------------------------------------------------------------------------- /WebContent/image/scen/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/scen/1.jpg -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | *.js linguist-language=java 2 | *.css linguist-language=java 3 | *.html linguist-language=java 4 | *.vue linguist-language=java -------------------------------------------------------------------------------- /WebContent/404/_images/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/404/_images/bg.jpg -------------------------------------------------------------------------------- /WebContent/WEB-INF/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/WEB-INF/favicon.ico -------------------------------------------------------------------------------- /WebContent/admin/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/favicon.ico -------------------------------------------------------------------------------- /WebContent/image/banner/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/banner/1.jpg -------------------------------------------------------------------------------- /WebContent/image/banner/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/banner/2.jpg -------------------------------------------------------------------------------- /WebContent/image/banner/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/banner/3.jpg -------------------------------------------------------------------------------- /WebContent/image/banner/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/banner/5.jpg -------------------------------------------------------------------------------- /WebContent/image/scen/gudu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/scen/gudu.png -------------------------------------------------------------------------------- /WebContent/image/scen/long.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/scen/long.jpg -------------------------------------------------------------------------------- /WebContent/image/scen/pic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/scen/pic.jpg -------------------------------------------------------------------------------- /WebContent/public/img/1px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/1px.png -------------------------------------------------------------------------------- /WebContent/public/img/ban.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/ban.jpg -------------------------------------------------------------------------------- /WebContent/public/img/ban1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/ban1.jpg -------------------------------------------------------------------------------- /WebContent/public/img/food.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/food.png -------------------------------------------------------------------------------- /WebContent/public/img/gudu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/gudu.png -------------------------------------------------------------------------------- /WebContent/public/img/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/next.png -------------------------------------------------------------------------------- /WebContent/public/img/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/play.png -------------------------------------------------------------------------------- /WebContent/public/img/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/prev.png -------------------------------------------------------------------------------- /WebContent/404/_images/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/404/_images/home.png -------------------------------------------------------------------------------- /WebContent/admin/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/logo.png -------------------------------------------------------------------------------- /WebContent/admin/images/next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/next.png -------------------------------------------------------------------------------- /WebContent/admin/images/prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/prev.png -------------------------------------------------------------------------------- /WebContent/admin/images/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/user.png -------------------------------------------------------------------------------- /WebContent/image/info/ava-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/info/ava-1.jpg -------------------------------------------------------------------------------- /WebContent/image/info/ava-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/info/ava-2.jpg -------------------------------------------------------------------------------- /WebContent/image/info/ava-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/info/ava-3.jpg -------------------------------------------------------------------------------- /WebContent/image/info/ava-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/info/ava-4.jpg -------------------------------------------------------------------------------- /WebContent/image/info/ava-5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/info/ava-5.jpg -------------------------------------------------------------------------------- /WebContent/image/info/shuixi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/info/shuixi.jpg -------------------------------------------------------------------------------- /WebContent/image/info/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/info/video.png -------------------------------------------------------------------------------- /WebContent/image/scen/shiku.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/scen/shiku.jpg -------------------------------------------------------------------------------- /WebContent/image/scen/slide1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/scen/slide1.jpg -------------------------------------------------------------------------------- /WebContent/image/scen/slide2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/scen/slide2.jpg -------------------------------------------------------------------------------- /WebContent/image/scen/slide3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/scen/slide3.jpg -------------------------------------------------------------------------------- /WebContent/image/scen/slide4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/scen/slide4.jpg -------------------------------------------------------------------------------- /WebContent/image/scen/slide5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/scen/slide5.jpg -------------------------------------------------------------------------------- /WebContent/public/img/beauty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/beauty.png -------------------------------------------------------------------------------- /WebContent/public/img/gss120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/gss120.png -------------------------------------------------------------------------------- /WebContent/public/img/shuixi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/shuixi.jpg -------------------------------------------------------------------------------- /WebContent/public/img/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/video.png -------------------------------------------------------------------------------- /WebContent/public/img/weibo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/weibo.png -------------------------------------------------------------------------------- /WebContent/public/img/weixin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/weixin.png -------------------------------------------------------------------------------- /WebContent/404/_images/objects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/404/_images/objects.png -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/jstl-1.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/WEB-INF/lib/jstl-1.2.jar -------------------------------------------------------------------------------- /WebContent/admin/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/Thumbs.db -------------------------------------------------------------------------------- /WebContent/admin/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/close.png -------------------------------------------------------------------------------- /WebContent/admin/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/loading.gif -------------------------------------------------------------------------------- /WebContent/admin/images/totop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/totop.png -------------------------------------------------------------------------------- /WebContent/image/banner/slide1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/banner/slide1.jpg -------------------------------------------------------------------------------- /WebContent/image/banner/slide2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/banner/slide2.jpg -------------------------------------------------------------------------------- /WebContent/image/banner/slide3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/banner/slide3.jpg -------------------------------------------------------------------------------- /WebContent/image/banner/slide4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/banner/slide4.jpg -------------------------------------------------------------------------------- /WebContent/image/banner/slide5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/banner/slide5.jpg -------------------------------------------------------------------------------- /WebContent/image/banner/wrap_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/banner/wrap_01.png -------------------------------------------------------------------------------- /WebContent/image/banner/wrap_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/banner/wrap_02.png -------------------------------------------------------------------------------- /WebContent/image/index_banner1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/index_banner1.jpg -------------------------------------------------------------------------------- /WebContent/image/info/2014271.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/info/2014271.jpg -------------------------------------------------------------------------------- /WebContent/image/info/2015B90.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/info/2015B90.jpg -------------------------------------------------------------------------------- /WebContent/image/info/20191CF.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/info/20191CF.jpg -------------------------------------------------------------------------------- /WebContent/image/info/201BB71.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/info/201BB71.jpg -------------------------------------------------------------------------------- /WebContent/image/info/402A6DB.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/info/402A6DB.jpg -------------------------------------------------------------------------------- /WebContent/image/info/bai4C20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/info/bai4C20.png -------------------------------------------------------------------------------- /WebContent/image/info/baimasi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/info/baimasi.png -------------------------------------------------------------------------------- /WebContent/image/info/lvm8E67.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/info/lvm8E67.png -------------------------------------------------------------------------------- /WebContent/image/info/xieE7A6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/info/xieE7A6.png -------------------------------------------------------------------------------- /WebContent/image/scen/2c9661B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/scen/2c9661B.png -------------------------------------------------------------------------------- /WebContent/image/scen/402C245.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/scen/402C245.jpg -------------------------------------------------------------------------------- /WebContent/image/scen/baimasi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/scen/baimasi.jpg -------------------------------------------------------------------------------- /WebContent/image/scen/lijingmen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/scen/lijingmen.jpg -------------------------------------------------------------------------------- /WebContent/image/scen/lijinmen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/scen/lijinmen.jpg -------------------------------------------------------------------------------- /WebContent/image/scen/longmen.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/scen/longmen.jpg -------------------------------------------------------------------------------- /WebContent/image/scen/suitang.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/scen/suitang.jpg -------------------------------------------------------------------------------- /WebContent/image/scen/xunyicao.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/scen/xunyicao.jpg -------------------------------------------------------------------------------- /WebContent/public/img/40239A7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/40239A7.png -------------------------------------------------------------------------------- /WebContent/public/img/402F9CE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/402F9CE.png -------------------------------------------------------------------------------- /WebContent/public/img/actCA12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/actCA12.png -------------------------------------------------------------------------------- /WebContent/public/img/bai4C20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/bai4C20.png -------------------------------------------------------------------------------- /WebContent/public/img/baimasi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/baimasi.png -------------------------------------------------------------------------------- /WebContent/public/img/banA0D6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/banA0D6.png -------------------------------------------------------------------------------- /WebContent/public/img/bg-bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/bg-bottom.png -------------------------------------------------------------------------------- /WebContent/public/img/describe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/describe.png -------------------------------------------------------------------------------- /WebContent/public/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/favicon.ico -------------------------------------------------------------------------------- /WebContent/public/img/feature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/feature.png -------------------------------------------------------------------------------- /WebContent/public/img/foot-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/foot-logo.png -------------------------------------------------------------------------------- /WebContent/public/img/gooACC2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/gooACC2.png -------------------------------------------------------------------------------- /WebContent/public/img/hot-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/hot-info.png -------------------------------------------------------------------------------- /WebContent/public/img/int2173.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/int2173.png -------------------------------------------------------------------------------- /WebContent/public/img/introduce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/introduce.png -------------------------------------------------------------------------------- /WebContent/public/img/lvm8E67.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/lvm8E67.png -------------------------------------------------------------------------------- /WebContent/public/img/pms9C98.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/pms9C98.png -------------------------------------------------------------------------------- /WebContent/public/img/qun3B35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/qun3B35.png -------------------------------------------------------------------------------- /WebContent/public/img/sea-hot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/sea-hot.png -------------------------------------------------------------------------------- /WebContent/public/img/sea-title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/sea-title.png -------------------------------------------------------------------------------- /WebContent/public/img/smdABFD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/smdABFD.png -------------------------------------------------------------------------------- /WebContent/public/img/top-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/top-arrow.png -------------------------------------------------------------------------------- /WebContent/public/img/top1BC4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/top1BC4.png -------------------------------------------------------------------------------- /WebContent/public/img/wei-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/wei-code.png -------------------------------------------------------------------------------- /WebContent/public/img/wrap_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/wrap_01.png -------------------------------------------------------------------------------- /WebContent/public/img/wrap_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/wrap_02.png -------------------------------------------------------------------------------- /WebContent/public/img/wzg7B42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/wzg7B42.png -------------------------------------------------------------------------------- /WebContent/public/img/xieE7A6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/xieE7A6.png -------------------------------------------------------------------------------- /WebContent/WEB-INF/404/_images/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/WEB-INF/404/_images/bg.jpg -------------------------------------------------------------------------------- /WebContent/admin/font/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/font/FontAwesome.otf -------------------------------------------------------------------------------- /WebContent/admin/images/acrossTab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/acrossTab.png -------------------------------------------------------------------------------- /WebContent/admin/images/hamburger.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/hamburger.gif -------------------------------------------------------------------------------- /WebContent/admin/images/head_120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/head_120.png -------------------------------------------------------------------------------- /WebContent/admin/images/icon-add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/icon-add.png -------------------------------------------------------------------------------- /WebContent/admin/images/icon-pass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/icon-pass.png -------------------------------------------------------------------------------- /WebContent/admin/images/icon-user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/icon-user.png -------------------------------------------------------------------------------- /WebContent/admin/images/icon_jt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/icon_jt2.png -------------------------------------------------------------------------------- /WebContent/admin/images/login-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/login-bg.jpg -------------------------------------------------------------------------------- /WebContent/admin/images/login_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/login_bg.png -------------------------------------------------------------------------------- /WebContent/admin/images/login_pas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/login_pas.png -------------------------------------------------------------------------------- /WebContent/admin/images/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/sort_asc.png -------------------------------------------------------------------------------- /WebContent/admin/images/sort_both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/sort_both.png -------------------------------------------------------------------------------- /WebContent/admin/images/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/sort_desc.png -------------------------------------------------------------------------------- /WebContent/image/info/yujinxiang.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/info/yujinxiang.jpg -------------------------------------------------------------------------------- /WebContent/image/scen/chongdugou.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/scen/chongdugou.jpg -------------------------------------------------------------------------------- /WebContent/image/scen/jiguandong.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/scen/jiguandong.jpg -------------------------------------------------------------------------------- /WebContent/image/scen/laojunshan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/scen/laojunshan.jpg -------------------------------------------------------------------------------- /WebContent/image/scen/longtanxia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/scen/longtanxia.jpg -------------------------------------------------------------------------------- /WebContent/image/scen/xiaolangdi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/scen/xiaolangdi.jpg -------------------------------------------------------------------------------- /WebContent/image/scen/yujinxiang.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/scen/yujinxiang.jpg -------------------------------------------------------------------------------- /WebContent/image/scen/yuntaishan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/scen/yuntaishan.png -------------------------------------------------------------------------------- /WebContent/public/img/chongduogou.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/chongduogou.jpg -------------------------------------------------------------------------------- /WebContent/public/img/header_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/header_logo.png -------------------------------------------------------------------------------- /WebContent/public/img/hot-action.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/hot-action.png -------------------------------------------------------------------------------- /WebContent/public/img/niuroutang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/niuroutang.png -------------------------------------------------------------------------------- /WebContent/public/img/sea-action.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/sea-action.png -------------------------------------------------------------------------------- /WebContent/public/img/wzgs_banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/wzgs_banner.png -------------------------------------------------------------------------------- /WebContent/public/img/yuntaishan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/yuntaishan.png -------------------------------------------------------------------------------- /WebContent/WEB-INF/404/_images/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/WEB-INF/404/_images/home.png -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-lang.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/WEB-INF/lib/commons-lang.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/ezmorph-1.0.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/WEB-INF/lib/ezmorph-1.0.6.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/log4j-1.2.17.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/WEB-INF/lib/log4j-1.2.17.jar -------------------------------------------------------------------------------- /WebContent/admin/images/acrossTab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/acrossTab-bg.png -------------------------------------------------------------------------------- /WebContent/admin/images/header_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/header_logo.png -------------------------------------------------------------------------------- /WebContent/admin/images/icon_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/icon_arrow.png -------------------------------------------------------------------------------- /WebContent/admin/images/icon_error_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/icon_error_s.png -------------------------------------------------------------------------------- /WebContent/admin/images/icon_right_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/icon_right_s.png -------------------------------------------------------------------------------- /WebContent/admin/images/loading_072.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/loading_072.gif -------------------------------------------------------------------------------- /WebContent/admin/images/login_bg_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/login_bg_0.jpg -------------------------------------------------------------------------------- /WebContent/admin/images/login_user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/login_user.png -------------------------------------------------------------------------------- /WebContent/image/banner/ydy_wenan_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/banner/ydy_wenan_01.png -------------------------------------------------------------------------------- /WebContent/image/banner/ydy_wenan_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/image/banner/ydy_wenan_02.png -------------------------------------------------------------------------------- /WebContent/public/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /WebContent/public/img/ydy_wenan_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/ydy_wenan_01.png -------------------------------------------------------------------------------- /WebContent/WEB-INF/404/_images/objects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/WEB-INF/404/_images/objects.png -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-logging.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/WEB-INF/lib/commons-logging.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/jsmartcom_zh_CN.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/WEB-INF/lib/jsmartcom_zh_CN.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/standard-1.1.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/WEB-INF/lib/standard-1.1.2.jar -------------------------------------------------------------------------------- /WebContent/admin/images/admin-login-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/admin-login-bg.jpg -------------------------------------------------------------------------------- /WebContent/admin/images/icon_warning_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/icon_warning_s.png -------------------------------------------------------------------------------- /WebContent/404/_fonts/jennasue-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/404/_fonts/jennasue-webfont.woff -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-beanutils.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/WEB-INF/lib/commons-beanutils.jar -------------------------------------------------------------------------------- /WebContent/admin/font/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/font/fontawesome-webfont.eot -------------------------------------------------------------------------------- /WebContent/admin/font/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/font/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /WebContent/admin/images/acrossTab-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/acrossTab-close.png -------------------------------------------------------------------------------- /WebContent/admin/images/hamburger-retina.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/hamburger-retina.gif -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/json-lib-2.2.2-jdk15.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/WEB-INF/lib/json-lib-2.2.2-jdk15.jar -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/json-lib-2.2.3-jdk15.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/WEB-INF/lib/json-lib-2.2.3-jdk15.jar -------------------------------------------------------------------------------- /WebContent/admin/font/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/font/fontawesome-webfont.woff -------------------------------------------------------------------------------- /WebContent/admin/images/admin-loginform-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/images/admin-loginform-bg.png -------------------------------------------------------------------------------- /WebContent/admin/layer/skin/default/textbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/layer/skin/default/textbg.png -------------------------------------------------------------------------------- /WebContent/public/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /WebContent/public/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/commons-collections-3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/WEB-INF/lib/commons-collections-3.1.jar -------------------------------------------------------------------------------- /WebContent/admin/layer/skin/default/icon_ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/layer/skin/default/icon_ext.png -------------------------------------------------------------------------------- /WebContent/admin/layer/skin/default/xubox_ico0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/layer/skin/default/xubox_ico0.png -------------------------------------------------------------------------------- /WebContent/public/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /WebContent/public/img/gansu_experience_icon..png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/img/gansu_experience_icon..png -------------------------------------------------------------------------------- /WebContent/WEB-INF/404/_fonts/jennasue-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/WEB-INF/404/_fonts/jennasue-webfont.woff -------------------------------------------------------------------------------- /WebContent/admin/layer/skin/default/xubox_title0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/layer/skin/default/xubox_title0.png -------------------------------------------------------------------------------- /WebContent/admin/layer/skin/default/xubox_loading0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/layer/skin/default/xubox_loading0.gif -------------------------------------------------------------------------------- /WebContent/admin/layer/skin/default/xubox_loading1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/layer/skin/default/xubox_loading1.gif -------------------------------------------------------------------------------- /WebContent/admin/layer/skin/default/xubox_loading2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/layer/skin/default/xubox_loading2.gif -------------------------------------------------------------------------------- /WebContent/admin/layer/skin/default/xubox_loading3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/admin/layer/skin/default/xubox_loading3.gif -------------------------------------------------------------------------------- /WebContent/public/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /WebContent/public/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /WebContent/public/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /WebContent/WEB-INF/lib/mysql-connector-java-5.1.19-bin.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/WEB-INF/lib/mysql-connector-java-5.1.19-bin.jar -------------------------------------------------------------------------------- /WebContent/public/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/LuoyangTourismManagementSystem/HEAD/WebContent/public/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /WebContent/admin/info-show.jsp: -------------------------------------------------------------------------------- 1 | <%@page contentType="text/html"%> 2 | <%@page pageEncoding="UTF-8"%> 3 | 4 | 5 |
6 | 7 |Error 404
17 |
18 | There was a problem
19 |
The page you are looking for is not here or moved.
20 |
Error 404
17 |
18 | There was a problem
19 |
The page you are looking for is not here or moved.
20 |
Error 405
17 |
18 | There was a problem
19 |
The page you are looking for is not here or moved.
20 |
Error 500
17 |
18 | There was a problem
19 |
The page you are looking for is not here or moved.
20 |
在地图上添加全景控件,点击全景控件进入全景图
19 | 20 | 21 | 22 | 37 | -------------------------------------------------------------------------------- /src/com/trav/cms/info/service/InfoList.java: -------------------------------------------------------------------------------- 1 | package com.trav.cms.info.service; 2 | 3 | import java.io.IOException; 4 | import javax.servlet.ServletException; 5 | import javax.servlet.annotation.WebServlet; 6 | import javax.servlet.http.HttpServlet; 7 | import javax.servlet.http.HttpServletRequest; 8 | import javax.servlet.http.HttpServletResponse; 9 | 10 | /** 11 | * Servlet implementation class InfoList 12 | */ 13 | @WebServlet("/InfoList") 14 | public class InfoList extends HttpServlet { 15 | private static final long serialVersionUID = 1L; 16 | 17 | /** 18 | * @see HttpServlet#HttpServlet() 19 | */ 20 | public InfoList() { 21 | super(); 22 | // TODO Auto-generated constructor stub 23 | } 24 | 25 | /** 26 | * @see HttpServlet#doGet(HttpServletRequest request, HttpServletResponse response) 27 | */ 28 | protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { 29 | // TODO Auto-generated method stub 30 | 31 | } 32 | 33 | /** 34 | * @see HttpServlet#doPost(HttpServletRequest request, HttpServletResponse response) 35 | */ 36 | protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { 37 | // TODO Auto-generated method stub 38 | doGet(request, response); 39 | } 40 | 41 | } 42 | -------------------------------------------------------------------------------- /src/com/trav/cms/scen/service/Scens.java: -------------------------------------------------------------------------------- 1 | package com.trav.cms.scen.service; 2 | 3 | import java.io.IOException; 4 | import javax.servlet.ServletException; 5 | import javax.servlet.annotation.WebServlet; 6 | import javax.servlet.http.HttpServlet; 7 | import javax.servlet.http.HttpServletRequest; 8 | import javax.servlet.http.HttpServletResponse; 9 | 10 | import com.trav.cms.scen.dao.ScenOperator; 11 | 12 | /** 13 | * Servlet implementation class Scens 14 | */ 15 | @WebServlet("/Scens") 16 | public class Scens extends HttpServlet { 17 | private static final long serialVersionUID = 1L; 18 | ScenOperator scenOperator=new ScenOperator(); 19 | /** 20 | * @see HttpServlet#HttpServlet() 21 | */ 22 | public Scens() { 23 | super(); 24 | // TODO Auto-generated constructor stub 25 | } 26 | 27 | /** 28 | * @see HttpServlet#doGet(HttpServletRequest request, HttpServletResponse response) 29 | */ 30 | protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { 31 | // TODO Auto-generated method stub 32 | 33 | request.setCharacterEncoding("UTF-8"); 34 | 35 | 36 | } 37 | 38 | /** 39 | * @see HttpServlet#doPost(HttpServletRequest request, HttpServletResponse response) 40 | */ 41 | protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { 42 | // TODO Auto-generated method stub 43 | doGet(request, response); 44 | } 45 | 46 | } 47 | -------------------------------------------------------------------------------- /WebContent/public/css/info-ban.css: -------------------------------------------------------------------------------- 1 | /**************************** 2 | *描述:jquery自适应焦点图轮播css 3 | *作者:方林 4 | *版本:v1.0.0(2014.10.27) 5 | *备注:所有的图片请务必保持统一尺寸 6 | *****************************/ 7 | body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, input, button, 8 | p, th, td { 9 | margin: 0; 10 | padding: 0; 11 | } 12 | 13 | body { 14 | min-width: 320px; 15 | background-color: #f6f7f7; 16 | } 17 | 18 | a, img { 19 | border: 0; 20 | } 21 | 22 | .index_banner { 23 | position: relative; 24 | } 25 | 26 | .index_banner ul { 27 | overflow: hidden; 28 | } 29 | 30 | .index_banner li { 31 | position: absolute; 32 | top: 0; 33 | left: 0; 34 | overflow: hidden; 35 | width: 100%; 36 | 37 | } 38 | 39 | .index_banner li a { 40 | display: block; 41 | margin: 0 auto; 42 | } 43 | 44 | .index_banner cite { 45 | position: absolute; 46 | bottom: 10px; 47 | left: 50%; 48 | z-index: 999; 49 | display: block; 50 | margin-left: -144px; 51 | width: 288px; 52 | height: 15px; 53 | _display: none; 54 | } 55 | 56 | .index_banner cite span { 57 | float: left; 58 | display: block; 59 | margin: 0 4px; 60 | width: 40px; 61 | height: 8px; 62 | background-color: #e5e5e5; 63 | text-indent: -999em; 64 | opacity: .8; 65 | cursor: pointer; 66 | } 67 | 68 | .index_banner cite span:hover { 69 | background-color: #f5f5f5; 70 | } 71 | 72 | .index_banner cite span.cur { 73 | background-color: #1d8bd8; 74 | cursor: default; 75 | } 76 | 77 | .clear { 78 | clear: both; 79 | } 80 | 81 | .infos { 82 | margin-bottom: 45px; 83 | } -------------------------------------------------------------------------------- /WebContent/admin/css/signin.css: -------------------------------------------------------------------------------- 1 | body { 2 | background:url(../images/login-bg.jpg) #f8f6e9 no-repeat center center fixed; 3 | background-size: cover; 4 | width: 100%; 5 | height:100%; 6 | } 7 | 8 | .signin { 9 | width:477px; 10 | height:440px; 11 | background:url(../images/login_bg.png) no-repeat; 12 | margin:0 auto; 13 | opacity: 0.89; 14 | position:absolute; 15 | top:50%; 16 | left:50%; 17 | margin-top:-239px; 18 | margin-left:-238px; 19 | } 20 | .signin-head { 21 | margin:0 auto; 22 | padding-top:15px; 23 | width:120px; 24 | 25 | } 26 | .form-signin { 27 | max-width: 330px; 28 | padding: 43px 15px 15px 15px; 29 | margin: 0 auto; 30 | } 31 | .form-signin .checkbox { 32 | margin-bottom: 10px; 33 | } 34 | .form-signin .checkbox { 35 | font-weight: normal; 36 | } 37 | .form-signin .form-control { 38 | position: relative; 39 | font-size: 16px; 40 | height: auto; 41 | padding: 10px; 42 | -webkit-box-sizing: border-box; 43 | -moz-box-sizing: border-box; 44 | box-sizing: border-box; 45 | } 46 | .form-signin .form-control:focus { 47 | z-index: 2; 48 | } 49 | .form-signin input[type="text"] { 50 | margin-bottom: 14px; 51 | border-radius: 0; 52 | background: url(../images/login_user.png) 0 0 #bdbdbd no-repeat; 53 | padding-left:60px; 54 | color:#171515; 55 | } 56 | .form-signin input[type="password"] { 57 | margin-bottom: 10px; 58 | border-radius: 0; 59 | background: url(../images/login_pas.png) 0 0 #bdbdbd no-repeat; 60 | padding-left:60px; 61 | color:#171515; 62 | } 63 | .form-signin button { 64 | border-radius: 0; 65 | } -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 全目录 2 | 3 | [更多系统、论文,供君选择 ~~>](https://www.yuque.com/wisebit/blog) 4 | 5 | # 145.LuoyangTourismManagementSystem 6 | 7 |群: 983063232(大佬群 2TB学习资料,讲解)(入群获取sql文件)
8 | 9 |
13 |
14 |
15 |
16 |
17 |
22 | 欢迎使用 洛阳旅游管理系统
13 |当前时间:
14 || 服务器信息 | 18 ||
|---|---|
| 服务器计算机名 | 23 |http://127.0.0.1/ | 24 |
| 服务器IP地址 | 27 |192.168.1.1 | 28 |
| 服务器域名 | 31 |www.forguo.com | 32 |
| 服务器端口 | 35 |8080 | 36 |
| 服务器Tomcat版本 | 39 |Tomcat v7.0 | 40 |
| Jdk版本 | 43 |Jdk 1.7 | 44 |
| 服务器操作系统 | 47 |Microsoft Windows Server 2012 | 48 |
| 服务器的语言种类 | 51 |Chinese (People's Republic of China) | 52 |
| 网站名称: | 18 | |
|---|---|
| 关键词: | 21 | |
| 描述: | 24 | |
| 底部版权信息: | 28 | |
| 备案号: | 31 | |
| 34 | |
| *轮播图只有五条* | |||||
| 67 | | ID | 68 |图片名称 | 69 |URL | 70 |路径 | 71 |操作 | 72 |
|---|---|---|---|---|---|
| 82 | | <%=banner.getBanid()%> | 83 |84 | <%=banner.getBanname()%> 86 | | 87 |<%=banner.getBantitle()%> | 88 |<%=banner.getBanpath()%> | 89 | 90 | 91 |92 | 93 | 94 | | 95 |