├── WebRoot ├── upload │ ├── 20220106 │ │ ├── 69931641457481975.png │ │ └── 7381641457439197.png │ ├── image.txt │ ├── 1641456330638.png │ ├── 1641456335890.png │ ├── 1641456376903.png │ ├── 1641457310436.png │ ├── 1641457318561.png │ ├── 1641457351466.png │ ├── 1641457375852.png │ ├── 1641457420848.png │ ├── 1641457429979.png │ ├── 1641457474927.png │ ├── 1641457631344.png │ ├── 1641457637521.png │ ├── 1641457642475.png │ ├── 1641457665772.png │ ├── 1641457689139.png │ ├── 1641457696087.png │ ├── 1641457711122.png │ ├── 1641458656927.png │ ├── 1641458711511.png │ ├── 1641458719266.png │ ├── 1641458760070.png │ ├── 1641458765623.png │ ├── 1641458772668.png │ ├── 1641458794918.png │ ├── 1641718461538.png │ ├── 1641718535343.png │ ├── 1641718540155.png │ └── 1641718565489.png ├── META-INF │ └── MANIFEST.MF ├── js │ ├── nopic.jpg │ ├── video │ │ ├── video-js.swf │ │ ├── font │ │ │ ├── VideoJS.eot │ │ │ ├── VideoJS.ttf │ │ │ └── VideoJS.woff │ │ └── lang │ │ │ └── zh-CN.js │ ├── datepicker │ │ ├── skin │ │ │ ├── datePicker.gif │ │ │ ├── default │ │ │ │ └── img.gif │ │ │ ├── whyGreen │ │ │ │ ├── bg.jpg │ │ │ │ └── img.gif │ │ │ └── WdatePicker.css │ │ └── lang │ │ │ ├── en.js │ │ │ ├── zh-cn.js │ │ │ └── zh-tw.js │ ├── layer │ │ ├── theme │ │ │ └── default │ │ │ │ ├── icon.png │ │ │ │ ├── icon-ext.png │ │ │ │ ├── loading-0.gif │ │ │ │ ├── loading-1.gif │ │ │ │ └── loading-2.gif │ │ └── mobile │ │ │ └── layer.js │ ├── umeditor │ │ ├── lang │ │ │ ├── en │ │ │ │ └── images │ │ │ │ │ ├── copy.png │ │ │ │ │ ├── button.png │ │ │ │ │ ├── music.png │ │ │ │ │ ├── upload.png │ │ │ │ │ ├── addimage.png │ │ │ │ │ ├── imglabel.png │ │ │ │ │ ├── background.png │ │ │ │ │ ├── deleteenable.png │ │ │ │ │ ├── localimage.png │ │ │ │ │ ├── deletedisable.png │ │ │ │ │ ├── listbackground.png │ │ │ │ │ ├── rotateleftdisable.png │ │ │ │ │ ├── rotateleftenable.png │ │ │ │ │ ├── rotaterightenable.png │ │ │ │ │ ├── alldeletebtnupskin.png │ │ │ │ │ ├── rotaterightdisable.png │ │ │ │ │ └── alldeletebtnhoverskin.png │ │ │ └── zh-cn │ │ │ │ └── images │ │ │ │ ├── copy.png │ │ │ │ ├── music.png │ │ │ │ ├── upload.png │ │ │ │ ├── imglabel.png │ │ │ │ └── localimage.png │ │ ├── dialogs │ │ │ ├── emotion │ │ │ │ ├── images │ │ │ │ │ ├── 0.gif │ │ │ │ │ ├── bface.gif │ │ │ │ │ ├── cface.gif │ │ │ │ │ ├── fface.gif │ │ │ │ │ ├── tface.gif │ │ │ │ │ ├── wface.gif │ │ │ │ │ ├── yface.gif │ │ │ │ │ ├── jxface2.gif │ │ │ │ │ └── neweditor-tab-bg.png │ │ │ │ └── emotion.css │ │ │ ├── image │ │ │ │ ├── images │ │ │ │ │ ├── close.png │ │ │ │ │ ├── upload1.png │ │ │ │ │ └── upload2.png │ │ │ │ └── image.css │ │ │ ├── formula │ │ │ │ ├── images │ │ │ │ │ └── formula.png │ │ │ │ └── formula.css │ │ │ ├── video │ │ │ │ ├── images │ │ │ │ │ ├── left_focus.jpg │ │ │ │ │ ├── none_focus.jpg │ │ │ │ │ ├── right_focus.jpg │ │ │ │ │ └── center_focus.jpg │ │ │ │ └── video.css │ │ │ └── link │ │ │ │ └── link.js │ │ ├── themes │ │ │ └── default │ │ │ │ └── images │ │ │ │ ├── ok.gif │ │ │ │ ├── caret.png │ │ │ │ ├── close.png │ │ │ │ ├── icons.gif │ │ │ │ ├── icons.png │ │ │ │ ├── pop-bg.png │ │ │ │ ├── spacer.gif │ │ │ │ └── videologo.gif │ │ └── jsp │ │ │ ├── getContent.jsp │ │ │ └── imageUp.jsp │ ├── h5upload │ │ ├── h5upload.css │ │ └── h5upload.js │ ├── common.js │ └── ajax.js ├── css │ └── images │ │ ├── fd.png │ │ └── low_down.png ├── WEB-INF │ ├── lib │ │ ├── jxl.jar │ │ ├── msbase.jar │ │ ├── msutil.jar │ │ ├── sqljdbc.jar │ │ ├── jstl-1.2.jar │ │ ├── sqljdbc4.jar │ │ ├── mssqlserver.jar │ │ ├── ueditor-mini.jar │ │ ├── db-query-1.2.7.jar │ │ ├── jspsmartupload.jar │ │ ├── zxing-1.6-core.jar │ │ ├── commons-io-1.3.2.jar │ │ ├── fastjson-1.2.78.jar │ │ ├── query-jstl-0.0.1.jar │ │ ├── commons-fileupload-1.2.2.jar │ │ ├── mysql-connector-java-8.0.11.jar │ │ └── mysql-connector-java-5.0.4-bin.jar │ └── web.xml ├── zhifu │ └── images │ │ ├── alipay.gif │ │ ├── layout.css │ │ ├── logo.gif │ │ ├── qqzf.png │ │ ├── wxzf.png │ │ ├── wyzf.png │ │ ├── zfbzf.png │ │ ├── ABC_OUT.gif │ │ ├── BOC_OUT.gif │ │ ├── CCB_OUT.gif │ │ ├── CEB_OUT.gif │ │ ├── CIB_OUT.gif │ │ ├── CMBC_OUT.gif │ │ ├── CMB_OUT.gif │ │ ├── COMM_OUT.gif │ │ ├── FDB_OUT.gif │ │ ├── GDB_OUT.gif │ │ ├── HZCB_OUT.gif │ │ ├── ICBC_OUT.gif │ │ ├── PSBC_OUT.gif │ │ ├── SDB_OUT.gif │ │ ├── SPDB_OUT.gif │ │ ├── alipay_1.gif │ │ ├── BJRCB_OUT.gif │ │ ├── CITIC_OUT.gif │ │ ├── ENV_ABC_OUT.gif │ │ ├── ENV_CCB_OUT.gif │ │ ├── NBBANK_OUT.gif │ │ ├── SHBANK_OUT.gif │ │ ├── SPABANK_OUT.gif │ │ ├── alipay_bwrx.gif │ │ ├── button_sure.gif │ │ ├── icon_visa_s.gif │ │ ├── lijizhifu.png │ │ ├── logo_vbvv.gif │ │ ├── ENV_ICBC_OUT.gif │ │ └── ENV_SPDB_OUT.gif ├── ustyle │ ├── admin │ │ ├── img │ │ │ └── animate.png │ │ └── css │ │ │ └── pages │ │ │ ├── icon.css │ │ │ ├── weather-icons.css │ │ │ ├── error-page.css │ │ │ ├── invoice.css │ │ │ ├── gallery.css │ │ │ ├── glyphicons.css │ │ │ ├── faq.css │ │ │ ├── messages.css │ │ │ ├── frontend-themes.css │ │ │ └── search.css │ └── global │ │ ├── img │ │ ├── nature │ │ │ ├── 1.jpg │ │ │ ├── 2.jpg │ │ │ ├── 3.jpg │ │ │ ├── 4.jpg │ │ │ └── 5.jpg │ │ ├── people │ │ │ ├── 1.jpg │ │ │ ├── 2.jpg │ │ │ └── 3.jpg │ │ ├── avatar │ │ │ ├── 35 │ │ │ │ ├── 1.png │ │ │ │ ├── 2.png │ │ │ │ ├── 3.png │ │ │ │ ├── 4.png │ │ │ │ ├── 5.png │ │ │ │ ├── 6.png │ │ │ │ ├── 7.png │ │ │ │ ├── 8.png │ │ │ │ ├── 9.png │ │ │ │ ├── 10.png │ │ │ │ ├── 11.png │ │ │ │ ├── 12.png │ │ │ │ ├── 13.png │ │ │ │ ├── 15.png │ │ │ │ ├── 16.png │ │ │ │ ├── 17.png │ │ │ │ ├── 18.png │ │ │ │ ├── 19.png │ │ │ │ ├── 20.png │ │ │ │ └── 26.png │ │ │ ├── 50 │ │ │ │ ├── 1.png │ │ │ │ ├── 2.png │ │ │ │ ├── 3.png │ │ │ │ ├── 4.png │ │ │ │ ├── 5.png │ │ │ │ ├── 6.png │ │ │ │ ├── 7.png │ │ │ │ ├── 8.png │ │ │ │ ├── 10.png │ │ │ │ ├── 11.png │ │ │ │ ├── 12.png │ │ │ │ ├── 13.png │ │ │ │ ├── 14.png │ │ │ │ ├── 15.png │ │ │ │ ├── 16.png │ │ │ │ ├── 17.png │ │ │ │ ├── 18.png │ │ │ │ ├── 20.png │ │ │ │ ├── 21.png │ │ │ │ ├── 22.png │ │ │ │ └── 23.png │ │ │ └── 100 │ │ │ │ ├── 1.png │ │ │ │ ├── 12.png │ │ │ │ ├── 13.png │ │ │ │ ├── 14.png │ │ │ │ ├── 15.png │ │ │ │ ├── 16.png │ │ │ │ ├── 17.png │ │ │ │ ├── 18.png │ │ │ │ ├── 19.png │ │ │ │ └── 24.png │ │ ├── loader │ │ │ ├── flat │ │ │ │ ├── 1.gif │ │ │ │ ├── 2.gif │ │ │ │ ├── 3.gif │ │ │ │ ├── 4.gif │ │ │ │ ├── 5.gif │ │ │ │ ├── 6.gif │ │ │ │ └── 7.gif │ │ │ └── general │ │ │ │ ├── 1.gif │ │ │ │ ├── 2.gif │ │ │ │ ├── 3.gif │ │ │ │ ├── 4.gif │ │ │ │ ├── 5.gif │ │ │ │ ├── 6.gif │ │ │ │ ├── 7.gif │ │ │ │ ├── 8.gif │ │ │ │ ├── 9.gif │ │ │ │ └── 10.gif │ │ ├── technology │ │ │ ├── 1.jpg │ │ │ ├── 2.jpg │ │ │ ├── 3.jpg │ │ │ ├── 4.jpg │ │ │ └── 5.jpg │ │ ├── logo │ │ │ ├── logo-white.png │ │ │ ├── logo-djavaui.png │ │ │ └── logo-vertical.png │ │ └── ico │ │ │ └── apple-touch-icon.png │ │ ├── fontawesome │ │ └── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.ttf │ │ │ ├── fontawesome-webfont.woff │ │ │ └── fontawesome-webfont.woff2 │ │ └── bootstrap │ │ └── fonts │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.ttf │ │ ├── glyphicons-halflings-regular.woff │ │ └── glyphicons-halflings-regular.woff2 ├── qtstyle │ ├── font-awesome │ │ └── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.ttf │ │ │ ├── fontawesome-webfont.woff │ │ │ └── fontawesome-webfont.woff2 │ └── bootstrap │ │ ├── fonts │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.ttf │ │ ├── glyphicons-halflings-regular.woff │ │ └── glyphicons-halflings-regular.woff2 │ │ └── js │ │ └── npm.js ├── foot.jsp ├── logout.jsp ├── footer.jsp ├── sh.jsp ├── guanyudetail.jsp ├── head.jsp ├── zhifu.jsp ├── factory │ └── checkno.jsp ├── left_yonghu.jsp ├── sy.jsp ├── image.jsp ├── fenlei.jsp ├── yonghu.jsp ├── admins.jsp ├── dingdan.jsp ├── lunbotu.jsp ├── liuyanban.jsp ├── youqinglianjie.jsp ├── guanyu.jsp ├── ajax.jsp ├── jingpai.jsp ├── shangpin.jsp ├── dingdan_detail.jsp ├── upload_re.jsp ├── left_guanliyuan.jsp ├── fenlei_add.jsp ├── liuyanban_updt.jsp ├── mod.jsp ├── shangpin_detail.jsp ├── admins_updt.jsp ├── fenlei_updt.jsp ├── admins_updtself.jsp ├── youqinglianjie_list.jsp ├── guanyu_add.jsp ├── youqinglianjie_add.jsp └── admins_add.jsp ├── .DS_Store ├── .gitattributes ├── src ├── util │ ├── Info.java │ └── Request.java └── dao │ └── Query.java └── README.md /WebRoot/upload/image.txt: -------------------------------------------------------------------------------- 1 | images -------------------------------------------------------------------------------- /WebRoot/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Class-Path: 3 | 4 | -------------------------------------------------------------------------------- /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | *.js linguist-language=java 2 | *.css linguist-language=java 3 | *.html linguist-language=java -------------------------------------------------------------------------------- /WebRoot/js/nopic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/nopic.jpg -------------------------------------------------------------------------------- /WebRoot/css/images/fd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/css/images/fd.png -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/jxl.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/WEB-INF/lib/jxl.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/msbase.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/WEB-INF/lib/msbase.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/msutil.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/WEB-INF/lib/msutil.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/sqljdbc.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/WEB-INF/lib/sqljdbc.jar -------------------------------------------------------------------------------- /WebRoot/css/images/low_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/css/images/low_down.png -------------------------------------------------------------------------------- /WebRoot/js/video/video-js.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/video/video-js.swf -------------------------------------------------------------------------------- /WebRoot/zhifu/images/alipay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/alipay.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/layout.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/layout.css -------------------------------------------------------------------------------- /WebRoot/zhifu/images/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/logo.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/qqzf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/qqzf.png -------------------------------------------------------------------------------- /WebRoot/zhifu/images/wxzf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/wxzf.png -------------------------------------------------------------------------------- /WebRoot/zhifu/images/wyzf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/wyzf.png -------------------------------------------------------------------------------- /WebRoot/zhifu/images/zfbzf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/zfbzf.png -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/jstl-1.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/WEB-INF/lib/jstl-1.2.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/sqljdbc4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/WEB-INF/lib/sqljdbc4.jar -------------------------------------------------------------------------------- /WebRoot/js/video/font/VideoJS.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/video/font/VideoJS.eot -------------------------------------------------------------------------------- /WebRoot/js/video/font/VideoJS.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/video/font/VideoJS.ttf -------------------------------------------------------------------------------- /WebRoot/upload/1641456330638.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641456330638.png -------------------------------------------------------------------------------- /WebRoot/upload/1641456335890.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641456335890.png -------------------------------------------------------------------------------- /WebRoot/upload/1641456376903.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641456376903.png -------------------------------------------------------------------------------- /WebRoot/upload/1641457310436.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641457310436.png -------------------------------------------------------------------------------- /WebRoot/upload/1641457318561.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641457318561.png -------------------------------------------------------------------------------- /WebRoot/upload/1641457351466.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641457351466.png -------------------------------------------------------------------------------- /WebRoot/upload/1641457375852.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641457375852.png -------------------------------------------------------------------------------- /WebRoot/upload/1641457420848.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641457420848.png -------------------------------------------------------------------------------- /WebRoot/upload/1641457429979.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641457429979.png -------------------------------------------------------------------------------- /WebRoot/upload/1641457474927.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641457474927.png -------------------------------------------------------------------------------- /WebRoot/upload/1641457631344.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641457631344.png -------------------------------------------------------------------------------- /WebRoot/upload/1641457637521.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641457637521.png -------------------------------------------------------------------------------- /WebRoot/upload/1641457642475.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641457642475.png -------------------------------------------------------------------------------- /WebRoot/upload/1641457665772.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641457665772.png -------------------------------------------------------------------------------- /WebRoot/upload/1641457689139.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641457689139.png -------------------------------------------------------------------------------- /WebRoot/upload/1641457696087.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641457696087.png -------------------------------------------------------------------------------- /WebRoot/upload/1641457711122.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641457711122.png -------------------------------------------------------------------------------- /WebRoot/upload/1641458656927.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641458656927.png -------------------------------------------------------------------------------- /WebRoot/upload/1641458711511.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641458711511.png -------------------------------------------------------------------------------- /WebRoot/upload/1641458719266.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641458719266.png -------------------------------------------------------------------------------- /WebRoot/upload/1641458760070.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641458760070.png -------------------------------------------------------------------------------- /WebRoot/upload/1641458765623.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641458765623.png -------------------------------------------------------------------------------- /WebRoot/upload/1641458772668.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641458772668.png -------------------------------------------------------------------------------- /WebRoot/upload/1641458794918.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641458794918.png -------------------------------------------------------------------------------- /WebRoot/upload/1641718461538.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641718461538.png -------------------------------------------------------------------------------- /WebRoot/upload/1641718535343.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641718535343.png -------------------------------------------------------------------------------- /WebRoot/upload/1641718540155.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641718540155.png -------------------------------------------------------------------------------- /WebRoot/upload/1641718565489.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/1641718565489.png -------------------------------------------------------------------------------- /WebRoot/zhifu/images/ABC_OUT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/ABC_OUT.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/BOC_OUT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/BOC_OUT.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/CCB_OUT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/CCB_OUT.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/CEB_OUT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/CEB_OUT.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/CIB_OUT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/CIB_OUT.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/CMBC_OUT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/CMBC_OUT.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/CMB_OUT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/CMB_OUT.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/COMM_OUT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/COMM_OUT.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/FDB_OUT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/FDB_OUT.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/GDB_OUT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/GDB_OUT.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/HZCB_OUT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/HZCB_OUT.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/ICBC_OUT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/ICBC_OUT.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/PSBC_OUT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/PSBC_OUT.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/SDB_OUT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/SDB_OUT.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/SPDB_OUT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/SPDB_OUT.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/alipay_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/alipay_1.gif -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/mssqlserver.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/WEB-INF/lib/mssqlserver.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/ueditor-mini.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/WEB-INF/lib/ueditor-mini.jar -------------------------------------------------------------------------------- /WebRoot/js/video/font/VideoJS.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/video/font/VideoJS.woff -------------------------------------------------------------------------------- /WebRoot/ustyle/admin/img/animate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/admin/img/animate.png -------------------------------------------------------------------------------- /WebRoot/zhifu/images/BJRCB_OUT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/BJRCB_OUT.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/CITIC_OUT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/CITIC_OUT.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/ENV_ABC_OUT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/ENV_ABC_OUT.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/ENV_CCB_OUT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/ENV_CCB_OUT.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/NBBANK_OUT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/NBBANK_OUT.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/SHBANK_OUT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/SHBANK_OUT.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/SPABANK_OUT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/SPABANK_OUT.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/alipay_bwrx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/alipay_bwrx.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/button_sure.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/button_sure.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/icon_visa_s.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/icon_visa_s.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/lijizhifu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/lijizhifu.png -------------------------------------------------------------------------------- /WebRoot/zhifu/images/logo_vbvv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/logo_vbvv.gif -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/db-query-1.2.7.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/WEB-INF/lib/db-query-1.2.7.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/jspsmartupload.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/WEB-INF/lib/jspsmartupload.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/zxing-1.6-core.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/WEB-INF/lib/zxing-1.6-core.jar -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/nature/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/nature/1.jpg -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/nature/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/nature/2.jpg -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/nature/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/nature/3.jpg -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/nature/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/nature/4.jpg -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/nature/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/nature/5.jpg -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/people/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/people/1.jpg -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/people/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/people/2.jpg -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/people/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/people/3.jpg -------------------------------------------------------------------------------- /WebRoot/zhifu/images/ENV_ICBC_OUT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/ENV_ICBC_OUT.gif -------------------------------------------------------------------------------- /WebRoot/zhifu/images/ENV_SPDB_OUT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/zhifu/images/ENV_SPDB_OUT.gif -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/commons-io-1.3.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/WEB-INF/lib/commons-io-1.3.2.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/fastjson-1.2.78.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/WEB-INF/lib/fastjson-1.2.78.jar -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/query-jstl-0.0.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/WEB-INF/lib/query-jstl-0.0.1.jar -------------------------------------------------------------------------------- /WebRoot/js/datepicker/skin/datePicker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/datepicker/skin/datePicker.gif -------------------------------------------------------------------------------- /WebRoot/js/layer/theme/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/layer/theme/default/icon.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/35/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/35/1.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/35/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/35/2.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/35/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/35/3.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/35/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/35/4.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/35/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/35/5.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/35/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/35/6.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/35/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/35/7.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/35/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/35/8.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/35/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/35/9.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/50/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/50/1.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/50/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/50/2.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/50/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/50/3.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/50/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/50/4.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/50/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/50/5.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/50/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/50/6.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/50/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/50/7.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/50/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/50/8.png -------------------------------------------------------------------------------- /WebRoot/js/datepicker/skin/default/img.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/datepicker/skin/default/img.gif -------------------------------------------------------------------------------- /WebRoot/js/datepicker/skin/whyGreen/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/datepicker/skin/whyGreen/bg.jpg -------------------------------------------------------------------------------- /WebRoot/js/datepicker/skin/whyGreen/img.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/datepicker/skin/whyGreen/img.gif -------------------------------------------------------------------------------- /WebRoot/js/layer/theme/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/layer/theme/default/icon-ext.png -------------------------------------------------------------------------------- /WebRoot/js/umeditor/lang/en/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/lang/en/images/copy.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/100/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/100/1.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/100/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/100/12.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/100/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/100/13.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/100/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/100/14.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/100/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/100/15.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/100/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/100/16.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/100/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/100/17.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/100/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/100/18.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/100/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/100/19.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/100/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/100/24.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/35/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/35/10.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/35/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/35/11.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/35/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/35/12.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/35/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/35/13.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/35/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/35/15.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/35/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/35/16.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/35/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/35/17.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/35/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/35/18.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/35/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/35/19.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/35/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/35/20.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/35/26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/35/26.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/50/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/50/10.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/50/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/50/11.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/50/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/50/12.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/50/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/50/13.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/50/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/50/14.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/50/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/50/15.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/50/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/50/16.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/50/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/50/17.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/50/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/50/18.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/50/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/50/20.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/50/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/50/21.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/50/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/50/22.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/avatar/50/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/avatar/50/23.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/loader/flat/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/loader/flat/1.gif -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/loader/flat/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/loader/flat/2.gif -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/loader/flat/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/loader/flat/3.gif -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/loader/flat/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/loader/flat/4.gif -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/loader/flat/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/loader/flat/5.gif -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/loader/flat/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/loader/flat/6.gif -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/loader/flat/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/loader/flat/7.gif -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/technology/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/technology/1.jpg -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/technology/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/technology/2.jpg -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/technology/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/technology/3.jpg -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/technology/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/technology/4.jpg -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/technology/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/technology/5.jpg -------------------------------------------------------------------------------- /WebRoot/js/layer/theme/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/layer/theme/default/loading-0.gif -------------------------------------------------------------------------------- /WebRoot/js/layer/theme/default/loading-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/layer/theme/default/loading-1.gif -------------------------------------------------------------------------------- /WebRoot/js/layer/theme/default/loading-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/layer/theme/default/loading-2.gif -------------------------------------------------------------------------------- /WebRoot/js/umeditor/lang/en/images/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/lang/en/images/button.png -------------------------------------------------------------------------------- /WebRoot/js/umeditor/lang/en/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/lang/en/images/music.png -------------------------------------------------------------------------------- /WebRoot/js/umeditor/lang/en/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/lang/en/images/upload.png -------------------------------------------------------------------------------- /WebRoot/js/umeditor/lang/zh-cn/images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/lang/zh-cn/images/copy.png -------------------------------------------------------------------------------- /WebRoot/upload/20220106/69931641457481975.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/20220106/69931641457481975.png -------------------------------------------------------------------------------- /WebRoot/upload/20220106/7381641457439197.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/upload/20220106/7381641457439197.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/loader/general/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/loader/general/1.gif -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/loader/general/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/loader/general/2.gif -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/loader/general/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/loader/general/3.gif -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/loader/general/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/loader/general/4.gif -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/loader/general/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/loader/general/5.gif -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/loader/general/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/loader/general/6.gif -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/loader/general/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/loader/general/7.gif -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/loader/general/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/loader/general/8.gif -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/loader/general/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/loader/general/9.gif -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/logo/logo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/logo/logo-white.png -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/commons-fileupload-1.2.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/WEB-INF/lib/commons-fileupload-1.2.2.jar -------------------------------------------------------------------------------- /WebRoot/js/umeditor/dialogs/emotion/images/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/dialogs/emotion/images/0.gif -------------------------------------------------------------------------------- /WebRoot/js/umeditor/lang/en/images/addimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/lang/en/images/addimage.png -------------------------------------------------------------------------------- /WebRoot/js/umeditor/lang/en/images/imglabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/lang/en/images/imglabel.png -------------------------------------------------------------------------------- /WebRoot/js/umeditor/lang/zh-cn/images/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/lang/zh-cn/images/music.png -------------------------------------------------------------------------------- /WebRoot/js/umeditor/lang/zh-cn/images/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/lang/zh-cn/images/upload.png -------------------------------------------------------------------------------- /WebRoot/js/umeditor/themes/default/images/ok.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/themes/default/images/ok.gif -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/loader/general/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/loader/general/10.gif -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/logo/logo-djavaui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/logo/logo-djavaui.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/logo/logo-vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/logo/logo-vertical.png -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/mysql-connector-java-8.0.11.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/WEB-INF/lib/mysql-connector-java-8.0.11.jar -------------------------------------------------------------------------------- /WebRoot/js/umeditor/dialogs/image/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/dialogs/image/images/close.png -------------------------------------------------------------------------------- /WebRoot/js/umeditor/lang/en/images/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/lang/en/images/background.png -------------------------------------------------------------------------------- /WebRoot/js/umeditor/lang/en/images/deleteenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/lang/en/images/deleteenable.png -------------------------------------------------------------------------------- /WebRoot/js/umeditor/lang/en/images/localimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/lang/en/images/localimage.png -------------------------------------------------------------------------------- /WebRoot/js/umeditor/lang/zh-cn/images/imglabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/lang/zh-cn/images/imglabel.png -------------------------------------------------------------------------------- /WebRoot/js/umeditor/themes/default/images/caret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/themes/default/images/caret.png -------------------------------------------------------------------------------- /WebRoot/js/umeditor/themes/default/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/themes/default/images/close.png -------------------------------------------------------------------------------- /WebRoot/js/umeditor/themes/default/images/icons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/themes/default/images/icons.gif -------------------------------------------------------------------------------- /WebRoot/js/umeditor/themes/default/images/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/themes/default/images/icons.png -------------------------------------------------------------------------------- /WebRoot/qtstyle/font-awesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/qtstyle/font-awesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /WebRoot/ustyle/global/img/ico/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/img/ico/apple-touch-icon.png -------------------------------------------------------------------------------- /WebRoot/js/umeditor/dialogs/emotion/images/bface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/dialogs/emotion/images/bface.gif -------------------------------------------------------------------------------- /WebRoot/js/umeditor/dialogs/emotion/images/cface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/dialogs/emotion/images/cface.gif -------------------------------------------------------------------------------- /WebRoot/js/umeditor/dialogs/emotion/images/fface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/dialogs/emotion/images/fface.gif -------------------------------------------------------------------------------- /WebRoot/js/umeditor/dialogs/emotion/images/tface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/dialogs/emotion/images/tface.gif -------------------------------------------------------------------------------- /WebRoot/js/umeditor/dialogs/emotion/images/wface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/dialogs/emotion/images/wface.gif -------------------------------------------------------------------------------- /WebRoot/js/umeditor/dialogs/emotion/images/yface.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/dialogs/emotion/images/yface.gif -------------------------------------------------------------------------------- /WebRoot/js/umeditor/dialogs/image/images/upload1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/dialogs/image/images/upload1.png -------------------------------------------------------------------------------- /WebRoot/js/umeditor/dialogs/image/images/upload2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/dialogs/image/images/upload2.png -------------------------------------------------------------------------------- /WebRoot/js/umeditor/lang/en/images/deletedisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/lang/en/images/deletedisable.png -------------------------------------------------------------------------------- /WebRoot/js/umeditor/lang/en/images/listbackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/lang/en/images/listbackground.png -------------------------------------------------------------------------------- /WebRoot/js/umeditor/lang/zh-cn/images/localimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/lang/zh-cn/images/localimage.png -------------------------------------------------------------------------------- /WebRoot/js/umeditor/themes/default/images/pop-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/themes/default/images/pop-bg.png -------------------------------------------------------------------------------- /WebRoot/js/umeditor/themes/default/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/themes/default/images/spacer.gif -------------------------------------------------------------------------------- /WebRoot/WEB-INF/lib/mysql-connector-java-5.0.4-bin.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/WEB-INF/lib/mysql-connector-java-5.0.4-bin.jar -------------------------------------------------------------------------------- /WebRoot/js/umeditor/dialogs/emotion/images/jxface2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/dialogs/emotion/images/jxface2.gif -------------------------------------------------------------------------------- /WebRoot/js/umeditor/dialogs/formula/images/formula.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/dialogs/formula/images/formula.png -------------------------------------------------------------------------------- /WebRoot/js/umeditor/dialogs/video/images/left_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/dialogs/video/images/left_focus.jpg -------------------------------------------------------------------------------- /WebRoot/js/umeditor/dialogs/video/images/none_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/dialogs/video/images/none_focus.jpg -------------------------------------------------------------------------------- /WebRoot/js/umeditor/dialogs/video/images/right_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/dialogs/video/images/right_focus.jpg -------------------------------------------------------------------------------- /WebRoot/js/umeditor/lang/en/images/rotateleftdisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/lang/en/images/rotateleftdisable.png -------------------------------------------------------------------------------- /WebRoot/js/umeditor/lang/en/images/rotateleftenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/lang/en/images/rotateleftenable.png -------------------------------------------------------------------------------- /WebRoot/js/umeditor/lang/en/images/rotaterightenable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/lang/en/images/rotaterightenable.png -------------------------------------------------------------------------------- /WebRoot/js/umeditor/themes/default/images/videologo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/themes/default/images/videologo.gif -------------------------------------------------------------------------------- /WebRoot/ustyle/global/fontawesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/fontawesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /WebRoot/js/umeditor/dialogs/video/images/center_focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/dialogs/video/images/center_focus.jpg -------------------------------------------------------------------------------- /WebRoot/js/umeditor/lang/en/images/alldeletebtnupskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/lang/en/images/alldeletebtnupskin.png -------------------------------------------------------------------------------- /WebRoot/js/umeditor/lang/en/images/rotaterightdisable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/lang/en/images/rotaterightdisable.png -------------------------------------------------------------------------------- /WebRoot/qtstyle/font-awesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/qtstyle/font-awesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /WebRoot/qtstyle/font-awesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/qtstyle/font-awesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /WebRoot/js/umeditor/lang/en/images/alldeletebtnhoverskin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/lang/en/images/alldeletebtnhoverskin.png -------------------------------------------------------------------------------- /WebRoot/qtstyle/font-awesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/qtstyle/font-awesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /WebRoot/qtstyle/font-awesome/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/qtstyle/font-awesome/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /WebRoot/js/umeditor/dialogs/emotion/images/neweditor-tab-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/js/umeditor/dialogs/emotion/images/neweditor-tab-bg.png -------------------------------------------------------------------------------- /WebRoot/ustyle/global/fontawesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/fontawesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /WebRoot/ustyle/global/fontawesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/fontawesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /WebRoot/qtstyle/bootstrap/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/qtstyle/bootstrap/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /WebRoot/qtstyle/bootstrap/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/qtstyle/bootstrap/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /WebRoot/qtstyle/bootstrap/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/qtstyle/bootstrap/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /WebRoot/qtstyle/bootstrap/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/qtstyle/bootstrap/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /WebRoot/ustyle/global/fontawesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/fontawesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /WebRoot/ustyle/global/fontawesome/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/fontawesome/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /WebRoot/ustyle/global/bootstrap/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/bootstrap/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /WebRoot/ustyle/global/bootstrap/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/bootstrap/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /WebRoot/ustyle/global/bootstrap/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/bootstrap/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /WebRoot/ustyle/global/bootstrap/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JavaGraduationProject/AuctionManagementSystem/HEAD/WebRoot/ustyle/global/bootstrap/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /WebRoot/js/datepicker/skin/WdatePicker.css: -------------------------------------------------------------------------------- 1 | .Wdate{ 2 | border:#999 1px solid; 3 | height:20px; 4 | background:#fff url(datePicker.gif) no-repeat right; 5 | } 6 | .Wdate::-ms-clear{display:none;} 7 | 8 | .WdateFmtErr{ 9 | font-weight:bold; 10 | color:red; 11 | } -------------------------------------------------------------------------------- /WebRoot/foot.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8"%> 2 | <%@ page language="java" import="java.util.*"%> 3 | <%@page import="util.*"%> 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /WebRoot/qtstyle/bootstrap/js/npm.js: -------------------------------------------------------------------------------- 1 | // This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment. 2 | require("../../js/transition.js"); 3 | require("../../js/alert.js"); 4 | require("../../js/button.js"); 5 | require("../../js/carousel.js"); 6 | require("../../js/collapse.js"); 7 | require("../../js/dropdown.js"); 8 | require("../../js/modal.js"); 9 | require("../../js/tooltip.js"); 10 | require("../../js/popover.js"); 11 | require("../../js/scrollspy.js"); 12 | require("../../js/tab.js"); 13 | require("../../js/affix.js"); 14 | -------------------------------------------------------------------------------- /WebRoot/ustyle/admin/css/pages/icon.css: -------------------------------------------------------------------------------- 1 | /* ======================================================================== 2 | * SIMPLE LINE ICONS 3 | * ======================================================================== */ 4 | .preview { 5 | padding: 10px 0; 6 | position: relative; 7 | } 8 | .icons { 9 | font-size: 16px; 10 | padding-right: 10px; 11 | } 12 | .code-preview { 13 | display: none; 14 | } 15 | .name { 16 | font-size: 14px; 17 | } 18 | .show-code { 19 | color: #101010; 20 | } 21 | .show-code:hover, 22 | .show-code:active, 23 | .show-code:focus { 24 | color: #252525; 25 | text-decoration: none; 26 | } 27 | -------------------------------------------------------------------------------- /WebRoot/js/umeditor/jsp/getContent.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> 2 | 3 | 4 | 5 | 6 | <% 7 | request.setCharacterEncoding("utf-8"); 8 | response.setCharacterEncoding("utf-8"); 9 | String content = request.getParameter("myEditor"); 10 | 11 | 12 | 13 | response.getWriter().print("
"+content+"
"); 14 | 15 | %> -------------------------------------------------------------------------------- /WebRoot/logout.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" pageEncoding="UTF-8" %> 2 | <% 3 | String path = request.getContextPath(); 4 | String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path + "/"; 5 | %> 6 | 7 | 8 | 9 | 10 | 11 | 12 | My JSP 'adminyanzheng.jsp' starting page 13 | 14 | 15 | 16 | <% 17 | session.invalidate(); 18 | response.sendRedirect("index.jsp"); 19 | %> 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /src/util/Info.java: -------------------------------------------------------------------------------- 1 | package util; 2 | 3 | import com.jntoo.db.utils.DownloadRemoteImage; 4 | import javax.servlet.http.HttpServletRequest; 5 | 6 | /** 7 | * Info 工具类,比较杂什么都有 8 | */ 9 | public class Info extends com.jntoo.db.utils.InfoUtil { 10 | 11 | /** 12 | * 下载内容 13 | * @param content 待下载的内容 14 | * @return 返回下载后的内容 15 | */ 16 | public static String download(String content) { 17 | HttpServletRequest request = Request.getRequest(); // 获取当前运行的目录 18 | String savePath = request.getSession().getServletContext().getRealPath("/"); // 保存位置 19 | return DownloadRemoteImage.run(content, savePath, "./upload"); // 将下载的内容保存在网站中 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /WebRoot/js/datepicker/lang/en.js: -------------------------------------------------------------------------------- 1 | var $lang={ 2 | errAlertMsg: "Invalid date or the date out of range,redo or not?", 3 | aWeekStr: ["wk", "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], 4 | aLongWeekStr:["wk","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"], 5 | aMonStr: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], 6 | aLongMonStr: ["January","February","March","April","May","June","July","August","September","October","November","December"], 7 | clearStr: "Clear", 8 | todayStr: "Today", 9 | okStr: "OK", 10 | updateStr: "OK", 11 | timeStr: "Time", 12 | quickStr: "Quick Selection", 13 | err_1: 'MinDate Cannot be bigger than MaxDate!' 14 | } -------------------------------------------------------------------------------- /WebRoot/ustyle/admin/css/pages/weather-icons.css: -------------------------------------------------------------------------------- 1 | /* ======================================================================== 2 | * WEATHER ICONS 3 | * ======================================================================== */ 4 | .example { 5 | text-align: center; 6 | margin: 10px 3px; 7 | } 8 | .example:before, 9 | .example:after { 10 | content: " "; 11 | display: table; 12 | } 13 | .example:after { 14 | clear: both; 15 | } 16 | .example .icon { 17 | font-size: 20px; 18 | float: left; 19 | width: 35px; 20 | } 21 | .example .class { 22 | text-align: center; 23 | font-size: 17px; 24 | float: left; 25 | margin-top: 0; 26 | font-weight: 400; 27 | margin-left: 10px; 28 | color: #333; 29 | } 30 | -------------------------------------------------------------------------------- /WebRoot/footer.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8"%> 2 | <%@ page language="java" import="java.util.*"%> 3 | <%@page import="util.*"%> 4 | 5 | 6 | 7 | 8 | 9 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /WebRoot/sh.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.CommDAO" pageEncoding="UTF-8" %> 2 | 3 | 4 | 5 | 6 | 7 | 审核 8 | 9 | 10 | <% 11 | String yuan = request.getParameter("yuan"); 12 | String id = request.getParameter("id"); 13 | String tablename = request.getParameter("tablename"); 14 | String sql = ""; 15 | if (yuan.equals("是")) { 16 | sql = "update " + tablename + " set issh='否' where id=" + id; 17 | } else { 18 | sql = "update " + tablename + " set issh='是' where id=" + id; 19 | } 20 | new CommDAO().commOper(sql); 21 | out.print(""); 22 | %> 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /WebRoot/ustyle/admin/css/pages/error-page.css: -------------------------------------------------------------------------------- 1 | /* ======================================================================== 2 | * ERROR PAGE 3 | * ======================================================================== */ 4 | .error-wrapper { 5 | text-align: center; 6 | width: 570px; 7 | margin: 10% auto 0px; 8 | } 9 | .error-wrapper h1 { 10 | font-size: 130px; 11 | margin: 0; 12 | line-height: 130px; 13 | } 14 | .error-wrapper h3 { 15 | margin: 0; 16 | } 17 | .error-wrapper h4 { 18 | font-size: 13px; 19 | } 20 | .error-wrapper form { 21 | width: 350px; 22 | margin: 20px auto 0 auto; 23 | } 24 | .error-wrapper input { 25 | background-color: #eeeeef; 26 | } 27 | @media (max-width: 768px) { 28 | .error-wrapper { 29 | width: 100%; 30 | padding: 0 20px; 31 | } 32 | .error-wrapper form { 33 | width: 250px; 34 | } 35 | } 36 | @media (max-width: 320px) { 37 | .error-wrapper { 38 | padding: 0 5px; 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /WebRoot/js/umeditor/dialogs/formula/formula.css: -------------------------------------------------------------------------------- 1 | .edui-popup-formula .edui-formula-wrapper { 2 | padding: 15px; 3 | } 4 | .edui-popup-formula .edui-formula-wrapper .edui-tab-nav{ 5 | height: auto; 6 | *height: 31px; 7 | } 8 | .edui-popup-formula .edui-formula-wrapper .edui-tab-text { 9 | font-size: 12px; 10 | } 11 | .edui-popup-formula .edui-formula-wrapper .edui-formula-clearboth { 12 | clear: both; 13 | width: 0; 14 | height: 0; 15 | } 16 | .edui-popup-formula .edui-formula-wrapper .edui-tab-pane ul { 17 | margin: 0px; 18 | padding: 0px; 19 | } 20 | .edui-popup-formula .edui-formula-wrapper .edui-tab-content { 21 | padding: 5px 0px 0px 0px; 22 | } 23 | .edui-popup-formula .edui-formula-wrapper .edui-tab-pane .edui-formula-latex-item { 24 | display: block; 25 | float: left; 26 | margin: 0px 3px 3px 0px; 27 | width: 30px; 28 | height: 30px; 29 | border:1px solid #cccccc; 30 | background-image: url("images/formula.png"); 31 | cursor: pointer; 32 | } -------------------------------------------------------------------------------- /WebRoot/js/umeditor/jsp/imageUp.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8" %> 2 | <%@ page import="util.Uploader" %> 3 | <% 4 | request.setCharacterEncoding("utf-8"); 5 | response.setCharacterEncoding("utf-8"); 6 | Uploader up = new Uploader(request); 7 | up.setSavePath("../../../upload"); 8 | String[] fileType = {".gif", ".png", ".jpg", ".jpeg", ".bmp"}; 9 | up.setAllowFiles(fileType); 10 | up.setMaxSize(10000); //单位KB 11 | up.upload(); 12 | 13 | String callback = request.getParameter("callback"); 14 | 15 | String result = "{\"name\":\"" + up.getFileName() + "\", \"originalName\": \"" + up.getOriginalName() + "\", \"size\": " + up.getSize() + ", \"state\": \"" + up.getState() + "\", \"type\": \"" + up.getType() + "\", \"url\": \"" + up.getUrl().replace("../../../", "") + "\"}"; 16 | 17 | result = result.replaceAll("\\\\", "\\\\"); 18 | 19 | if (callback == null) { 20 | response.getWriter().print(result); 21 | } else { 22 | response.getWriter().print(""); 23 | } 24 | %> 25 | -------------------------------------------------------------------------------- /WebRoot/js/datepicker/lang/zh-cn.js: -------------------------------------------------------------------------------- 1 | var $lang={ 2 | errAlertMsg: "\u4E0D\u5408\u6CD5\u7684\u65E5\u671F\u683C\u5F0F\u6216\u8005\u65E5\u671F\u8D85\u51FA\u9650\u5B9A\u8303\u56F4,\u9700\u8981\u64A4\u9500\u5417?", 3 | aWeekStr: ["\u5468","\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"], 4 | aLongWeekStr:["\u5468","\u661F\u671F\u65E5","\u661F\u671F\u4E00","\u661F\u671F\u4E8C","\u661F\u671F\u4E09","\u661F\u671F\u56DB","\u661F\u671F\u4E94","\u661F\u671F\u516D"], 5 | aMonStr: ["\u4E00\u6708","\u4E8C\u6708","\u4E09\u6708","\u56DB\u6708","\u4E94\u6708","\u516D\u6708","\u4E03\u6708","\u516B\u6708","\u4E5D\u6708","\u5341\u6708","\u5341\u4E00","\u5341\u4E8C"], 6 | aLongMonStr: ["\u4E00\u6708","\u4E8C\u6708","\u4E09\u6708","\u56DB\u6708","\u4E94\u6708","\u516D\u6708","\u4E03\u6708","\u516B\u6708","\u4E5D\u6708","\u5341\u6708","\u5341\u4E00\u6708","\u5341\u4E8C\u6708"], 7 | clearStr: "\u6E05\u7A7A", 8 | todayStr: "\u4ECA\u5929", 9 | okStr: "\u786E\u5B9A", 10 | updateStr: "\u786E\u5B9A", 11 | timeStr: "\u65F6\u95F4", 12 | quickStr: "\u5FEB\u901F\u9009\u62E9", 13 | err_1: '\u6700\u5C0F\u65E5\u671F\u4E0D\u80FD\u5927\u4E8E\u6700\u5927\u65E5\u671F!' 14 | } -------------------------------------------------------------------------------- /WebRoot/js/datepicker/lang/zh-tw.js: -------------------------------------------------------------------------------- 1 | var $lang={ 2 | errAlertMsg: "\u4E0D\u5408\u6CD5\u7684\u65E5\u671F\u683C\u5F0F\u6216\u8005\u65E5\u671F\u8D85\u51FA\u9650\u5B9A\u7BC4\u570D,\u9700\u8981\u64A4\u92B7\u55CE?", 3 | aWeekStr: ["\u5468","\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"], 4 | aLongWeekStr:["\u5468","\u661F\u671F\u65E5","\u661F\u671F\u4E00","\u661F\u671F\u4E8C","\u661F\u671F\u4E09","\u661F\u671F\u56DB","\u661F\u671F\u4E94","\u661F\u671F\u516D"], 5 | aMonStr: ["\u4E00\u6708","\u4E8C\u6708","\u4E09\u6708","\u56DB\u6708","\u4E94\u6708","\u516D\u6708","\u4E03\u6708","\u516B\u6708","\u4E5D\u6708","\u5341\u6708","\u5341\u4E00","\u5341\u4E8C"], 6 | aLongMonStr: ["\u4E00\u6708","\u4E8C\u6708","\u4E09\u6708","\u56DB\u6708","\u4E94\u6708","\u516D\u6708","\u4E03\u6708","\u516B\u6708","\u4E5D\u6708","\u5341\u6708","\u5341\u4E00\u6708","\u5341\u4E8C\u6708"], 7 | clearStr: "\u6E05\u7A7A", 8 | todayStr: "\u4ECA\u5929", 9 | okStr: "\u78BA\u5B9A", 10 | updateStr: "\u78BA\u5B9A", 11 | timeStr: "\u6642\u9593", 12 | quickStr: "\u5FEB\u901F\u9078\u64C7", 13 | err_1: '\u6700\u5C0F\u65E5\u671F\u4E0D\u80FD\u5927\u65BC\u6700\u5927\u65E5\u671F!' 14 | } -------------------------------------------------------------------------------- /WebRoot/guanyudetail.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8" %> 2 | <%@ page language="java" import="java.util.*" %> 3 | <%@page import="util.*" %> 4 | <% %> 5 | <% Map map = Query.make("guanyu").where("id", request.getParameter("id")).find(); %> 6 | <%@ include file="head.jsp" %> 7 | <%@ include file="header.jsp" %> 8 | 9 | 10 |
11 |
12 | 13 | 14 |
15 |
16 |

17 | 18 | 19 |

20 |
21 |
22 | <%= map.get("biaoti") %> 23 | 24 | 25 |
<%= map.get("neirong") %>
26 | 27 |
28 |
29 | 30 | 31 |
32 |
33 | <%@ include file="footer.jsp" %> 34 | <%@ include file="foot.jsp" %> 35 | 36 | -------------------------------------------------------------------------------- /WebRoot/head.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8" %> 2 | <%@ page language="java" import="java.util.*" %> 3 | <%@page import="util.*" %> 4 | 5 | 6 | 7 | 8 | 9 | 10 | 拍卖管理系统 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /WebRoot/js/video/lang/zh-CN.js: -------------------------------------------------------------------------------- 1 | videojs.addLanguage("zh-CN",{ 2 | "Play": "播放", 3 | "Pause": "暂停", 4 | "Current Time": "当前时间", 5 | "Duration Time": "时长", 6 | "Remaining Time": "剩余时间", 7 | "Stream Type": "媒体流类型", 8 | "LIVE": "直播", 9 | "Loaded": "加载完毕", 10 | "Progress": "进度", 11 | "Fullscreen": "全屏", 12 | "Non-Fullscreen": "退出全屏", 13 | "Mute": "静音", 14 | "Unmute": "取消静音", 15 | "Playback Rate": "播放码率", 16 | "Subtitles": "字幕", 17 | "subtitles off": "字幕关闭", 18 | "Captions": "内嵌字幕", 19 | "captions off": "内嵌字幕关闭", 20 | "Chapters": "节目段落", 21 | "You aborted the media playback": "视频播放被终止", 22 | "A network error caused the media download to fail part-way.": "网络错误导致视频下载中途失败。", 23 | "The media could not be loaded, either because the server or network failed or because the format is not supported.": "视频因格式不支持或者服务器或网络的问题无法加载。", 24 | "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "由于视频文件损坏或是该视频使用了你的浏览器不支持的功能,播放终止。", 25 | "No compatible source was found for this media.": "无法找到此视频兼容的源。", 26 | "The media is encrypted and we do not have the keys to decrypt it.": "视频已加密,无法解密。" 27 | }); -------------------------------------------------------------------------------- /WebRoot/js/h5upload/h5upload.css: -------------------------------------------------------------------------------- 1 | .images_box, .files_box { 2 | padding: 10px; 3 | border: 1px solid #DDDDDD; 4 | margin-bottom: 10px; 5 | } 6 | 7 | .files_box { 8 | padding: 20px; 9 | } 10 | 11 | .images_box .uploadImage, .images_box .sortHelper { 12 | float: left; 13 | width: 120px; 14 | height: 120px; 15 | position: relative; 16 | margin-right: 10px; 17 | } 18 | 19 | .images_box .uploadImage .thumbnail { 20 | margin-bottom: 0px; 21 | } 22 | 23 | .uploadImage .thumb { 24 | width: 100%; 25 | height: 100%; 26 | vertical-align: middle; 27 | } 28 | 29 | .uploadImage .thumb img { 30 | max-width: 100%; 31 | max-height: 100%; 32 | vertical-align: middle; 33 | } 34 | 35 | .uploadImage .btnClose, .uploadImage .btnUpload { 36 | display: none; 37 | position: absolute; 38 | opacity: 0.8; 39 | } 40 | 41 | .uploadImage .btnClose { 42 | color: #990000; 43 | font-size: 18px; 44 | right: -5px; 45 | top: -5px; 46 | } 47 | 48 | .uploadImage .btnUpload { 49 | text-align: center; 50 | left: 0px; 51 | width: 100%; 52 | bottom: 0px; 53 | opacity: 0.6; 54 | } 55 | 56 | .uploadImage:hover .btnClose, .uploadImage:hover .btnUpload { 57 | display: block; 58 | } 59 | -------------------------------------------------------------------------------- /WebRoot/zhifu.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.CommDAO" pageEncoding="utf-8" %> 2 | <%@page import="java.util.HashMap" %> 3 | <%@page import="util.*" %> 4 | 5 | 6 | 7 | 8 | My JSP 'adminyanzheng.jsp' starting page 9 | 10 | 11 | <% 12 | String id, biao; 13 | boolean isShaxiang = false; 14 | if (request.getParameter("out_trade_no") != null) { 15 | String[] out_trade_no = request.getParameter("out_trade_no").split("\\-"); 16 | id = out_trade_no[2]; 17 | biao = out_trade_no[1]; 18 | isShaxiang = true; 19 | } else { 20 | id = request.getParameter("id"); 21 | biao = request.getParameter("biao"); 22 | } 23 | HashMap order = new CommDAO().getmap(id, biao); 24 | String sql = "update " + biao + " set iszf='是' where id='" + id + "'"; 25 | new CommDAO().commOper(sql); 26 | if ("dingdan".equals(biao)) { 27 | new CommDAO().commOper("UPDATE dingdan SET zhuangtai='已成功购买' WHERE id='" + order.get("id") + "'"); 28 | 29 | new CommDAO().commOper("UPDATE shangpin SET zhuangtai='已售' WHERE bianhao='" + order.get("bianhao") + "'"); 30 | } 31 | 32 | out.print(""); 33 | %> 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /WebRoot/factory/checkno.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.CommDAO" pageEncoding="UTF-8" %> 2 | <%@page import="util.Info" %> 3 | <%@page import="java.util.List" %> 4 | <% 5 | String table = request.getParameter("table") == null ? "" : request.getParameter("table"); 6 | String col = request.getParameter("col") == null ? "" : request.getParameter("col"); 7 | String value = request.getParameter(col) == null ? "" : request.getParameter(col); 8 | String checktype = request.getParameter("checktype") == null ? "" : request.getParameter("checktype"); 9 | String valuecopy = ""; 10 | 11 | // 检测插入行是否内容已存在 12 | if (checktype.equals("insert")) { 13 | //value = Info.getUTFStr(value); 14 | System.out.println(value); 15 | List list = new CommDAO().select("select * from " + table + " where " + col + "='" + value + "'"); 16 | if (list.size() > 0) { 17 | out.print("false"); 18 | } else { 19 | out.print("true"); 20 | } 21 | } 22 | // 检测更新行是否内容已存在 23 | if (checktype.equals("update")) { 24 | String id = request.getParameter("id") == null ? "" : request.getParameter("id"); 25 | //value = Info.getUTFStr(value); 26 | System.out.println(value); 27 | List list = new CommDAO().select("select * from " + table + " where " + col + "='" + value + "' and id!=" + id); 28 | System.out.println("select * from " + table + " where " + col + "='" + value + "' and id!=" + id); 29 | if (list.size() > 0) { 30 | out.print("false"); 31 | } else { 32 | out.print("true"); 33 | } 34 | } 35 | %> 36 | 37 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 全目录 2 | 3 | [更多系统、论文,供君选择 ~~>](https://www.yuque.com/wisebit/blog) 4 | # 92.AuctionManagementSystem 5 | 6 |

群: 983063232(大佬群 2TB学习资料,讲解)(入群获取sql文件)

7 |

QQ: 206157502(加好友获取sql文件)

8 | 9 |

92.拍卖管理系统

10 | 11 |

12 | 13 | 14 | 15 | 16 |

17 | 18 | # 简介 19 | 20 | > 本代码来源于网络, 请入群(983063232)后联系群主索要sql文件! 21 | > 22 | 23 | # 环境 24 | 25 | - IntelliJ IDEA 2009.3 26 | 27 | - Mysql 5.7.26 28 | 29 | - Maven 30 | 31 | - JDK 1.8 32 | 33 | 34 | 35 | ## 缩略图 36 | 37 | ![](https://bitwise.oss-cn-heyuan.aliyuncs.com/2024/9/10/4fbfa217-d908-4b2d-b6c2-3a2445855c0f.png) 38 | ![](https://bitwise.oss-cn-heyuan.aliyuncs.com/2024/9/10/280160d6-c2f1-4d20-9713-3ea65860c6da.png) 39 | ![](https://bitwise.oss-cn-heyuan.aliyuncs.com/2024/9/10/3e86a6bd-1fa1-4c44-b6ee-5ced8b4c9e12.png) 40 | ![](https://bitwise.oss-cn-heyuan.aliyuncs.com/2024/9/10/4a6000f9-4f7c-474b-9ed1-e06801fcabd0.png) 41 | ![](https://bitwise.oss-cn-heyuan.aliyuncs.com/2024/9/10/db603ec6-819d-410d-a0ab-17c9063b081c.png) 42 | ![](https://bitwise.oss-cn-heyuan.aliyuncs.com/2024/9/10/d97a4b62-1b14-4286-a6e8-b0ce685a0ba3.png) 43 | ![](https://bitwise.oss-cn-heyuan.aliyuncs.com/2024/9/10/9241fc62-be93-4a67-b9f9-c001b38c8282.png) 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /WebRoot/WEB-INF/web.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | 10 | 11 | index.jsp 12 | 13 | 14 | 15 | characterEncoding 16 | util.SetChar 17 | 18 | 19 | characterEncoding 20 | /* 21 | 22 | 23 | htm 24 | text/html;charset=utf-8 25 | 26 | 27 | html 28 | text/html;charset=utf-8 29 | 30 | 31 | 32 | This is the description of my J2EE component 33 | This is the display name of my J2EE component 34 | MainCtrl 35 | control.LoginCtrl 36 | 37 | 38 | 39 | MainCtrl 40 | /login 41 | 42 | 43 | 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /WebRoot/left_yonghu.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8" %> 2 | <%@ page language="java" import="java.util.*" %> 3 | <%@page import="util.*" %> 4 | 5 | 6 | 16 | 26 | 36 | 47 | -------------------------------------------------------------------------------- /WebRoot/sy.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" pageEncoding="utf-8" %> 2 | 3 | 4 | 5 | 6 | 拍卖管理系统 7 | 8 | 9 | 17 | 18 | 19 |

 

20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 |
拍卖管理系统
系统作者:xxxxxx
指导老师:xxxxxxx
联系方式:xxxxxxxxxxxxxxx
39 |

 

40 |

 

41 | 42 | 43 | -------------------------------------------------------------------------------- /WebRoot/image.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="image/jpeg" import="javax.imageio.ImageIO, 2 | java.awt.*,java.awt.image.BufferedImage,java.util.Random" %> 3 | <%! 4 | Color getRandColor(int fc,int bc) 5 | { 6 | Random random = new Random(); 7 | if(fc>255) fc=255; 8 | if(bc>255) bc=255; 9 | int r=fc+random.nextInt(bc-fc); 10 | int g=fc+random.nextInt(bc-fc); 11 | int b=fc+random.nextInt(bc-fc); 12 | return new Color(r,g,b); 13 | } %> <% 14 | out.clear(); //这句针对resin服务器,如果是tomacat可以不要这句 15 | response.setHeader("Pragma", "No-cache"); 16 | response.setHeader("Cache-Control", "no-cache"); 17 | response.setDateHeader("Expires", 0); 18 | int width = 60, height = 20; 19 | BufferedImage image = new BufferedImage(width, height, BufferedImage.TYPE_INT_RGB); 20 | Graphics g = image.getGraphics(); 21 | Random random = new Random(); 22 | g.setColor(getRandColor(200, 250)); 23 | g.fillRect(0, 0, width, height); 24 | g.setFont(new Font("Times New Roman", Font.PLAIN, 18)); 25 | g.setColor(getRandColor(160, 200)); 26 | for (int i = 0; i < 155; i++) { 27 | int x = random.nextInt(width); 28 | int y = random.nextInt(height); 29 | int xl = random.nextInt(12); 30 | int yl = random.nextInt(12); 31 | g.drawLine(x, y, x + xl, y + yl); 32 | } 33 | String sRand = ""; 34 | for (int i = 0; i < 4; i++) { 35 | String rand = String.valueOf(random.nextInt(10)); 36 | sRand += rand; 37 | g.setColor(new Color(20 + random.nextInt(110), 20 + random.nextInt(110), 20 + random.nextInt(110))); 38 | g.drawString(rand, 13 * i + 6, 16); 39 | } 40 | // 将认证码存入SESSION 41 | session.setAttribute("random", sRand); 42 | g.dispose(); 43 | ImageIO.write(image, "JPEG", response.getOutputStream()); 44 | %> 45 | 46 | -------------------------------------------------------------------------------- /WebRoot/js/common.js: -------------------------------------------------------------------------------- 1 | (function(){ 2 | 3 | (function () { 4 | function selectRadio(obj) { 5 | var form = $(obj).parents('form'); 6 | var div = $(obj).parent(); 7 | div.find('input').val($(obj).attr('data-value')); 8 | var isSeach = false; 9 | $('.search-radio-tree').each(function (i) { 10 | if(isSeach){ 11 | $(this).remove(); 12 | } 13 | if(this == div[0]) 14 | { 15 | isSeach=true 16 | } 17 | }); 18 | form.submit(); 19 | } 20 | window.selectRadio = selectRadio; 21 | $('.search-radio').each(function () { 22 | 23 | var val = $(this).find('input').val(); 24 | $(this).find('a[data-value="'+val+'"]').addClass('active'); 25 | 26 | }) 27 | })() 28 | 29 | 30 | 31 | })(); 32 | (function(){ 33 | 34 | $(function () { 35 | $('.resp-tabs').on('click', '.resp-tab-item', function () { 36 | var index = $(this).index(); 37 | var par = $(this).parents('.resp-tabs'); 38 | 39 | par.find('.resp-tab-item.resp-tab-active').removeClass('resp-tab-active'); 40 | $(this).addClass('resp-tab-active'); 41 | par.find('.resp-tabs-container .resp-tab-content.resp-content-active').removeClass('resp-content-active'); 42 | par.find('.resp-tabs-container .resp-tab-content:eq(' + index + ')').addClass('resp-content-active'); 43 | }); 44 | $('.resp-tabs').each(function () { 45 | $(this).find('.resp-tab-item:eq(0)').click(); 46 | }) 47 | }); 48 | 49 | })(); -------------------------------------------------------------------------------- /WebRoot/ustyle/admin/css/pages/invoice.css: -------------------------------------------------------------------------------- 1 | /* ======================================================================== 2 | * INVOICE 3 | * ======================================================================== */ 4 | .panel-invoice .panel-sub-heading { 5 | padding: 20px; 6 | } 7 | .panel-invoice address { 8 | position: relative; 9 | margin-bottom: 0px; 10 | } 11 | .panel-invoice table thead tr th:nth-child(1) { 12 | width: 40%; 13 | } 14 | .panel-invoice table thead tr th:nth-child(2) { 15 | width: 5%; 16 | } 17 | .panel-invoice table thead tr th:nth-child(3) { 18 | width: 12%; 19 | } 20 | .panel-invoice table thead tr th:nth-child(4) { 21 | width: 10%; 22 | } 23 | .panel-invoice table thead tr th:nth-child(5) { 24 | width: 5%; 25 | } 26 | .panel-invoice table thead tr th:nth-child(6) { 27 | width: 8%; 28 | } 29 | .panel-invoice table tbody h4 { 30 | padding: 0px 0px 3px; 31 | margin: 0px; 32 | } 33 | .logo-block { 34 | display: block; 35 | background: none repeat scroll 0% 0% #FFF; 36 | float: right; 37 | max-width: 100px; 38 | margin-top: 2px; 39 | } 40 | .logo-block img { 41 | display: inline-block; 42 | max-width: 100%; 43 | border: none; 44 | } 45 | .product-name { 46 | position: relative; 47 | margin-bottom: 0px; 48 | padding-left: 70px; 49 | } 50 | .product-num { 51 | position: absolute; 52 | font-size: 0.9em; 53 | padding: 7px; 54 | width: 34px; 55 | text-align: center; 56 | color: white; 57 | font-weight: 700; 58 | top: 0px; 59 | left: 15px; 60 | } 61 | @media (max-width: 360px) { 62 | .panel-invoice .text-right { 63 | text-align: left !important; 64 | margin-top: 25px; 65 | } 66 | .panel-invoice .logo-block { 67 | display: none; 68 | } 69 | } 70 | -------------------------------------------------------------------------------- /WebRoot/js/ajax.js: -------------------------------------------------------------------------------- 1 | /** 2 | * 初始化ajax 3 | * @constructor 4 | */ 5 | function AJAX() 6 | { 7 | this.Http = false; 8 | this.Http = this.createXMLHttpRequest(); // 创建xmlHttp 9 | this.value = null; 10 | this.xmlValue = null; 11 | this.state = false; 12 | } 13 | 14 | /** 15 | * 作者 16 | */ 17 | AJAX.prototype.author = function() 18 | { 19 | alert("ajax for liyuanchao\n2007-12-01"); 20 | } 21 | /** 22 | * 弹出使用方法 23 | */ 24 | AJAX.prototype.help = function() 25 | { 26 | var str = "var ajax = new AJAX();\n"; 27 | str += "ajax.post(url);\n"; 28 | str += "if(ajax.isOK()) \n{\n var value = ajax.getValue();\n}"; 29 | alert(str); 30 | } 31 | /** 32 | * 根据浏览器创建 XMLHttpRequest 对象 33 | * @returns {XMLHttpRequest|any} 34 | */ 35 | AJAX.prototype.createXMLHttpRequest = function() 36 | { 37 | if(window.ActiveXObject) 38 | return new ActiveXObject("Microsoft.XMLHTTP"); 39 | else if(window.XMLHttpRequest) 40 | return new XMLHttpRequest(); 41 | } 42 | /** 43 | * 使用post 提交到后台,并使用的是同步操作 44 | * @param url 45 | */ 46 | AJAX.prototype.post = function(url) 47 | { 48 | this.Http.open("POST", url, false); 49 | this.Http.send(null); 50 | if(this.Http.readyState==4) 51 | { 52 | if(this.Http.status==200) 53 | { 54 | this.state = true; 55 | this.value = this.Http.responseText; 56 | this.xmlValue = this.Http.responseXML; 57 | } 58 | } 59 | } 60 | /** 61 | * 获取提交的结果 62 | * @returns {null|*} 63 | */ 64 | 65 | AJAX.prototype.getValue = function() 66 | { 67 | return this.value; 68 | } 69 | /** 70 | * 获取xml 的结果 71 | * @returns {null|*} 72 | */ 73 | AJAX.prototype.getXmlValue = function() 74 | { 75 | return this.xmlValue; 76 | } 77 | /** 78 | * 获取结果 79 | * @returns {boolean} 80 | */ 81 | AJAX.prototype.isOK = function() 82 | { 83 | return this.state; 84 | } 85 | -------------------------------------------------------------------------------- /WebRoot/fenlei.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8" %> 2 | <%@ page language="java" import="java.util.*" %> 3 | <%@page import="util.*" %> 4 | <% 5 | String a = Request.get("a"); // 获取当前需要执行的方法 6 | if (a.equals("insert")) { 7 | // 执行插入分类模块,表名:fenlei 8 | HashMap ext = new HashMap(); // 创建Map对象,主要用于插入扩展数据,和覆盖前台提交的数据 9 | 10 | String charuid = new CommDAO().insert(request, "fenlei", ext); // 将数据提交到后台代码执行,查看src/dao/CommDAO.java 文件的insert 方法 11 | // 插入数据完成,弹出页面并跳转到指定页面 12 | if (!Request.get("referer").equals("")) { // 提交了跳转地址,则跳转到这个地址中 13 | out.println(""); 14 | } else { 15 | // 没提交跳转地址则返回到上一页中 16 | out.println(""); 17 | } 18 | } else if (a.equals("update")) { 19 | // 执行更新分类模块,表名:fenlei 20 | HashMap ext = new HashMap(); // 创建Map对象,主要用于插入扩展数据,和覆盖前台提交的数据 21 | 22 | String charuid = new CommDAO().update(request, "fenlei", ext); // 将数据提交到后台代码执行,查看src/dao/CommDAO.java 文件的insert 方法 23 | 24 | if (Request.get("referer").equals("1")) { 25 | out.println(""); 26 | } else { 27 | if (!Request.get("referer").equals("")) { // 提交了跳转地址,则跳转到这个地址中 28 | out.println(""); 29 | } else { 30 | // 没提交跳转地址则返回到上一页中,也就是更新的页面 31 | out.println(""); 32 | } 33 | } 34 | return; 35 | } else if (a.equals("delete")) { 36 | // 获取一行数据 37 | Map map = Query.make("fenlei").find(Request.get("id")); 38 | 39 | new CommDAO().delete(request, "fenlei"); // 执行删除命令 40 | 41 | out.println(""); 42 | return; 43 | } 44 | %> 45 | 46 | -------------------------------------------------------------------------------- /WebRoot/yonghu.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8" %> 2 | <%@ page language="java" import="java.util.*" %> 3 | <%@page import="util.*" %> 4 | <% 5 | String a = Request.get("a"); // 获取当前需要执行的方法 6 | if (a.equals("insert")) { 7 | // 执行插入用户模块,表名:yonghu 8 | HashMap ext = new HashMap(); // 创建Map对象,主要用于插入扩展数据,和覆盖前台提交的数据 9 | 10 | String charuid = new CommDAO().insert(request, "yonghu", ext); // 将数据提交到后台代码执行,查看src/dao/CommDAO.java 文件的insert 方法 11 | // 插入数据完成,弹出页面并跳转到指定页面 12 | if (!Request.get("referer").equals("")) { // 提交了跳转地址,则跳转到这个地址中 13 | out.println(""); 14 | } else { 15 | // 没提交跳转地址则返回到上一页中 16 | out.println(""); 17 | } 18 | } else if (a.equals("update")) { 19 | // 执行更新用户模块,表名:yonghu 20 | HashMap ext = new HashMap(); // 创建Map对象,主要用于插入扩展数据,和覆盖前台提交的数据 21 | 22 | String charuid = new CommDAO().update(request, "yonghu", ext); // 将数据提交到后台代码执行,查看src/dao/CommDAO.java 文件的insert 方法 23 | 24 | if (Request.get("referer").equals("1")) { 25 | out.println(""); 26 | } else { 27 | if (!Request.get("referer").equals("")) { // 提交了跳转地址,则跳转到这个地址中 28 | out.println(""); 29 | } else { 30 | // 没提交跳转地址则返回到上一页中,也就是更新的页面 31 | out.println(""); 32 | } 33 | } 34 | return; 35 | } else if (a.equals("delete")) { 36 | // 获取一行数据 37 | Map map = Query.make("yonghu").find(Request.get("id")); 38 | 39 | new CommDAO().delete(request, "yonghu"); // 执行删除命令 40 | 41 | out.println(""); 42 | return; 43 | } 44 | %> 45 | 46 | -------------------------------------------------------------------------------- /WebRoot/admins.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8" %> 2 | <%@ page language="java" import="java.util.*" %> 3 | <%@page import="util.*" %> 4 | <% 5 | String a = Request.get("a"); // 获取当前需要执行的方法 6 | if (a.equals("insert")) { 7 | // 执行插入管理员模块,表名:admins 8 | HashMap ext = new HashMap(); // 创建Map对象,主要用于插入扩展数据,和覆盖前台提交的数据 9 | 10 | String charuid = new CommDAO().insert(request, "admins", ext); // 将数据提交到后台代码执行,查看src/dao/CommDAO.java 文件的insert 方法 11 | // 插入数据完成,弹出页面并跳转到指定页面 12 | if (!Request.get("referer").equals("")) { // 提交了跳转地址,则跳转到这个地址中 13 | out.println(""); 14 | } else { 15 | // 没提交跳转地址则返回到上一页中 16 | out.println(""); 17 | } 18 | } else if (a.equals("update")) { 19 | // 执行更新管理员模块,表名:admins 20 | HashMap ext = new HashMap(); // 创建Map对象,主要用于插入扩展数据,和覆盖前台提交的数据 21 | 22 | String charuid = new CommDAO().update(request, "admins", ext); // 将数据提交到后台代码执行,查看src/dao/CommDAO.java 文件的insert 方法 23 | 24 | if (Request.get("referer").equals("1")) { 25 | out.println(""); 26 | } else { 27 | if (!Request.get("referer").equals("")) { // 提交了跳转地址,则跳转到这个地址中 28 | out.println(""); 29 | } else { 30 | // 没提交跳转地址则返回到上一页中,也就是更新的页面 31 | out.println(""); 32 | } 33 | } 34 | return; 35 | } else if (a.equals("delete")) { 36 | // 获取一行数据 37 | Map map = Query.make("admins").find(Request.get("id")); 38 | 39 | new CommDAO().delete(request, "admins"); // 执行删除命令 40 | 41 | out.println(""); 42 | return; 43 | } 44 | %> 45 | 46 | -------------------------------------------------------------------------------- /WebRoot/dingdan.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8" %> 2 | <%@ page language="java" import="java.util.*" %> 3 | <%@page import="util.*" %> 4 | <% 5 | String a = Request.get("a"); // 获取当前需要执行的方法 6 | if (a.equals("insert")) { 7 | // 执行插入订单模块,表名:dingdan 8 | HashMap ext = new HashMap(); // 创建Map对象,主要用于插入扩展数据,和覆盖前台提交的数据 9 | 10 | String charuid = new CommDAO().insert(request, "dingdan", ext); // 将数据提交到后台代码执行,查看src/dao/CommDAO.java 文件的insert 方法 11 | // 插入数据完成,弹出页面并跳转到指定页面 12 | if (!Request.get("referer").equals("")) { // 提交了跳转地址,则跳转到这个地址中 13 | out.println(""); 14 | } else { 15 | // 没提交跳转地址则返回到上一页中 16 | out.println(""); 17 | } 18 | } else if (a.equals("update")) { 19 | // 执行更新订单模块,表名:dingdan 20 | HashMap ext = new HashMap(); // 创建Map对象,主要用于插入扩展数据,和覆盖前台提交的数据 21 | 22 | String charuid = new CommDAO().update(request, "dingdan", ext); // 将数据提交到后台代码执行,查看src/dao/CommDAO.java 文件的insert 方法 23 | 24 | if (Request.get("referer").equals("1")) { 25 | out.println(""); 26 | } else { 27 | if (!Request.get("referer").equals("")) { // 提交了跳转地址,则跳转到这个地址中 28 | out.println(""); 29 | } else { 30 | // 没提交跳转地址则返回到上一页中,也就是更新的页面 31 | out.println(""); 32 | } 33 | } 34 | return; 35 | } else if (a.equals("delete")) { 36 | // 获取一行数据 37 | Map map = Query.make("dingdan").find(Request.get("id")); 38 | 39 | new CommDAO().delete(request, "dingdan"); // 执行删除命令 40 | 41 | out.println(""); 42 | return; 43 | } 44 | %> 45 | 46 | -------------------------------------------------------------------------------- /WebRoot/lunbotu.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8" %> 2 | <%@ page language="java" import="java.util.*" %> 3 | <%@page import="util.*" %> 4 | <% 5 | String a = Request.get("a"); // 获取当前需要执行的方法 6 | if (a.equals("insert")) { 7 | // 执行插入轮播图模块,表名:lunbotu 8 | HashMap ext = new HashMap(); // 创建Map对象,主要用于插入扩展数据,和覆盖前台提交的数据 9 | 10 | String charuid = new CommDAO().insert(request, "lunbotu", ext); // 将数据提交到后台代码执行,查看src/dao/CommDAO.java 文件的insert 方法 11 | // 插入数据完成,弹出页面并跳转到指定页面 12 | if (!Request.get("referer").equals("")) { // 提交了跳转地址,则跳转到这个地址中 13 | out.println(""); 14 | } else { 15 | // 没提交跳转地址则返回到上一页中 16 | out.println(""); 17 | } 18 | } else if (a.equals("update")) { 19 | // 执行更新轮播图模块,表名:lunbotu 20 | HashMap ext = new HashMap(); // 创建Map对象,主要用于插入扩展数据,和覆盖前台提交的数据 21 | 22 | String charuid = new CommDAO().update(request, "lunbotu", ext); // 将数据提交到后台代码执行,查看src/dao/CommDAO.java 文件的insert 方法 23 | 24 | if (Request.get("referer").equals("1")) { 25 | out.println(""); 26 | } else { 27 | if (!Request.get("referer").equals("")) { // 提交了跳转地址,则跳转到这个地址中 28 | out.println(""); 29 | } else { 30 | // 没提交跳转地址则返回到上一页中,也就是更新的页面 31 | out.println(""); 32 | } 33 | } 34 | return; 35 | } else if (a.equals("delete")) { 36 | // 获取一行数据 37 | Map map = Query.make("lunbotu").find(Request.get("id")); 38 | 39 | new CommDAO().delete(request, "lunbotu"); // 执行删除命令 40 | 41 | out.println(""); 42 | return; 43 | } 44 | %> 45 | 46 | -------------------------------------------------------------------------------- /WebRoot/liuyanban.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8" %> 2 | <%@ page language="java" import="java.util.*" %> 3 | <%@page import="util.*" %> 4 | <% 5 | String a = Request.get("a"); // 获取当前需要执行的方法 6 | if (a.equals("insert")) { 7 | // 执行插入留言板模块,表名:liuyanban 8 | HashMap ext = new HashMap(); // 创建Map对象,主要用于插入扩展数据,和覆盖前台提交的数据 9 | 10 | String charuid = new CommDAO().insert(request, "liuyanban", ext); // 将数据提交到后台代码执行,查看src/dao/CommDAO.java 文件的insert 方法 11 | // 插入数据完成,弹出页面并跳转到指定页面 12 | if (!Request.get("referer").equals("")) { // 提交了跳转地址,则跳转到这个地址中 13 | out.println(""); 14 | } else { 15 | // 没提交跳转地址则返回到上一页中 16 | out.println(""); 17 | } 18 | } else if (a.equals("update")) { 19 | // 执行更新留言板模块,表名:liuyanban 20 | HashMap ext = new HashMap(); // 创建Map对象,主要用于插入扩展数据,和覆盖前台提交的数据 21 | 22 | String charuid = new CommDAO().update(request, "liuyanban", ext); // 将数据提交到后台代码执行,查看src/dao/CommDAO.java 文件的insert 方法 23 | 24 | if (Request.get("referer").equals("1")) { 25 | out.println(""); 26 | } else { 27 | if (!Request.get("referer").equals("")) { // 提交了跳转地址,则跳转到这个地址中 28 | out.println(""); 29 | } else { 30 | // 没提交跳转地址则返回到上一页中,也就是更新的页面 31 | out.println(""); 32 | } 33 | } 34 | return; 35 | } else if (a.equals("delete")) { 36 | // 获取一行数据 37 | Map map = Query.make("liuyanban").find(Request.get("id")); 38 | 39 | new CommDAO().delete(request, "liuyanban"); // 执行删除命令 40 | 41 | out.println(""); 42 | return; 43 | } 44 | %> 45 | 46 | -------------------------------------------------------------------------------- /WebRoot/ustyle/admin/css/pages/gallery.css: -------------------------------------------------------------------------------- 1 | /* ======================================================================== 2 | * GALLERY 3 | * ======================================================================== */ 4 | .gallery-img { 5 | display: block; 6 | width: 100%; 7 | margin-bottom: 0px; 8 | } 9 | .gallery-item { 10 | background: #fcfcfc; 11 | margin-bottom: 20px; 12 | position: relative; 13 | } 14 | .gallery-item p { 15 | margin: 0px; 16 | } 17 | .gallery-details { 18 | padding: 10px; 19 | } 20 | .gallery-summary { 21 | font-size: 13px; 22 | } 23 | .gallery-summary .btn { 24 | margin-top: 10px; 25 | } 26 | .gallery-love { 27 | background-color: #5d5d5d; 28 | -webkit-border-radius: 50%; 29 | -moz-border-radius: 50%; 30 | border-radius: 50%; 31 | width: 30px; 32 | height: 30px; 33 | position: absolute; 34 | top: 10px; 35 | right: 10px; 36 | text-align: center; 37 | line-height: 30px; 38 | } 39 | .gallery-love i { 40 | color: #e9573f; 41 | } 42 | .gallery-author { 43 | padding: 0px 10px 10px 10px; 44 | } 45 | .gallery-author h4 { 46 | font-size: 14px; 47 | margin-bottom: 0px; 48 | } 49 | .gallery-author span { 50 | font-size: 12px; 51 | color: #98a1ac; 52 | } 53 | #gallery { 54 | margin-top: 20px; 55 | min-height: 1300px; 56 | } 57 | #gallery .mix { 58 | text-align: left; 59 | display: none; 60 | -webkit-backface-visibility: hidden; 61 | -webkit-transform-origin: 50% 0; 62 | } 63 | #gallery { 64 | -moz-column-count: 4; 65 | -webkit-column-count: 4; 66 | column-count: 4; 67 | padding-left: 0px; 68 | } 69 | @media (max-width: 900px) { 70 | #gallery { 71 | -moz-column-count: 3; 72 | -webkit-column-count: 3; 73 | column-count: 3; 74 | } 75 | } 76 | @media (max-width: 550px) { 77 | #gallery { 78 | -moz-column-count: 2; 79 | -webkit-column-count: 2; 80 | column-count: 2; 81 | } 82 | } 83 | @media (max-width: 400px) { 84 | #gallery { 85 | -moz-column-count: 1; 86 | -webkit-column-count: 1; 87 | column-count: 1; 88 | } 89 | } 90 | -------------------------------------------------------------------------------- /WebRoot/youqinglianjie.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8" %> 2 | <%@ page language="java" import="java.util.*" %> 3 | <%@page import="util.*" %> 4 | <% 5 | String a = Request.get("a"); // 获取当前需要执行的方法 6 | if (a.equals("insert")) { 7 | // 执行插入友情链接模块,表名:youqinglianjie 8 | HashMap ext = new HashMap(); // 创建Map对象,主要用于插入扩展数据,和覆盖前台提交的数据 9 | 10 | String charuid = new CommDAO().insert(request, "youqinglianjie", ext); // 将数据提交到后台代码执行,查看src/dao/CommDAO.java 文件的insert 方法 11 | // 插入数据完成,弹出页面并跳转到指定页面 12 | if (!Request.get("referer").equals("")) { // 提交了跳转地址,则跳转到这个地址中 13 | out.println(""); 14 | } else { 15 | // 没提交跳转地址则返回到上一页中 16 | out.println(""); 17 | } 18 | } else if (a.equals("update")) { 19 | // 执行更新友情链接模块,表名:youqinglianjie 20 | HashMap ext = new HashMap(); // 创建Map对象,主要用于插入扩展数据,和覆盖前台提交的数据 21 | 22 | String charuid = new CommDAO().update(request, "youqinglianjie", ext); // 将数据提交到后台代码执行,查看src/dao/CommDAO.java 文件的insert 方法 23 | 24 | if (Request.get("referer").equals("1")) { 25 | out.println(""); 26 | } else { 27 | if (!Request.get("referer").equals("")) { // 提交了跳转地址,则跳转到这个地址中 28 | out.println(""); 29 | } else { 30 | // 没提交跳转地址则返回到上一页中,也就是更新的页面 31 | out.println(""); 32 | } 33 | } 34 | return; 35 | } else if (a.equals("delete")) { 36 | // 获取一行数据 37 | Map map = Query.make("youqinglianjie").find(Request.get("id")); 38 | 39 | new CommDAO().delete(request, "youqinglianjie"); // 执行删除命令 40 | 41 | out.println(""); 42 | return; 43 | } 44 | %> 45 | 46 | -------------------------------------------------------------------------------- /WebRoot/guanyu.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8" %> 2 | <%@ page language="java" import="java.util.*" %> 3 | <%@page import="util.*" %> 4 | <% 5 | String a = Request.get("a"); // 获取当前需要执行的方法 6 | if (a.equals("insert")) { 7 | // 执行插入关于模块,表名:guanyu 8 | HashMap ext = new HashMap(); // 创建Map对象,主要用于插入扩展数据,和覆盖前台提交的数据 9 | ext.put("neirong", Info.download(Request.get("neirong"))); // 将前台编辑器内容的图片远程下载下来并保存在本地中 10 | 11 | String charuid = new CommDAO().insert(request, "guanyu", ext); // 将数据提交到后台代码执行,查看src/dao/CommDAO.java 文件的insert 方法 12 | // 插入数据完成,弹出页面并跳转到指定页面 13 | if (!Request.get("referer").equals("")) { // 提交了跳转地址,则跳转到这个地址中 14 | out.println(""); 15 | } else { 16 | // 没提交跳转地址则返回到上一页中 17 | out.println(""); 18 | } 19 | } else if (a.equals("update")) { 20 | // 执行更新关于模块,表名:guanyu 21 | HashMap ext = new HashMap(); // 创建Map对象,主要用于插入扩展数据,和覆盖前台提交的数据 22 | ext.put("neirong", Info.download(Request.get("neirong"))); // 将前台编辑器内容的图片远程下载下来并保存在本地中 23 | String charuid = new CommDAO().update(request, "guanyu", ext); // 将数据提交到后台代码执行,查看src/dao/CommDAO.java 文件的insert 方法 24 | 25 | if (Request.get("referer").equals("1")) { 26 | out.println(""); 27 | } else { 28 | if (!Request.get("referer").equals("")) { // 提交了跳转地址,则跳转到这个地址中 29 | out.println(""); 30 | } else { 31 | // 没提交跳转地址则返回到上一页中,也就是更新的页面 32 | out.println(""); 33 | } 34 | } 35 | return; 36 | } else if (a.equals("delete")) { 37 | // 获取一行数据 38 | Map map = Query.make("guanyu").find(Request.get("id")); 39 | 40 | new CommDAO().delete(request, "guanyu"); // 执行删除命令 41 | 42 | out.println(""); 43 | return; 44 | } 45 | %> 46 | 47 | -------------------------------------------------------------------------------- /WebRoot/ajax.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.CommDAO" pageEncoding="UTF-8" %> 2 | <%@ page import="java.util.HashMap" %> 3 | <%@ page import="util.Request" %> 4 | <%@ page import="dao.Query" %> 5 | <%@ page import="com.alibaba.fastjson.*" %> 6 | <%@ page import="java.util.Map" %> 7 | <%@ page import="java.util.List" %> 8 | <% 9 | out.clear(); 10 | out.clearBuffer(); 11 | if ("table".equals(request.getParameter("a"))) { 12 | String table = request.getParameter("table"); 13 | String id = request.getParameter("id"); 14 | HashMap map = new CommDAO().find("SELECT * FROM " + table + " WHERE id=" + id); 15 | String json = JSONObject.toJSONString(map); 16 | out.print(json); 17 | } else if ("selectUpdate".equals(request.getParameter("a"))) { 18 | out.clear(); 19 | out.clearBuffer(); 20 | 21 | String table = Request.get("table"); 22 | Query query = Query.make(table); 23 | String limit = "50"; 24 | JSONObject where = JSON.parseObject(Request.get("where")); 25 | for (Map.Entry entry : where.entrySet()) { 26 | String key = (String) entry.getKey(); 27 | Object value = entry.getValue(); 28 | if (key.equals("limit")) { 29 | limit = String.valueOf(value); 30 | } else if (value instanceof JSONObject) { 31 | JSONObject w = (JSONObject) value; 32 | query.where(key, w.getString("exp"), w.getString("value")); 33 | } else if (value instanceof JSONArray) { 34 | JSONArray w = (JSONArray) value; 35 | query.where(key, (String) w.get(0), w.get(1)); 36 | } else { 37 | query.where(key, value); 38 | } 39 | } 40 | List list = query.order("id desc").limit(limit).select(); 41 | out.print(JSON.toJSONString(list)); 42 | } else if ("commit".equals(request.getParameter("a"))) { 43 | String id = request.getParameter("id"); 44 | String biao = request.getParameter("biao"); 45 | HashMap ext = new HashMap(); 46 | String insertId = new CommDAO().insert(request, "pinglun", ext); 47 | out.print(""); 48 | return; 49 | } 50 | %> 51 | 52 | -------------------------------------------------------------------------------- /WebRoot/ustyle/admin/css/pages/glyphicons.css: -------------------------------------------------------------------------------- 1 | /* ======================================================================== 2 | * GLYPHICONS 3 | * ======================================================================== */ 4 | .bs-glyphicons-list { 5 | padding-left: 5px; 6 | padding-bottom: 1px; 7 | list-style: none; 8 | overflow: hidden; 9 | text-align: center; 10 | } 11 | .bs-glyphicons-list li { 12 | float: left; 13 | width: 12.5%; 14 | height: 115px; 15 | padding: 10px; 16 | margin: 0 -1px -1px 0; 17 | font-size: 12px; 18 | line-height: 1.4; 19 | text-align: center; 20 | border: 1px solid #DDD; 21 | background-color: white; 22 | } 23 | .bs-glyphicons-list li:hover { 24 | background-color: #eeeeee; 25 | } 26 | .bs-glyphicons-list li .glyphicon { 27 | margin-top: 5px; 28 | margin-bottom: 10px; 29 | font-size: 24px; 30 | } 31 | .bs-glyphicons-list li .glyphicon-class { 32 | display: block; 33 | text-align: center; 34 | word-wrap: break-word; 35 | } 36 | .bs-glyphicons-pro-list { 37 | padding: 0 20px; 38 | } 39 | .bs-glyphicons-pro-list .glyphicons { 40 | display: inline-block; 41 | *display: inline; 42 | *zoom: 1; 43 | width: 155px; 44 | font-size: 12px; 45 | line-height: 48px; 46 | overflow: hidden; 47 | text-decoration: none; 48 | } 49 | .bs-glyphicons-pro-list .glyphicons i:before { 50 | line-height: 55px !important; 51 | color: #636E7B; 52 | } 53 | @media (max-width: 800px) { 54 | .bs-glyphicons-list li { 55 | width: 16.5%; 56 | } 57 | .bs-glyphicons-pro-list .glyphicons { 58 | width: 150px; 59 | } 60 | } 61 | @media (max-width: 768px) { 62 | .bs-glyphicons-list li { 63 | width: 19.5%; 64 | } 65 | } 66 | @media (max-width: 640px) { 67 | .bs-glyphicons-pro-list .glyphicons { 68 | width: 175px; 69 | } 70 | } 71 | @media (max-width: 600px) { 72 | .bs-glyphicons-pro-list .glyphicons { 73 | width: 160px; 74 | } 75 | } 76 | @media (max-width: 568px) { 77 | .bs-glyphicons-pro-list .glyphicons { 78 | width: 150px; 79 | } 80 | } 81 | @media (max-width: 540px) { 82 | .bs-glyphicons-list li { 83 | width: 24.5%; 84 | } 85 | } 86 | @media (max-width: 360px) { 87 | .bs-glyphicons-list li { 88 | width: 33.5%; 89 | } 90 | } 91 | -------------------------------------------------------------------------------- /WebRoot/jingpai.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8" %> 2 | <%@ page language="java" import="java.util.*" %> 3 | <%@page import="util.*" %> 4 | <% 5 | String a = Request.get("a"); // 获取当前需要执行的方法 6 | if (a.equals("insert")) { 7 | // 执行插入竞拍模块,表名:jingpai 8 | HashMap ext = new HashMap(); // 创建Map对象,主要用于插入扩展数据,和覆盖前台提交的数据 9 | 10 | String charuid = new CommDAO().insert(request, "jingpai", ext); // 将数据提交到后台代码执行,查看src/dao/CommDAO.java 文件的insert 方法 11 | new CommDAO() 12 | .commOper( 13 | "UPDATE shangpin SET dangqianjingjia='" + 14 | request.getParameter("jingpaijia") + 15 | "',jingpairen='" + 16 | request.getParameter("jingpairen") + 17 | "' WHERE id='" + 18 | request.getParameter("shangpinid") + 19 | "'" 20 | ); 21 | 22 | // 插入数据完成,弹出页面并跳转到指定页面 23 | if (!Request.get("referer").equals("")) { // 提交了跳转地址,则跳转到这个地址中 24 | out.println(""); 25 | } else { 26 | // 没提交跳转地址则返回到上一页中 27 | out.println(""); 28 | } 29 | } else if (a.equals("update")) { 30 | // 执行更新竞拍模块,表名:jingpai 31 | HashMap ext = new HashMap(); // 创建Map对象,主要用于插入扩展数据,和覆盖前台提交的数据 32 | 33 | String charuid = new CommDAO().update(request, "jingpai", ext); // 将数据提交到后台代码执行,查看src/dao/CommDAO.java 文件的insert 方法 34 | 35 | if (Request.get("referer").equals("1")) { 36 | out.println(""); 37 | } else { 38 | if (!Request.get("referer").equals("")) { // 提交了跳转地址,则跳转到这个地址中 39 | out.println(""); 40 | } else { 41 | // 没提交跳转地址则返回到上一页中,也就是更新的页面 42 | out.println(""); 43 | } 44 | } 45 | return; 46 | } else if (a.equals("delete")) { 47 | // 获取一行数据 48 | Map map = Query.make("jingpai").find(Request.get("id")); 49 | 50 | new CommDAO().delete(request, "jingpai"); // 执行删除命令 51 | 52 | out.println(""); 53 | return; 54 | } 55 | %> 56 | 57 | -------------------------------------------------------------------------------- /WebRoot/shangpin.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8"%> 2 | <%@ page language="java" import="java.util.*"%> 3 | <%@page import="util.*"%> 4 | <%@page import="com.jntoo.db.model.QMap"%> 5 | 6 | <% 7 | String a = Request.get("a"); // 获取当前需要执行的方法 8 | if(a.equals("insert")){ 9 | // 执行插入商品模块,表名:shangpin 10 | HashMap ext = new HashMap(); // 创建Map对象,主要用于插入扩展数据,和覆盖前台提交的数据 11 | ext.put("xiangqing" , Info.download(Request.get("xiangqing")));// 将前台编辑器内容的图片远程下载下来并保存在本地中 ext.put("jingpairen" , session.getAttribute("username")); 12 | 13 | String charuid = new CommDAO().insert(request,"shangpin",ext); // 将数据提交到后台代码执行,查看src/dao/CommDAO.java 文件的insert 方法 14 | // 插入数据完成,弹出页面并跳转到指定页面 15 | if(!Request.get("referer").equals("")){ // 提交了跳转地址,则跳转到这个地址中 16 | out.println(""); 17 | }else{ 18 | // 没提交跳转地址则返回到上一页中 19 | out.println(""); 20 | } 21 | }else if(a.equals("update")){ 22 | // 执行更新商品模块,表名:shangpin 23 | HashMap ext = new HashMap(); // 创建Map对象,主要用于插入扩展数据,和覆盖前台提交的数据 24 | ext.put("xiangqing" , Info.download(Request.get("xiangqing")));// 将前台编辑器内容的图片远程下载下来并保存在本地中 25 | String charuid = new CommDAO().update(request,"shangpin",ext); // 将数据提交到后台代码执行,查看src/dao/CommDAO.java 文件的insert 方法 26 | 27 | 28 | 29 | if(Request.get("referer").equals("1")){ 30 | out.println(""); 31 | }else{ 32 | if(!Request.get("referer").equals("")){ // 提交了跳转地址,则跳转到这个地址中 33 | out.println(""); 34 | }else{ 35 | // 没提交跳转地址则返回到上一页中,也就是更新的页面 36 | out.println(""); 37 | } 38 | } 39 | return; 40 | }else if(a.equals("delete")){ 41 | // 获取一行数据 42 | Map map = Query.make("shangpin").find(Request.get("id")); 43 | 44 | new CommDAO().delete(request,"shangpin"); // 执行删除命令 45 | 46 | 47 | out.println(""); 48 | return; 49 | } 50 | 51 | 52 | %> 53 | -------------------------------------------------------------------------------- /WebRoot/dingdan_detail.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8" %> 2 | <%@ page language="java" import="java.util.*" %> 3 | <%@page import="util.*" %> 4 | <%@ include file="head.jsp" %> 5 | 6 | 7 |
8 | <% Map map = Query.make("dingdan").where("id", request.getParameter("id")).find(); %> 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 |
商品id<%= map.get("shangpinid") %>编号<%= map.get("bianhao") %>
名称<%= map.get("mingcheng") %>分类<% Map mapfenlei20 = new CommDAO().find("SELECT fenleiming,id FROM fenlei where id='" + map.get("fenlei") + "'"); %> 25 | <%= mapfenlei20.get("fenleiming") %>
发布人<%= map.get("faburen") %>当前竞价<%= map.get("dangqianjingjia") %>
竞拍人<%= map.get("jingpairen") %>联系人<%= map.get("lianxiren") %>
联系电话<%= map.get("lianxidianhua") %>地址<%= map.get("dizhi") %>
状态<%= map.get("zhuangtai") %>
53 |
54 | 55 |
56 |
57 | 58 | 59 |
60 |
61 |
62 | <%@ include file="foot.jsp" %> 63 | 64 | -------------------------------------------------------------------------------- /src/util/Request.java: -------------------------------------------------------------------------------- 1 | package util; 2 | 3 | import com.jntoo.db.utils.StringUtil; 4 | import com.jntoo.db.utils.ThreadContextHolder; 5 | import javax.servlet.http.HttpServletRequest; 6 | import javax.servlet.http.HttpServletResponse; 7 | 8 | public class Request { 9 | 10 | /** 11 | * 获取当前线程的 Request 12 | * @return 13 | */ 14 | public static HttpServletRequest getRequest() { 15 | return ThreadContextHolder.getContext(SetChar.LocalRequestContext.class).getRequest(); 16 | } 17 | 18 | /** 19 | * 获取当前线程的 Response 20 | * @return 21 | */ 22 | public static HttpServletResponse getResponse() { 23 | return ThreadContextHolder.getContext(SetChar.LocalRequestContext.class).getResponse(); 24 | } 25 | 26 | /** 27 | * 获取Url 字符串参数 28 | * @param name 29 | * @return 30 | */ 31 | public static String get(String name) { 32 | String[] value = getRequest().getParameterValues(name); 33 | return value == null || value.length == 0 ? "" : StringUtil.join(",", value); 34 | } 35 | 36 | /** 37 | * 获取Url 字符串参数 38 | * @param name 39 | * @param def 默认值 40 | * @return 41 | */ 42 | public static String get(String name, String def) { 43 | if (def == null) { 44 | def = ""; 45 | } 46 | String[] value = getRequest().getParameterValues(name); 47 | return value == null || value.length == 0 ? def : StringUtil.join(",", value); 48 | } 49 | 50 | /** 51 | * 获取URL 整数参数 52 | * @param name 53 | * @return 54 | */ 55 | public static int getInt(String name) { 56 | return getInt(name, 0); 57 | } 58 | 59 | /** 60 | * 获取URL 整数参数 61 | * @param name 62 | * @param def 默认值 63 | * @return 64 | */ 65 | public static int getInt(String name, int def) { 66 | String value = get(name, String.valueOf(def)); 67 | return value.equals("") ? def : Integer.valueOf(value).intValue(); 68 | } 69 | 70 | /** 71 | * 获取URL 浮点数参数 72 | * @param name 73 | * @return 74 | */ 75 | public static double getDouble(String name) { 76 | return getDouble(name, 0.0f); 77 | } 78 | 79 | /** 80 | * 获取URL 浮点数参数 81 | * @param name 82 | * @param def 默认值 83 | * @return 84 | */ 85 | public static double getDouble(String name, double def) { 86 | String value = get(name, String.valueOf(def)); 87 | return value.equals("") ? def : Double.valueOf(value).doubleValue(); 88 | } 89 | } 90 | -------------------------------------------------------------------------------- /WebRoot/ustyle/admin/css/pages/faq.css: -------------------------------------------------------------------------------- 1 | /* ======================================================================== 2 | * CUBE PORTFOLIO 3 | * ======================================================================== */ 4 | .cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active { 5 | border-bottom-color: #81b71a; 6 | } 7 | .cbp-l-filters-underline .cbp-filter-item { 8 | margin-top: 0px; 9 | } 10 | .cbp-item:last-child .cbp-caption { 11 | border-bottom: none !important; 12 | } 13 | .cbp-caption-expand .cbp-caption-defaultWrap, 14 | .cbp-caption-expand .cbp-l-caption-body { 15 | font-family: "Open Sans", sans-serif; 16 | } 17 | .cbp-caption-expand .cbp-caption-defaultWrap i { 18 | background-color: #ebebed; 19 | text-align: center; 20 | line-height: 29px; 21 | -webkit-border-radius: 50%; 22 | -moz-border-radius: 50%; 23 | border-radius: 50%; 24 | width: 30px !important; 25 | height: 30px !important; 26 | } 27 | /* ======================================================================== 28 | * COLOR PANEL 29 | * ======================================================================== */ 30 | .panel-primary .cbp-l-filters-underline .cbp-filter-item, 31 | .panel-danger .cbp-l-filters-underline .cbp-filter-item, 32 | .panel-warning .cbp-l-filters-underline .cbp-filter-item, 33 | .panel-danger .cbp-l-filters-underline .cbp-filter-item, 34 | .panel-info .cbp-l-filters-underline .cbp-filter-item, 35 | .panel-success .cbp-l-filters-underline .cbp-filter-item { 36 | color: #e0e0e0; 37 | } 38 | .panel-primary .cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active, 39 | .panel-danger .cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active, 40 | .panel-warning .cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active, 41 | .panel-danger .cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active, 42 | .panel-info .cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active, 43 | .panel-success .cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active { 44 | color: #ffffff; 45 | } 46 | .panel-primary .cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active, 47 | .panel-danger .cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active, 48 | .panel-warning .cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active, 49 | .panel-danger .cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active, 50 | .panel-info .cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active, 51 | .panel-success .cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active { 52 | border-bottom-color: #ffffff; 53 | } 54 | -------------------------------------------------------------------------------- /src/dao/Query.java: -------------------------------------------------------------------------------- 1 | package dao; 2 | 3 | import com.jntoo.db.Configuration; 4 | import com.jntoo.db.ConnectionConfig; 5 | import com.jntoo.db.QueryConfig; 6 | import com.jntoo.db.QueryWrapperBase; 7 | import com.jntoo.db.utils.CollectUtil; 8 | import java.sql.Connection; 9 | import java.util.List; 10 | import java.util.Map; 11 | import util.Request; 12 | 13 | /** 14 | * 原方式:DB.name()进行增删改查操作 15 | * 使用方法:Query.make("表名称").where("字段名" , "条件符号","条件值").select() 16 | * 查看下方的文档链接查看使用方法 17 | * @see [f.length - 1] https://gitee.com/jntoo/query 18 | * 19 | */ 20 | public class Query extends QueryWrapperBase { 21 | static { 22 | // 配置数据库访问 23 | QueryConfig queryConfig = new QueryConfig(); 24 | // 配置数据库访问链接获取 25 | queryConfig.setConnectionConfig( 26 | new ConnectionConfig() { 27 | public Connection getConn() { 28 | return CommDAO.getConn(); 29 | } 30 | 31 | public void closeConn(Connection connection) {} 32 | } 33 | ); 34 | // 设置为调试模式 35 | queryConfig.setDebug(true); 36 | // 设置表前缀访问 37 | queryConfig.setPrefix(""); 38 | // 写入配置信息 39 | Configuration.setQueryConfig(queryConfig); 40 | } 41 | 42 | // 数据库查询 43 | public Query() {} 44 | 45 | // 构造类 46 | 47 | /** 48 | * 构造类 49 | * @param name 表名称,不带前缀 50 | */ 51 | public Query(String name) { 52 | super(name); 53 | } 54 | 55 | // 56 | public static Query make(String name) { 57 | return new Query(name); 58 | } 59 | 60 | /** 61 | * 添加一行数据 62 | * @param data Map 数据 63 | * @return 插入后的自增id值 64 | */ 65 | public String add(Map data) { 66 | return String.valueOf(insert(data)); 67 | } 68 | 69 | /** 70 | * 更新一行数据 71 | * @param data 待更新的数据 72 | * @return 结果为真 73 | */ 74 | public boolean save(Map data) { 75 | update(data); 76 | return true; 77 | } 78 | 79 | // 生成分页信息 80 | public dao.Collect page(Integer pagesize) { 81 | int page = Request.getInt("page", 1); // 获取当前为第几页 82 | page = Math.max(page, 1); // 最小为第一页 83 | 84 | CollectUtil collect = new CollectUtil(page, pagesize); // 创建分页对象 85 | collect = super.page(collect); // 查询列表并分页 86 | 87 | List list = collect.getLists(); // 获取查询的列表信息 88 | dao.Collect lists = new dao.Collect(collect.getTotalRows(), pagesize); // 生成分页的html 代码 89 | lists.addAll(list); // 将数据插入到list 中 90 | return lists; 91 | } 92 | } 93 | -------------------------------------------------------------------------------- /WebRoot/js/umeditor/dialogs/emotion/emotion.css: -------------------------------------------------------------------------------- 1 | .edui-popup-emotion .edui-emotion-jd img{ 2 | background:transparent url(images/jxface2.gif?v=1.1) no-repeat scroll left top; 3 | cursor:pointer;width:35px;height:35px;display:block; 4 | } 5 | .edui-popup-emotion .edui-emotion-pp img{ 6 | background:transparent url(images/fface.gif?v=1.1) no-repeat scroll left top; 7 | cursor:pointer;width:25px;height:25px;display:block; 8 | } 9 | 10 | .edui-popup-emotion .edui-emotion-ldw img{ 11 | background:transparent url(images/wface.gif?v=1.1) no-repeat scroll left top; 12 | cursor:pointer;width:35px;height:35px;display:block; 13 | } 14 | 15 | .edui-popup-emotion .edui-emotion-tsj img{ 16 | background:transparent url(images/tface.gif?v=1.1) no-repeat scroll left top; 17 | cursor:pointer;width:35px;height:35px;display:block; 18 | } 19 | 20 | .edui-popup-emotion .edui-emotion-cat img{ 21 | background:transparent url(images/cface.gif?v=1.1) no-repeat scroll left top; 22 | cursor:pointer;width:35px;height:35px;display:block; 23 | } 24 | 25 | .edui-popup-emotion .edui-emotion-bb img{ 26 | background:transparent url(images/bface.gif?v=1.1) no-repeat scroll left top; 27 | cursor:pointer;width:35px;height:35px;display:block; 28 | } 29 | 30 | .edui-popup-emotion .edui-emotion-youa img{ 31 | background:transparent url(images/yface.gif?v=1.1) no-repeat scroll left top; 32 | cursor:pointer;width:35px;height:35px;display:block; 33 | } 34 | 35 | .edui-popup-emotion .edui-emotion-smileytable { 36 | width: 100%; 37 | border-spacing: 0; 38 | border-collapse: collapse; 39 | table-layout: fixed; 40 | } 41 | 42 | .edui-popup-emotion .edui-emotion-wrapper { 43 | padding: 15px; 44 | } 45 | 46 | .edui-popup-emotion .edui-tab-nav{ 47 | height: auto; 48 | *height: 31px; 49 | } 50 | .edui-popup-emotion .edui-emotion-tabs{ 51 | clear: both; 52 | width: 0; 53 | height: 0; 54 | } 55 | 56 | .edui-popup-emotion .edui-tab-content { 57 | padding: 15px 0; 58 | } 59 | 60 | .edui-popup-emotion .edui-emotion-preview-box { 61 | width:90px; 62 | height:76px; 63 | border:2px solid #9cb945; 64 | background:#FFFFFF; 65 | background-position:center; 66 | background-repeat:no-repeat; 67 | position: absolute; 68 | top: 67px; 69 | left: 494px; 70 | display: none; 71 | } 72 | 73 | .edui-popup-emotion .edui-tab-text { 74 | font-size: 12px; 75 | } 76 | 77 | .edui-popup-emotion .edui-emotion-preview-left { 78 | left: 15px; 79 | } 80 | 81 | .edui-popup-emotion .edui-emotion-preview-img { 82 | width: 100%; 83 | height: 100%; 84 | display: block; 85 | background-repeat: no-repeat; 86 | background-position: center center; 87 | } 88 | -------------------------------------------------------------------------------- /WebRoot/js/umeditor/dialogs/video/video.css: -------------------------------------------------------------------------------- 1 | @charset "utf-8"; 2 | .edui-dialog-video .edui-video-wrapper{ width: 570px;_width:575px;margin: 10px auto; zoom:1;position: relative} 3 | .edui-dialog-video .edui-video-tabbody{height:335px;} 4 | .edui-dialog-video .edui-video-panel { position: absolute;width:100%; height:100%;background: #fff;} 5 | .edui-dialog-video .edui-video-panel table td{vertical-align: middle;} 6 | .edui-dialog-video #eduiVideoUrl { 7 | width: 470px; 8 | height: 21px; 9 | line-height: 21px; 10 | margin: 8px 5px; 11 | background: #FFF; 12 | border: 1px solid #d7d7d7; 13 | } 14 | .edui-dialog-video #eduiVideoSearchTxt{margin-left:15px;background: #FFF;width:200px;height:21px;line-height:21px;border: 1px solid #d7d7d7;} 15 | .edui-dialog-video #searchList{width: 570px;overflow: auto;zoom:1;height: 270px;} 16 | .edui-dialog-video #searchList div{float: left;width: 120px;height: 135px;margin: 5px 15px;} 17 | .edui-dialog-video #searchList img{margin: 2px 8px;cursor: pointer;border: 2px solid #fff} /*不用缩略图*/ 18 | .edui-dialog-video #searchList p{margin-left: 10px;} 19 | .edui-dialog-video #eduiVideoType{ 20 | width: 65px; 21 | height: 23px; 22 | line-height: 22px; 23 | border: 1px solid #d7d7d7; 24 | } 25 | .edui-dialog-video #eduiVideoSearchBtn,.edui-dialog-video #eduiVideoSearchReset{ 26 | /*width: 80px;*/ 27 | height: 25px; 28 | line-height: 25px; 29 | background: #eee; 30 | border: 1px solid #d7d7d7; 31 | cursor: pointer; 32 | padding: 0 5px; 33 | } 34 | 35 | 36 | 37 | .edui-dialog-video #eduiVideoPreview{width: 420px; margin-left: 10px; _margin-left:5px; height: 280px;background-color: #ddd;float: left} 38 | .edui-dialog-video #eduiVideoInfo {width: 120px;float: left;margin-left: 10px;_margin-left:7px;} 39 | .edui-dialog-video .edui-video-wrapper fieldset{ 40 | border: 1px solid #ddd; 41 | padding-left: 5px; 42 | margin-bottom: 20px; 43 | padding-bottom: 5px; 44 | width: 115px; 45 | } 46 | .edui-dialog-video .edui-video-wrapper fieldset legend{font-weight: bold;} 47 | .edui-dialog-video .edui-video-wrapper fieldset p{line-height: 30px;} 48 | .edui-dialog-video .edui-video-wrapper fieldset input.edui-video-txt{ 49 | width: 65px; 50 | height: 21px; 51 | line-height: 21px; 52 | margin: 8px 5px; 53 | background: #FFF; 54 | border: 1px solid #d7d7d7; 55 | } 56 | .edui-dialog-video .edui-video-wrapper label.edui-video-url{font-weight: bold;margin-left: 5px;color: #06c;} 57 | .edui-dialog-video #eduiVideoFloat div{cursor:pointer;opacity: 0.5;filter: alpha(opacity = 50);margin:9px;_margin:5px;width:38px;height:36px;float:left;} 58 | .edui-dialog-video #eduiVideoFloat .edui-video-focus{opacity: 1;filter: alpha(opacity = 100)} 59 | .edui-dialog-video .edui-video-wrapper span.edui-video-view{display: inline-block;width: 30px;float: right;cursor: pointer;color: blue} -------------------------------------------------------------------------------- /WebRoot/upload_re.jsp: -------------------------------------------------------------------------------- 1 | <%@ page contentType="text/html;charset=UTF-8" language="java" import="com.jspsmart.upload.SmartUpload" %> 2 | <%@ page import="java.util.Date" %> 3 | <% String path = request.getContextPath(); %> 4 | <% 5 | String newFile1Name = null; 6 | String file_name = null; 7 | 8 | SmartUpload mySmartUpload = new SmartUpload(); 9 | 10 | //初始化上传 11 | mySmartUpload.initialize(pageContext); 12 | 13 | //只允许上载此类文件 14 | try { 15 | //mySmartUpload.setAllowedFilesList("jpg,Jpg,JPG,GIF,gif,Gif,png"); 16 | mySmartUpload.upload(); 17 | } catch (Exception e) { 18 | //out.println(""); 19 | //return; 20 | } 21 | 22 | try { 23 | com.jspsmart.upload.File myFile = mySmartUpload.getFiles().getFile(0); 24 | if (myFile.isMissing()) { 25 | out.println(""); 26 | return; 27 | } else { 28 | int file_size = myFile.getSize(); //取得文件的大小 (单位是b) 29 | file_name = myFile.getFileName(); 30 | System.out.println("文件大小:" + file_size + "文件名称:" + file_name); 31 | //if (file_size > 10*1024*1024) 32 | //{ 33 | //out.println(""); 34 | //return; 35 | //} 36 | //else 37 | //{ 38 | newFile1Name = new Date().getTime() + file_name.substring(file_name.indexOf(".")); 39 | System.out.println("新文件名称:" + newFile1Name); 40 | 41 | String saveurl = request.getSession(true).getServletContext().getRealPath("/") + "upload"; 42 | 43 | saveurl = saveurl + "/" + newFile1Name; 44 | myFile.saveAs(saveurl, mySmartUpload.SAVE_PHYSICAL); 45 | // } 46 | } 47 | } catch (Exception e) { 48 | e.toString(); 49 | } 50 | %> 51 | 52 | 53 | 83 | -------------------------------------------------------------------------------- /WebRoot/left_guanliyuan.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8" %> 2 | <%@ page language="java" import="java.util.*" %> 3 | <%@page import="util.*" %> 4 | 5 | 6 | 20 | 31 | 42 | 52 | 62 | 78 | -------------------------------------------------------------------------------- /WebRoot/js/umeditor/dialogs/image/image.css: -------------------------------------------------------------------------------- 1 | .edui-dialog-image .edui-image-wrapper{font-size: 12px;margin: 15px;} 2 | 3 | /*upload*/ 4 | .edui-dialog-image .edui-image-upload1{position: absolute;top:50%;left:50%;width:44px;height:38px;margin-top:-19px; margin-left: -22px;} 5 | .edui-dialog-image .edui-image-upload2{position:relative;float:left;width:120px;height:120px;margin:5px 0 0 5px;} 6 | 7 | .edui-dialog-image .edui-image-form{position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;opacity: 0;cursor: pointer;} 8 | .edui-dialog-image .edui-image-form .edui-image-file{width: 100%;height:100%;filter: alpha(opacity=0)} 9 | 10 | .edui-dialog-image .edui-image-upload1 .edui-image-icon{display: inline-block;width:44px;height:38px;background-image: url('images/upload1.png')} 11 | .edui-dialog-image .edui-image-upload1 .edui-image-icon.hover{background-position: -50px 0;} 12 | .edui-dialog-image .edui-image-upload2 .edui-image-icon{display: inline-block;width:120px;height:120px;background-image: url('images/upload2.png')} 13 | 14 | .edui-dialog-image .edui-image-dragTip{position: absolute;display:none;top:50%;left:50%;margin-top:30px;margin-left: -60px; 15 | color: #222;font-size:14px;text-shadow: 0px 2px 3px #555;} 16 | 17 | .edui-dialog-image .edui-image-content{height:330px;width:100%;position: relative;} 18 | 19 | .edui-dialog-image .edui-image-mask{display: none;position: absolute;top:0;left:0;width: 100%; height: 100%;background-color:#fff; 20 | text-align: center;line-height:300px;color:#000;font-size:14px;font-weight:bold;opacity: 0.6;filter: alpha(opacity=60);} 21 | .edui-dialog-image .edui-image-mask.edui-active{display: block;} 22 | 23 | /*network*/ 24 | .edui-dialog-image .edui-image-searchBar{margin: 10px;} 25 | .edui-dialog-image .edui-image-searchBar .edui-image-searchTxt{display: inline-block !important;*display: inline !important;*zoom:1;width:400px; border: 1px solid #c5d2ff; height: 20px; line-height: 18px; font-size: 14px; padding: 3px; margin: 0;outline:0;} 26 | .edui-dialog-image .edui-image-searchBar .edui-image-searchAdd{display: inline-block !important;*display: inline !important;*zoom:1; 27 | width:60px; text-align:center;height: 25px;text-align: center;line-height: 25px; 28 | background-color: #ffffff;padding: 0; border: 1px solid #ababab;margin-left: 20px;cursor: pointer; 29 | } 30 | .edui-dialog-image .edui-image-searchBar .edui-image-searchAdd.hover{ 31 | background-color: #d5e1f2; 32 | padding: 0; 33 | border: 1px solid #a3bde3; 34 | } 35 | .edui-dialog-image .edui-image-searchRes{height:280px;overflow:auto;} 36 | 37 | 38 | /*common*/ 39 | .edui-dialog-image .edui-image-item{position:relative;float:left;width:120px;height:120px;border: 1px solid #CCC;cursor: default;margin: 5px 0 0 5px;} 40 | .edui-dialog-image .edui-image-item .edui-image-pic{position: absolute;left:-9999px;} 41 | .edui-dialog-image .edui-image-item .edui-image-close{position:absolute;right:0;background: url('images/close.png');width:17px;height:17px;cursor:pointer;z-index:1} 42 | .edui-dialog-image .edui-image-item.hover .edui-image-close{display: block;} 43 | -------------------------------------------------------------------------------- /WebRoot/fenlei_add.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8" %> 2 | <%@ page language="java" import="java.util.*" %> 3 | <%@page import="util.*" %> 4 | <%@ include file="head.jsp" %> 5 | 6 | 7 | 8 |
9 | <% if (request.getSession().getAttribute("username") == null || "".equals(request.getSession().getAttribute("username"))) { %> 10 | 11 | 15 | <%return; 16 | } %> 17 | 18 |
19 | 20 | 21 |
22 |
添加分类:
23 |
24 |
25 | 26 | 27 |
28 |
29 | 30 |
31 | 44 |
45 |
46 |
47 |
48 |
49 | 50 |
51 | 52 | 53 |
54 |
55 |
56 | 57 | 58 |
59 |
60 |
61 | 62 | 63 |
64 | 65 | 70 |
71 | <%@ include file="foot.jsp" %> 72 | 73 | -------------------------------------------------------------------------------- /WebRoot/js/umeditor/dialogs/link/link.js: -------------------------------------------------------------------------------- 1 | (function(){ 2 | var utils = UM.utils; 3 | function hrefStartWith(href, arr) { 4 | href = href.replace(/^\s+|\s+$/g, ''); 5 | for (var i = 0, ai; ai = arr[i++];) { 6 | if (href.indexOf(ai) == 0) { 7 | return true; 8 | } 9 | } 10 | return false; 11 | } 12 | 13 | UM.registerWidget('link', { 14 | tpl: "" + 18 | "" + 19 | "" + 20 | "" + 21 | "" + 22 | "" + 23 | "" + 24 | "" + 25 | "" + 26 | "" + 27 | "" + 28 | "" + 32 | "" + 33 | // "" + 34 | // "" + 35 | // "" + 36 | "", 37 | initContent: function (editor) { 38 | var lang = editor.getLang('link'); 39 | if (lang) { 40 | var html = $.parseTmpl(this.tpl, lang.static); 41 | } 42 | this.root().html(html); 43 | }, 44 | initEvent: function (editor, $w) { 45 | var link = editor.queryCommandValue('link'); 46 | if(link){ 47 | $('#edui-link-Jhref',$w).val(utils.html($(link).attr('href'))); 48 | $('#edui-link-Jtitle',$w).val($(link).attr('title')); 49 | $(link).attr('target') == '_blank' && $('#edui-link-Jtarget').attr('checked',true) 50 | } 51 | $('#edui-link-Jhref',$w).focus(); 52 | }, 53 | buttons: { 54 | 'ok': { 55 | exec: function (editor, $w) { 56 | var href = $('#edui-link-Jhref').val().replace(/^\s+|\s+$/g, ''); 57 | 58 | if (href) { 59 | editor.execCommand('link', { 60 | 'href': href, 61 | 'target': $("#edui-link-Jtarget:checked").length ? "_blank" : '_self', 62 | 'title': $("#edui-link-Jtitle").val().replace(/^\s+|\s+$/g, ''), 63 | '_href': href 64 | }); 65 | } 66 | } 67 | }, 68 | 'cancel':{} 69 | }, 70 | width: 400 71 | }) 72 | })(); 73 | 74 | -------------------------------------------------------------------------------- /WebRoot/js/layer/mobile/layer.js: -------------------------------------------------------------------------------- 1 | /*! layer mobile-v2.0.0 Web弹层组件 MIT License http://layer.layui.com/mobile By 贤心 */ 2 | ;!function(e){"use strict";var t=document,n="querySelectorAll",i="getElementsByClassName",a=function(e){return t[n](e)},s={type:0,shade:!0,shadeClose:!0,fixed:!0,anim:"scale"},l={extend:function(e){var t=JSON.parse(JSON.stringify(s));for(var n in e)t[n]=e[n];return t},timer:{},end:{}};l.touch=function(e,t){e.addEventListener("click",function(e){t.call(this,e)},!1)};var r=0,o=["layui-m-layer"],c=function(e){var t=this;t.config=l.extend(e),t.view()};c.prototype.view=function(){var e=this,n=e.config,s=t.createElement("div");e.id=s.id=o[0]+r,s.setAttribute("class",o[0]+" "+o[0]+(n.type||0)),s.setAttribute("index",r);var l=function(){var e="object"==typeof n.title;return n.title?'

'+(e?n.title[0]:n.title)+"

":""}(),c=function(){"string"==typeof n.btn&&(n.btn=[n.btn]);var e,t=(n.btn||[]).length;return 0!==t&&n.btn?(e=''+n.btn[0]+"",2===t&&(e=''+n.btn[1]+""+e),'
'+e+"
"):""}();if(n.fixed||(n.top=n.hasOwnProperty("top")?n.top:100,n.style=n.style||"",n.style+=" top:"+(t.body.scrollTop+n.top)+"px"),2===n.type&&(n.content='

'+(n.content||"")+"

"),n.skin&&(n.anim="up"),"msg"===n.skin&&(n.shade=!1),s.innerHTML=(n.shade?"
':"")+'
"+l+'
'+n.content+"
"+c+"
",!n.type||2===n.type){var d=t[i](o[0]+n.type),y=d.length;y>=1&&layer.close(d[0].getAttribute("index"))}document.body.appendChild(s);var u=e.elem=a("#"+e.id)[0];n.success&&n.success(u),e.index=r++,e.action(n,u)},c.prototype.action=function(e,t){var n=this;e.time&&(l.timer[n.index]=setTimeout(function(){layer.close(n.index)},1e3*e.time));var a=function(){var t=this.getAttribute("type");0==t?(e.no&&e.no(),layer.close(n.index)):e.yes?e.yes(n.index):layer.close(n.index)};if(e.btn)for(var s=t[i]("layui-m-layerbtn")[0].children,r=s.length,o=0;o a { 20 | position: relative; 21 | } 22 | .message .indicator { 23 | text-align: center; 24 | } 25 | .message .indicator .spinner { 26 | left: 26%; 27 | width: 200px; 28 | font-size: 13px; 29 | line-height: 17px; 30 | color: #999; 31 | } 32 | .message-wrapper { 33 | position: relative; 34 | padding: 0px; 35 | background-color: #ffffff; 36 | margin: 0px; 37 | } 38 | .message-wrapper .message-sideleft { 39 | vertical-align: top !important; 40 | } 41 | .message-wrapper .message-sideleft[class*="col-"] { 42 | padding-right: 0px; 43 | padding-left: 0px; 44 | } 45 | .message-wrapper .message-sideright { 46 | background-color: #f8f8f8; 47 | } 48 | .message-wrapper .message-sideright[class*="col-"] { 49 | padding: 30px; 50 | } 51 | .message-wrapper .message-sideright .panel { 52 | border-top: 1px dotted #dddddd; 53 | padding-top: 20px; 54 | } 55 | .message-wrapper .message-sideright .panel:first-child { 56 | border-top: none; 57 | padding-top: 0px; 58 | } 59 | .message-wrapper .message-sideright .panel .panel-heading { 60 | border-bottom: none; 61 | } 62 | .message-wrapper .panel { 63 | background-color: transparent !important; 64 | -webkit-box-shadow: none !important; 65 | -moz-box-shadow: none !important; 66 | box-shadow: none !important; 67 | } 68 | .message-wrapper .panel .panel-heading, 69 | .message-wrapper .panel .panel-body { 70 | background-color: transparent !important; 71 | } 72 | .message-wrapper .media .media-body { 73 | font-weight: 300; 74 | } 75 | .message-wrapper .media .media-heading { 76 | margin-bottom: 0px; 77 | } 78 | .message-wrapper .media small { 79 | color: #999999; 80 | font-weight: 400; 81 | } 82 | .list-message .list-group-item { 83 | padding: 15px; 84 | color: #999999 !important; 85 | border-right: 3px solid #8cc152 !important; 86 | } 87 | .list-message .list-group-item.active { 88 | background-color: #eeeeee; 89 | border-bottom: 1px solid #dddddd !important; 90 | } 91 | .list-message .list-group-item.active p { 92 | color: #999999 !important; 93 | } 94 | .list-message .list-group-item.active:hover, 95 | .list-message .list-group-item.active:focus, 96 | .list-message .list-group-item.active:active { 97 | background-color: #eeeeee; 98 | } 99 | .list-message .list-group-item small { 100 | font-size: 12px; 101 | } 102 | .list-message .list-group-item .list-group-item-heading { 103 | color: #999999 !important; 104 | } 105 | .list-message .list-group-item .list-group-item-text { 106 | margin-bottom: 10px; 107 | } 108 | .list-message .list-group-item:last-child { 109 | -webkit-border-radius: 0px; 110 | -moz-border-radius: 0px; 111 | border-radius: 0px; 112 | border-bottom: 1px solid #dddddd !important; 113 | } 114 | -------------------------------------------------------------------------------- /WebRoot/liuyanban_updt.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8" %> 2 | <%@ page language="java" import="java.util.*" %> 3 | <%@page import="util.*" %> 4 | <%@ include file="head.jsp" %> 5 | 6 | 7 | 8 |
9 | <% if (request.getSession().getAttribute("username") == null || "".equals(request.getSession().getAttribute("username"))) { %> 10 | 11 | 15 | <%return; 16 | } %> <% 17 | String updtself = "0"; // 设置更新 18 | HashMap mmm = new CommDAO().getmap(request.getParameter("id"), "liuyanban"); 19 | %> 20 | 21 | 22 |
23 | 24 | 25 |
26 |
编辑留言板:
27 |
28 |
29 | 30 | 31 |
32 |
33 | 34 |
35 | 46 |
47 |
48 |
49 |
50 |
51 | 52 |
53 | " type="hidden" /> 54 | " type="hidden" /> 55 | 56 | 57 | 58 | 59 |
60 |
61 |
62 | 63 | 64 |
65 |
66 |
67 | 68 | 69 |
70 | 71 | 76 |
77 | <%@ include file="foot.jsp" %> 78 | 79 | -------------------------------------------------------------------------------- /WebRoot/mod.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8" %> 2 | <%@ page language="java" import="java.util.*" %> 3 | <%@page import="util.*" %> 4 | <%@ include file="head.jsp" %> 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 |
13 |
修改密码:
14 |
15 |
16 | 17 | 18 |
19 |
20 | 21 |
22 | 23 |
24 |
25 |
26 |
27 |
28 | 29 |
30 | 40 |
41 |
42 |
43 |
44 |
45 | 46 |
47 | 57 |
58 |
59 |
60 |
61 | 62 | 63 |
64 | 65 | 66 |
67 |
68 |
69 | 70 | 71 |
72 | 73 | 78 | 79 | <%@ include file="foot.jsp" %> 80 | 81 | -------------------------------------------------------------------------------- /WebRoot/shangpin_detail.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8" %> 2 | <%@ page language="java" import="java.util.*" %> 3 | <%@page import="util.*" %> 4 | <%@ include file="head.jsp" %> 5 | 6 | 7 | 8 | 9 |
10 | <% Map map = Query.make("shangpin").where("id", request.getParameter("id")).find(); %> 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 25 | 26 | 27 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 |
编号<%= map.get("bianhao") %>名称<%= map.get("mingcheng") %>
分类<% Map mapfenlei7 = new CommDAO().find("SELECT fenleiming,id FROM fenlei where id='" + map.get("fenlei") + "'"); %> 24 | <%= mapfenlei7.get("fenleiming") %>图片 28 |
29 |
30 | 38 |
39 |
40 |
详情<%= map.get("xiangqing") %>发布人<%= map.get("faburen") %>
起拍价<%= map.get("qipaijia") %>当前竞价<%= map.get("dangqianjingjia") %>
起拍时间<%= map.get("qipaishijian") %>结束时间<%= map.get("jieshushijian") %>
状态<%= map.get("zhuangtai") %>竞拍人<%= map.get("jingpairen") %>
72 |
73 | 74 |
75 |
76 | 77 | 78 |
79 |
80 |
81 | <%@ include file="foot.jsp" %> 82 | 83 | -------------------------------------------------------------------------------- /WebRoot/ustyle/admin/css/pages/frontend-themes.css: -------------------------------------------------------------------------------- 1 | /* ======================================================================== 2 | * FRONTEND THEMES PAGE 3 | * ======================================================================== */ 4 | .list-frontend-theme { 5 | text-decoration: none !important; 6 | } 7 | .list-frontend-theme .image-bg { 8 | background-image: url('../../img/frontend-themes/bg-macbook.png'); 9 | background-size: 470px; 10 | width: 470px; 11 | height: 280px; 12 | display: inline-block; 13 | position: relative; 14 | } 15 | .list-frontend-theme .image-bg.coming-soon { 16 | background-image: url('../../img/frontend-themes/bg-macbook-empty.png'); 17 | background-size: 470px; 18 | } 19 | .list-frontend-theme .image-bg.coming-soon .img-scroll { 20 | background-image: none !important; 21 | } 22 | .list-frontend-theme .image-bg .image-scroll { 23 | background-position: center 0; 24 | background-repeat: no-repeat; 25 | position: absolute; 26 | width: 339px; 27 | height: 217px; 28 | top: 24px; 29 | left: 68px; 30 | -webkit-border-radius: 4px; 31 | -moz-border-radius: 4px; 32 | border-radius: 4px; 33 | } 34 | .list-frontend-theme .image-bg .image-scroll.available { 35 | -webkit-transition: all 10s ease-out 0s; 36 | -moz-transition: all 10s ease-out 0s; 37 | -ms-transition: all 10s ease-out 0s; 38 | -o-transition: all 10s ease-out 0s; 39 | transition: all 10s ease-out 0s; 40 | } 41 | .list-frontend-theme .image-bg .image-scroll.start-page { 42 | background-image: url('../../img/frontend-themes/start-page.jpg'); 43 | } 44 | .list-frontend-theme .image-bg .image-scroll .image-ribbon { 45 | background: url("../../img/frontend-themes/ribbon.png") no-repeat scroll right top rgba(0, 0, 0, 0); 46 | display: inline-block; 47 | width: 100%; 48 | height: 100%; 49 | margin: 0px -40px 0 0; 50 | border-radius: 0px 3px 0px 0px; 51 | } 52 | .list-frontend-theme .image-bg:hover .image-scroll.available { 53 | background-position: center 100%!important; 54 | } 55 | .list-frontend-theme .image-title { 56 | text-transform: capitalize; 57 | text-align: center; 58 | margin: 0px 0px 40px 0px; 59 | font-weight: 300; 60 | } 61 | @media (max-width: 1024px) and (min-width: 801px) { 62 | .list-frontend-theme .image-bg { 63 | margin-left: 175px !important; 64 | } 65 | } 66 | @media (max-width: 800px) { 67 | .list-frontend-theme .image-bg { 68 | margin-left: 90px !important; 69 | } 70 | } 71 | @media (max-width: 360px) { 72 | .list-frontend-theme .image-bg { 73 | background-size: 335px auto !important; 74 | width: 320px; 75 | height: 205px; 76 | margin-left: 0px !important; 77 | } 78 | .list-frontend-theme .image-scroll { 79 | width: 235px !important; 80 | height: 150px !important; 81 | top: 20px !important; 82 | left: 50px !important; 83 | } 84 | .list-frontend-theme .image-scroll.start-page { 85 | background-size: 300px; 86 | } 87 | } 88 | @media (max-width: 320px) { 89 | .list-frontend-theme .image-scroll { 90 | width: 194px !important; 91 | height: 121px !important; 92 | top: 18px !important; 93 | left: 40px !important; 94 | } 95 | .list-frontend-theme .image-bg { 96 | background-size: 272px auto !important; 97 | width: 270px !important; 98 | height: 157px !important; 99 | } 100 | .list-frontend-theme .image-bg .image-scroll .image-ribbon { 101 | background-size: 65px; 102 | } 103 | } 104 | -------------------------------------------------------------------------------- /WebRoot/admins_updt.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8" %> 2 | <%@ page language="java" import="java.util.*" %> 3 | <%@page import="util.*" %> 4 | <%@ include file="head.jsp" %> 5 | 6 | 7 | 8 |
9 | <% if (request.getSession().getAttribute("username") == null || "".equals(request.getSession().getAttribute("username"))) { %> 10 | 11 | 15 | <%return; 16 | } %> <% 17 | String updtself = "0"; // 设置更新 18 | HashMap mmm = new CommDAO().getmap(request.getParameter("id"), "admins"); 19 | %> 20 | 21 | 22 |
23 | 24 | 25 |
26 |
编辑管理员:
27 |
28 |
29 | 30 | 31 |
32 |
33 | 34 |
35 | &table=admins&col=username" 43 | data-msg-remote="内容重复了" 44 | id="username" 45 | name="username" 46 | value="<%= Info.html(mmm.get("username")) %>" 47 | /> 48 |
49 |
50 |
51 |
52 |
53 | 54 |
55 | " type="hidden" /> 56 | " type="hidden" /> 57 | 58 | 59 | 60 | 61 |
62 |
63 |
64 | 65 | 66 |
67 |
68 |
69 | 70 | 71 |
72 | 73 | 78 |
79 | <%@ include file="foot.jsp" %> 80 | 81 | -------------------------------------------------------------------------------- /WebRoot/fenlei_updt.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8" %> 2 | <%@ page language="java" import="java.util.*" %> 3 | <%@page import="util.*" %> 4 | <%@ include file="head.jsp" %> 5 | 6 | 7 | 8 |
9 | <% if (request.getSession().getAttribute("username") == null || "".equals(request.getSession().getAttribute("username"))) { %> 10 | 11 | 15 | <%return; 16 | } %> <% 17 | String updtself = "0"; // 设置更新 18 | HashMap mmm = new CommDAO().getmap(request.getParameter("id"), "fenlei"); 19 | %> 20 | 21 | 22 |
23 | 24 | 25 |
26 |
编辑分类:
27 |
28 |
29 | 30 | 31 |
32 |
33 | 34 |
35 | &table=fenlei&col=fenleiming" 43 | data-msg-remote="内容重复了" 44 | id="fenleiming" 45 | name="fenleiming" 46 | value="<%= Info.html(mmm.get("fenleiming")) %>" 47 | /> 48 |
49 |
50 |
51 |
52 |
53 | 54 |
55 | " type="hidden" /> 56 | " type="hidden" /> 57 | 58 | 59 | 60 | 61 |
62 |
63 |
64 | 65 | 66 |
67 |
68 |
69 | 70 | 71 |
72 | 73 | 78 |
79 | <%@ include file="foot.jsp" %> 80 | 81 | -------------------------------------------------------------------------------- /WebRoot/admins_updtself.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8" %> 2 | <%@ page language="java" import="java.util.*" %> 3 | <%@page import="util.*" %> 4 | <%@ include file="head.jsp" %> 5 | 6 | 7 | 8 |
9 | <% if (request.getSession().getAttribute("username") == null || "".equals(request.getSession().getAttribute("username"))) { %> 10 | 11 | 15 | <%return; 16 | } %> <% 17 | HashMap mmm = new CommDAO().getmaps("username", (String) request.getSession().getAttribute("username"), "admins"); 18 | 19 | String updtself = "1"; 20 | %> 21 | 22 | 23 |
24 | 25 | 26 |
27 |
编辑管理员:
28 |
29 |
30 | 31 | 32 |
33 |
34 | 35 |
36 | &table=admins&col=username" 44 | data-msg-remote="内容重复了" 45 | id="username" 46 | name="username" 47 | value="<%= Info.html(mmm.get("username")) %>" 48 | /> 49 |
50 |
51 |
52 |
53 |
54 | 55 |
56 | " type="hidden" /> 57 | 58 | 59 | 60 | 61 | 62 |
63 |
64 |
65 | 66 | 67 |
68 |
69 |
70 | 71 | 72 |
73 | 74 | 79 |
80 | <%@ include file="foot.jsp" %> 81 | 82 | -------------------------------------------------------------------------------- /WebRoot/youqinglianjie_list.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8" %> 2 | <%@ page language="java" import="java.util.*" %> 3 | <%@page import="util.*" %> 4 | <%@ include file="head.jsp" %> 5 | 6 | 7 |
8 | <% 9 | String orderby = util.Request.get("order", "id"); // 获取搜索框中的排序字段、默认为发布时间 10 | String sort = util.Request.get("sort", "desc"); // 获取搜索框中的排序类型、默认为倒序 11 | 12 | String where = " 1=1 "; // 防止sql 搜索条件为: where and a=b 这样的错误 13 | 14 | // 以下是检测搜索框中是否填写了或者选择了什么,则写入sql 语句中 15 | 16 | List list = Query.make("youqinglianjie").where(where).order(orderby + " " + sort).page(15); 17 | %> 18 | 19 | 20 |
21 |
22 | 友情链接 23 | 列表 24 |
25 |
26 |
27 |
28 | 29 | 30 |
31 | 32 |
33 | 34 | 37 | 41 | 45 | 46 | 47 | 48 |
49 |
50 | 51 |
52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | <% 63 | int i = 0; 64 | for (Map map : list) { 65 | i++; 66 | %> 67 | 68 | " pid=""> 69 | 72 | 73 | 74 | 80 | 81 | <%} %> 82 | 83 | 84 |
序号网站名称网址操作
70 | 71 | <%= map.get("wangzhanmingcheng") %><%= map.get("wangzhi") %> 75 | ">编辑 76 | 77 | " onclick="return confirm('确定要删除?')">删除 78 | 79 |
85 |
86 | 87 | ${page.info} 88 |
89 |
90 |
91 | <%@ include file="foot.jsp" %> 92 | 93 | -------------------------------------------------------------------------------- /WebRoot/guanyu_add.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8" %> 2 | <%@ page language="java" import="java.util.*" %> 3 | <%@page import="util.*" %> 4 | <%@ include file="head.jsp" %> 5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | <% if (request.getSession().getAttribute("username") == null || "".equals(request.getSession().getAttribute("username"))) { %> 13 | 14 | 18 | <%return; 19 | } %> 20 | 21 |
22 | 23 | 24 |
25 |
添加关于:
26 |
27 |
28 | 29 | 30 |
31 |
32 | 33 |
34 | 45 |
46 |
47 |
48 |
49 |
50 | 51 |
52 | 53 | 58 |
59 |
60 |
61 |
62 |
63 | 64 |
65 | 66 | 67 |
68 |
69 |
70 | 71 | 72 |
73 |
74 |
75 | 76 | 77 |
78 | 79 | 84 |
85 | <%@ include file="foot.jsp" %> 86 | 87 | -------------------------------------------------------------------------------- /WebRoot/js/h5upload/h5upload.js: -------------------------------------------------------------------------------- 1 | var _h5Callback___ = 1000; 2 | 3 | function openAttachmentLayer(url,param , callback ) { 4 | var key = 'jquery_h5_callback'+(_h5Callback___++); 5 | window[key] = function (result) { 6 | console.log(result); 7 | callback(result); 8 | window[key] = null; 9 | }; 10 | layer.open({ 11 | type: 2, 12 | title:'上传图片', 13 | area: ['320px', '150px'], 14 | fixed: true, //不固定 15 | maxmin: true, 16 | shadeClose:true, 17 | shade:0.5, 18 | content: url+'?'+$.param(param)+'&callback='+key, 19 | }); 20 | } 21 | 22 | function showUploadImages( id ,url ) { 23 | $(id).hide(); 24 | url = url || "upload.html" 25 | var $tpl=$('
'+ 26 | ''+ 27 | '
'+ 28 | '
' 29 | ); 30 | var $gellay = $tpl.find('#gellay_images'); 31 | try{ 32 | var values = $(id).val().split(','); 33 | if(values.length>0){ 34 | appendImages($gellay, values); 35 | } 36 | }catch(e){ 37 | } 38 | 39 | $(id).before($tpl); 40 | $tpl.on('click' , '.uploadBtn,.thumb,.btnClose',function (e) { 41 | if($(this).hasClass('uploadBtn')){ 42 | var param = { 43 | mul:1 44 | }; 45 | openAttachmentLayer(url,param , function (values) { 46 | appendImages($gellay,values); 47 | updateInputValue(); 48 | }); 49 | }else if($(this).hasClass('thumb')){ 50 | jdk.showImage($(this).find('img').attr('src')); 51 | }else if($(this).hasClass('btnClose')){ 52 | $(this).parents('.uploadImage').remove(); 53 | updateInputValue(); 54 | } 55 | }); 56 | 57 | function updateInputValue() { 58 | var result = []; 59 | $tpl.find('.uploadImage').each(function () { 60 | result.push($(this).attr('filepath')); 61 | }); 62 | $(id).val(result.join(",")); 63 | } 64 | /*$gellay.sortable( 65 | { 66 | items:'.uploadImage', 67 | helper:'clone', 68 | placeholder: 'sortHelper', 69 | opacity:'0.6', 70 | revert:true, 71 | forcePlaceholderSize:false, 72 | start:function(){}, 73 | stop:function(){ 74 | updateInputValue(); 75 | } 76 | } 77 | ).on('sortupdate',function () { 78 | updateInputValue(); 79 | });*/ 80 | function appendImages($gellay,obj) { 81 | if($.isArray(obj)){ 82 | for(var i in obj){ 83 | var ci = obj[i]; 84 | appendImages($gellay,ci); 85 | } 86 | return; 87 | } 88 | 89 | if(typeof obj == 'string'){ 90 | // 字符串 91 | if(obj == '')return; 92 | obj = { 93 | filepath:obj, 94 | attach_id:0, 95 | filename:'' 96 | }; 97 | } 98 | var $tpl=$('
' + 99 | ''+ 100 | '' + 101 | 'X' + 102 | '' + 103 | '
'); 104 | $tpl.attr('filename' , obj.filename); 105 | $tpl.attr('attach_id' , obj.attach_id); 106 | $tpl.attr('filepath' , obj.filepath); 107 | $($gellay).append($tpl); 108 | } 109 | } 110 | -------------------------------------------------------------------------------- /WebRoot/youqinglianjie_add.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8" %> 2 | <%@ page language="java" import="java.util.*" %> 3 | <%@page import="util.*" %> 4 | <%@ include file="head.jsp" %> 5 | 6 | 7 | 8 |
9 | <% if (request.getSession().getAttribute("username") == null || "".equals(request.getSession().getAttribute("username"))) { %> 10 | 11 | 15 | <%return; 16 | } %> 17 | 18 |
19 | 20 | 21 |
22 |
添加友情链接:
23 |
24 |
25 | 26 | 27 |
28 |
29 | 30 |
31 | 42 |
43 |
44 |
45 |
46 |
47 | 48 |
49 | 60 |
61 |
62 |
63 |
64 |
65 | 66 |
67 | 68 | 69 |
70 |
71 |
72 | 73 | 74 |
75 |
76 |
77 | 78 | 79 |
80 | 81 | 86 |
87 | <%@ include file="foot.jsp" %> 88 | 89 | -------------------------------------------------------------------------------- /WebRoot/admins_add.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" import="dao.*" pageEncoding="UTF-8" %> 2 | <%@ page language="java" import="java.util.*" %> 3 | <%@page import="util.*" %> 4 | <%@ include file="head.jsp" %> 5 | 6 | 7 | 8 |
9 | <% if (request.getSession().getAttribute("username") == null || "".equals(request.getSession().getAttribute("username"))) { %> 10 | 11 | 15 | <%return; 16 | } %> 17 | 18 |
19 | 20 | 21 |
22 |
添加管理员:
23 |
24 |
25 | 26 | 27 |
28 |
29 | 30 |
31 | 44 |
45 |
46 |
47 |
48 |
49 | 50 |
51 | 62 |
63 |
64 |
65 |
66 |
67 | 68 |
69 | 70 | 71 |
72 |
73 |
74 | 75 | 76 |
77 |
78 |
79 | 80 | 81 |
82 | 83 | 88 |
89 | <%@ include file="foot.jsp" %> 90 | 91 | -------------------------------------------------------------------------------- /WebRoot/ustyle/admin/css/pages/search.css: -------------------------------------------------------------------------------- 1 | /* ======================================================================== 2 | * SEARCH COURSES 3 | * ======================================================================== */ 4 | .list-search { 5 | background: transparent !important; 6 | } 7 | .list-search .media { 8 | background-color: #ffffff; 9 | margin-bottom: 20px !important; 10 | padding: 0px !important; 11 | } 12 | .list-search .media.selected .meta-search .meta-action { 13 | color: #8cc152; 14 | cursor: default; 15 | } 16 | .list-search .media img { 17 | border-radius: 3px 0px 0px 3px; 18 | width: 225px; 19 | } 20 | .list-search .media .media-object { 21 | width: 100% !important; 22 | height: inherit !important; 23 | } 24 | .list-search .media .media-left { 25 | min-width: 240px; 26 | } 27 | .list-search .media-body { 28 | padding: 10px 10px 10px 0px; 29 | min-height: 150px; 30 | position: relative; 31 | width: 100%; 32 | } 33 | .list-search .meta-provider { 34 | position: absolute; 35 | left: 0px; 36 | bottom: 10px; 37 | background-color: rgba(89, 103, 104, 0.44); 38 | padding: 7px; 39 | color: #ffffff; 40 | margin-left: -5px; 41 | font-size: 12px; 42 | } 43 | .list-search .meta-provider.primary { 44 | border-left: 5px solid #00b1e1; 45 | } 46 | .list-search .meta-provider.success { 47 | border-left: 5px solid #8cc152; 48 | } 49 | .list-search .meta-provider.info { 50 | border-left: 5px solid #63d3e9; 51 | } 52 | .list-search .meta-provider.warning { 53 | border-left: 5px solid #f6bb42; 54 | } 55 | .list-search .meta-provider.danger { 56 | border-left: 5px solid #e9573f; 57 | } 58 | .list-search .meta-search { 59 | border-top: 1px solid #dddddd; 60 | padding: 10px 10px 0px 0px; 61 | width: 100%; 62 | } 63 | .list-search .meta-search .meta-mounth, 64 | .list-search .meta-search .meta-level { 65 | margin-right: 40px; 66 | } 67 | .list-search .meta-search .meta-selected { 68 | background-color: #eeeeee; 69 | padding: 3px 5px; 70 | border-left: 3px solid #8cc152; 71 | } 72 | .list-search .meta-search .meta-price { 73 | margin-right: 10px; 74 | font-weight: bold; 75 | } 76 | .list-search .meta-search .meta-price small { 77 | font-weight: 300; 78 | } 79 | .list-search .meta-search .meta-action { 80 | font-size: 20px; 81 | border-left: 1px dotted #dddddd; 82 | padding-left: 10px; 83 | color: #dddddd; 84 | } 85 | .list-search .meta-search .meta-action:hover { 86 | color: #8cc152; 87 | } 88 | @media (max-width: 800px) { 89 | .list-search .media img { 90 | height: 165px !important; 91 | } 92 | .list-search .media .media-body { 93 | min-height: 165px; 94 | } 95 | .list-search .selected .meta-search .meta-mounth, 96 | .list-search .selected .meta-search .meta-level { 97 | display: none; 98 | } 99 | .list-search .meta-search .meta-mounth, 100 | .list-search .meta-search .meta-level { 101 | margin-right: 15px !important; 102 | } 103 | } 104 | @media (max-width: 768px) { 105 | .list-search .meta-search .meta-mounth { 106 | display: none; 107 | } 108 | } 109 | @media (max-width: 768px) { 110 | .list-search .media > a { 111 | float: none !important; 112 | display: block; 113 | margin: 0px; 114 | } 115 | .list-search .media > a img { 116 | width: 100% !important; 117 | height: 100% !important; 118 | -webkit-border-radius: 3px 3px 0px 0px; 119 | -moz-border-radius: 3px 3px 0px 0px; 120 | border-radius: 3px 3px 0px 0px; 121 | } 122 | .list-search .media .media-body { 123 | padding: 10px; 124 | min-height: 190px; 125 | } 126 | .list-search .meta-provider { 127 | top: 20px; 128 | bottom: inherit; 129 | } 130 | .list-search .meta-search { 131 | margin-left: -10px; 132 | padding: 10px; 133 | } 134 | } 135 | @media (max-width: 360px) { 136 | .list-search .media-left { 137 | width: 100%; 138 | display: block; 139 | padding-right: 0px; 140 | } 141 | .list-search .media-left img { 142 | width: 100% !important; 143 | height: inherit !important; 144 | } 145 | } 146 | --------------------------------------------------------------------------------