├── .DS_Store
├── .gitattributes
├── README.md
├── WebRoot
├── 404.jsp
├── META-INF
│ ├── MANIFEST.MF
│ └── context.xml
├── WEB-INF
│ ├── lib
│ │ ├── aopalliance-1.0.jar
│ │ ├── asm-3.3.1.jar
│ │ ├── aspectjweaver-1.6.9.jar
│ │ ├── c3p0-0.9.1.2.jar
│ │ ├── cglib-2.2.2.jar
│ │ ├── cglib-nodep-2.2.jar
│ │ ├── commons-beanutils-1.7.0.jar
│ │ ├── commons-beanutils.jar
│ │ ├── commons-collections-3.2.1.jar
│ │ ├── commons-collections-3.2.jar
│ │ ├── commons-dbcp-1.4.jar
│ │ ├── commons-fileupload-1.2.jar
│ │ ├── commons-fileupload.jar
│ │ ├── commons-httpclient-3.1.jar
│ │ ├── commons-httpclient.jar
│ │ ├── commons-io.jar
│ │ ├── commons-lang-2.5.jar
│ │ ├── commons-lang.jar
│ │ ├── commons-logging-1.1.1.jar
│ │ ├── commons-logging.jar
│ │ ├── commons-pool-1.5.3.jar
│ │ ├── ezmorph-1.0.5.jar
│ │ ├── javassist-3.17.1-GA.jar
│ │ ├── javax.servlet.jsp.jstl.jar
│ │ ├── json-lib-2.2-jdk15.jar
│ │ ├── json_simple-1.1.jar
│ │ ├── jsp-api.jar
│ │ ├── jspsmartupload.jar
│ │ ├── jstl-impl.jar
│ │ ├── jxl.jar
│ │ ├── log4j-1.2.16.jar
│ │ ├── log4j-1.2.17.jar
│ │ ├── mybatis-3.2.2.jar
│ │ ├── mybatis-generator-core-1.3.2.jar
│ │ ├── mybatis-spring-1.2.2.jar
│ │ ├── mysql-connector-java-5.1.18-bin.jar
│ │ ├── mysql-connector-java-5.1.34.jar
│ │ ├── ojdbc6.jar
│ │ ├── org.springframework.aop-3.1.1.RELEASE.jar
│ │ ├── org.springframework.asm-3.1.1.RELEASE.jar
│ │ ├── org.springframework.aspects-3.1.1.RELEASE.jar
│ │ ├── org.springframework.beans-3.1.1.RELEASE.jar
│ │ ├── org.springframework.context-3.1.1.RELEASE.jar
│ │ ├── org.springframework.context.support-3.1.1.RELEASE.jar
│ │ ├── org.springframework.core-3.1.1.RELEASE.jar
│ │ ├── org.springframework.expression-3.1.1.RELEASE.jar
│ │ ├── org.springframework.instrument-3.1.1.RELEASE.jar
│ │ ├── org.springframework.instrument.tomcat-3.1.1.RELEASE.jar
│ │ ├── org.springframework.jdbc-3.1.1.RELEASE.jar
│ │ ├── org.springframework.jms-3.1.1.RELEASE.jar
│ │ ├── org.springframework.orm-3.1.1.RELEASE.jar
│ │ ├── org.springframework.oxm-3.1.1.RELEASE.jar
│ │ ├── org.springframework.transaction-3.1.1.RELEASE.jar
│ │ ├── org.springframework.web-3.1.1.RELEASE.jar
│ │ ├── org.springframework.web.portlet-3.1.1.RELEASE.jar
│ │ ├── org.springframework.web.servlet-3.1.1.RELEASE.jar
│ │ ├── org.springframework.web.struts-3.1.1.RELEASE.jar
│ │ ├── servlet-api.jar
│ │ ├── slf4j-api-1.7.5.jar
│ │ └── slf4j-log4j12-1.7.5.jar
│ └── web.xml
├── addBbs.jsp
├── admin
│ ├── 404.jsp
│ ├── bbs_list.jsp
│ ├── bbs_update.jsp
│ ├── css
│ │ ├── children.css
│ │ ├── children.min.css
│ │ ├── main.css
│ │ ├── style.css
│ │ └── util.css
│ ├── error.jsp
│ ├── fonts
│ │ ├── font-awesome-4.7.0
│ │ │ ├── HELP-US-OUT.txt
│ │ │ ├── css
│ │ │ │ ├── font-awesome.css
│ │ │ │ └── font-awesome.min.css
│ │ │ ├── fonts
│ │ │ │ ├── FontAwesome.otf
│ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ ├── fontawesome-webfont.svg
│ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ └── fontawesome-webfont.woff2
│ │ │ ├── less
│ │ │ │ ├── animated.less
│ │ │ │ ├── bordered-pulled.less
│ │ │ │ ├── core.less
│ │ │ │ ├── fixed-width.less
│ │ │ │ ├── font-awesome.less
│ │ │ │ ├── icons.less
│ │ │ │ ├── larger.less
│ │ │ │ ├── list.less
│ │ │ │ ├── mixins.less
│ │ │ │ ├── path.less
│ │ │ │ ├── rotated-flipped.less
│ │ │ │ ├── screen-reader.less
│ │ │ │ ├── stacked.less
│ │ │ │ └── variables.less
│ │ │ └── scss
│ │ │ │ ├── _animated.scss
│ │ │ │ ├── _bordered-pulled.scss
│ │ │ │ ├── _core.scss
│ │ │ │ ├── _fixed-width.scss
│ │ │ │ ├── _icons.scss
│ │ │ │ ├── _larger.scss
│ │ │ │ ├── _list.scss
│ │ │ │ ├── _mixins.scss
│ │ │ │ ├── _path.scss
│ │ │ │ ├── _rotated-flipped.scss
│ │ │ │ ├── _screen-reader.scss
│ │ │ │ ├── _stacked.scss
│ │ │ │ ├── _variables.scss
│ │ │ │ └── font-awesome.scss
│ │ └── iconic
│ │ │ ├── css
│ │ │ ├── material-design-iconic-font.css
│ │ │ └── material-design-iconic-font.min.css
│ │ │ └── fonts
│ │ │ ├── Material-Design-Iconic-Font.eot
│ │ │ ├── Material-Design-Iconic-Font.svg
│ │ │ ├── Material-Design-Iconic-Font.ttf
│ │ │ ├── Material-Design-Iconic-Font.woff
│ │ │ └── Material-Design-Iconic-Font.woff2
│ ├── goods_add.jsp
│ ├── goods_list.jsp
│ ├── goods_tj.jsp
│ ├── goods_update.jsp
│ ├── images
│ │ ├── 20171120.jpg
│ │ ├── 20180604.jpg
│ │ ├── 20190415.jpg
│ │ ├── X.png
│ │ ├── Y.png
│ │ ├── ban_yuan.png
│ │ ├── bg-01.jpg
│ │ ├── bg_default.jpg
│ │ ├── flag.png
│ │ ├── head.jpg
│ │ ├── hong.png
│ │ ├── honor_1.png
│ │ ├── honor_2.png
│ │ ├── honor_3.png
│ │ ├── icon_01.png
│ │ ├── icon_02.png
│ │ ├── icon_03.png
│ │ ├── icon_04.png
│ │ ├── icon_05.png
│ │ ├── icon_06.png
│ │ ├── icon_add.png
│ │ ├── jiant.png
│ │ ├── jiant1.png
│ │ ├── jiant3.png
│ │ ├── jl.jpg
│ │ ├── jt_left.png
│ │ ├── logo01.png
│ │ ├── logo_touming.gif
│ │ ├── logotxt.png
│ │ ├── mor_bj.jpg
│ │ ├── mor_bj1.jpg
│ │ ├── mor_bj2.jpg
│ │ ├── mor_bj3.jpg
│ │ ├── mor_bj4.jpg
│ │ ├── my_in.png
│ │ ├── rgba2.png
│ │ ├── rgba3.png
│ │ ├── riq.png
│ │ ├── sm_icon01.png
│ │ ├── sm_icon02.png
│ │ ├── sm_icon03.png
│ │ ├── sm_icon04.png
│ │ ├── sm_icon05.png
│ │ ├── sm_icon06.png
│ │ ├── top_exit.png
│ │ ├── top_home.png
│ │ ├── top_person.png
│ │ └── word.png
│ ├── index.jsp
│ ├── index2.jsp
│ ├── js
│ │ ├── Tdrag.min.js
│ │ ├── echarts.min.js
│ │ ├── jquery-1.11.0.min.js
│ │ ├── main.js
│ │ ├── typeSave.js
│ │ └── userAdd.js
│ ├── layui
│ │ ├── css
│ │ │ ├── layui.css
│ │ │ ├── layui.mobile.css
│ │ │ └── modules
│ │ │ │ ├── code.css
│ │ │ │ ├── laydate
│ │ │ │ └── default
│ │ │ │ │ └── laydate.css
│ │ │ │ └── layer
│ │ │ │ └── default
│ │ │ │ ├── icon-ext.png
│ │ │ │ ├── icon.png
│ │ │ │ ├── icon1.png
│ │ │ │ ├── layer.css
│ │ │ │ ├── loading-0.gif
│ │ │ │ ├── loading-1.gif
│ │ │ │ └── loading-2.gif
│ │ ├── font
│ │ │ ├── iconfont.eot
│ │ │ ├── iconfont.svg
│ │ │ ├── iconfont.ttf
│ │ │ └── iconfont.woff
│ │ ├── images
│ │ │ └── face
│ │ │ │ ├── 0.gif
│ │ │ │ ├── 1.gif
│ │ │ │ ├── 10.gif
│ │ │ │ ├── 11.gif
│ │ │ │ ├── 12.gif
│ │ │ │ ├── 13.gif
│ │ │ │ ├── 14.gif
│ │ │ │ ├── 15.gif
│ │ │ │ ├── 16.gif
│ │ │ │ ├── 17.gif
│ │ │ │ ├── 18.gif
│ │ │ │ ├── 19.gif
│ │ │ │ ├── 2.gif
│ │ │ │ ├── 20.gif
│ │ │ │ ├── 21.gif
│ │ │ │ ├── 22.gif
│ │ │ │ ├── 23.gif
│ │ │ │ ├── 24.gif
│ │ │ │ ├── 25.gif
│ │ │ │ ├── 26.gif
│ │ │ │ ├── 27.gif
│ │ │ │ ├── 28.gif
│ │ │ │ ├── 29.gif
│ │ │ │ ├── 3.gif
│ │ │ │ ├── 30.gif
│ │ │ │ ├── 31.gif
│ │ │ │ ├── 32.gif
│ │ │ │ ├── 33.gif
│ │ │ │ ├── 34.gif
│ │ │ │ ├── 35.gif
│ │ │ │ ├── 36.gif
│ │ │ │ ├── 37.gif
│ │ │ │ ├── 38.gif
│ │ │ │ ├── 39.gif
│ │ │ │ ├── 4.gif
│ │ │ │ ├── 40.gif
│ │ │ │ ├── 41.gif
│ │ │ │ ├── 42.gif
│ │ │ │ ├── 43.gif
│ │ │ │ ├── 44.gif
│ │ │ │ ├── 45.gif
│ │ │ │ ├── 46.gif
│ │ │ │ ├── 47.gif
│ │ │ │ ├── 48.gif
│ │ │ │ ├── 49.gif
│ │ │ │ ├── 5.gif
│ │ │ │ ├── 50.gif
│ │ │ │ ├── 51.gif
│ │ │ │ ├── 52.gif
│ │ │ │ ├── 53.gif
│ │ │ │ ├── 54.gif
│ │ │ │ ├── 55.gif
│ │ │ │ ├── 56.gif
│ │ │ │ ├── 57.gif
│ │ │ │ ├── 58.gif
│ │ │ │ ├── 59.gif
│ │ │ │ ├── 6.gif
│ │ │ │ ├── 60.gif
│ │ │ │ ├── 61.gif
│ │ │ │ ├── 62.gif
│ │ │ │ ├── 63.gif
│ │ │ │ ├── 64.gif
│ │ │ │ ├── 65.gif
│ │ │ │ ├── 66.gif
│ │ │ │ ├── 67.gif
│ │ │ │ ├── 68.gif
│ │ │ │ ├── 69.gif
│ │ │ │ ├── 7.gif
│ │ │ │ ├── 70.gif
│ │ │ │ ├── 71.gif
│ │ │ │ ├── 8.gif
│ │ │ │ └── 9.gif
│ │ ├── lay
│ │ │ └── modules
│ │ │ │ ├── carousel.js
│ │ │ │ ├── code.js
│ │ │ │ ├── colorpicker.js
│ │ │ │ ├── element.js
│ │ │ │ ├── flow.js
│ │ │ │ ├── form.js
│ │ │ │ ├── jquery.js
│ │ │ │ ├── laydate.js
│ │ │ │ ├── layedit.js
│ │ │ │ ├── layer.js
│ │ │ │ ├── laypage.js
│ │ │ │ ├── laytpl.js
│ │ │ │ ├── mobile.js
│ │ │ │ ├── rate.js
│ │ │ │ ├── slider.js
│ │ │ │ ├── table.js
│ │ │ │ ├── tree.js
│ │ │ │ ├── upload.js
│ │ │ │ └── util.js
│ │ ├── layui.all.js
│ │ ├── layui.all.min.js
│ │ └── layui.js
│ ├── login.jsp
│ ├── news_add.jsp
│ ├── news_list.jsp
│ ├── news_update.jsp
│ ├── order_detail.jsp
│ ├── order_list.jsp
│ ├── success.jsp
│ ├── type_add.jsp
│ ├── type_list.jsp
│ ├── type_update.jsp
│ ├── user_add.jsp
│ ├── user_list.jsp
│ ├── user_update.jsp
│ ├── user_update_persion.jsp
│ └── vendor
│ │ ├── bootstrap
│ │ └── css
│ │ │ └── bootstrap.min.css
│ │ └── jquery
│ │ └── jquery-3.2.1.min.js
├── bbs_list.jsp
├── bbsx.jsp
├── car_list.jsp
├── css
│ ├── bootstrap.min.css
│ ├── color.css
│ ├── custom.css
│ ├── magnefic-popup.min.css
│ ├── meanmenu.css
│ ├── nice-select.min.css
│ ├── plugins.css
│ ├── range-slider.css
│ ├── slick.min.css
│ ├── style.css
│ ├── style.css.map
│ └── themify-icons.min.css
├── err_cz.jsp
├── error_fore.jsp
├── error_login.jsp
├── fonts
│ ├── slick.eot
│ ├── slick.svg
│ ├── slick.ttf
│ ├── slick.woff
│ ├── themify.eot
│ ├── themify.svg
│ ├── themify.ttf
│ └── themify.woff
├── foot.jsp
├── foot2.jsp
├── goods_List.jsp
├── goodsx.jsp
├── img
│ ├── ajax-loader.gif
│ ├── author-image
│ │ ├── author-image-1.png
│ │ └── author-image-2.png
│ ├── banners
│ │ ├── banner-image-1.jpg
│ │ ├── banner-image-10.jpg
│ │ ├── banner-image-11.jpg
│ │ ├── banner-image-2.jpg
│ │ ├── banner-image-3.jpg
│ │ ├── banner-image-4.jpg
│ │ ├── banner-image-5.jpg
│ │ ├── banner-image-6.jpg
│ │ ├── banner-image-7.jpg
│ │ ├── banner-image-8.jpg
│ │ ├── banner-image-9.jpg
│ │ ├── bg-banner-1.jpg
│ │ ├── bg-banner-2.jpg
│ │ ├── contact-banner.jpg
│ │ └── widget-banner-1.jpg
│ ├── bg
│ │ ├── bg-breadcrumb-1.jpg
│ │ └── bg-image-1.jpg
│ ├── blog
│ │ ├── blog-details
│ │ │ └── blog-image-1.jpg
│ │ ├── blog-image-1.jpg
│ │ ├── blog-image-2.jpg
│ │ ├── blog-image-3.jpg
│ │ ├── blog-image-4.jpg
│ │ ├── blog-image-5.jpg
│ │ ├── blog-image-6.jpg
│ │ ├── blog-image-7.jpg
│ │ └── blog-image-8.jpg
│ ├── brand-logos
│ │ ├── brand-logo-1.jpg
│ │ ├── brand-logo-2.jpg
│ │ ├── brand-logo-3.jpg
│ │ └── brand-logo-4.jpg
│ ├── favicon.ico
│ ├── hero-image
│ │ ├── hero-image-1.png
│ │ ├── hero-image-2.png
│ │ ├── hero-image-3.png
│ │ ├── hero-image-4.png
│ │ └── hero-image-5.png
│ ├── icon.png
│ ├── icons
│ │ ├── icon-close.png
│ │ ├── icon-origami.svg
│ │ ├── icon-present.svg
│ │ ├── icon-reload.svg
│ │ ├── icon-support.svg
│ │ ├── marker.png
│ │ ├── payment.png
│ │ └── triangle-icon-dark.png
│ ├── logo
│ │ ├── logo-dark.png
│ │ ├── logo-light.png
│ │ └── logo-theme.png
│ ├── others
│ │ └── about-image.jpg
│ ├── product
│ │ ├── large-size
│ │ │ ├── product-image-1.jpg
│ │ │ ├── product-image-2.jpg
│ │ │ ├── product-image-3.jpg
│ │ │ ├── product-image-4.jpg
│ │ │ └── product-image-5.jpg
│ │ ├── mini-size
│ │ │ ├── product-image-mini-1.png
│ │ │ ├── product-image-mini-10.png
│ │ │ ├── product-image-mini-11.png
│ │ │ ├── product-image-mini-12.png
│ │ │ ├── product-image-mini-2.png
│ │ │ ├── product-image-mini-3.png
│ │ │ ├── product-image-mini-4.png
│ │ │ ├── product-image-mini-5.png
│ │ │ ├── product-image-mini-6.png
│ │ │ ├── product-image-mini-7.png
│ │ │ ├── product-image-mini-8.png
│ │ │ └── product-image-mini-9.png
│ │ ├── small-size
│ │ │ ├── product-image-1.jpg
│ │ │ ├── product-image-2.jpg
│ │ │ ├── product-image-3.jpg
│ │ │ ├── product-image-4.jpg
│ │ │ ├── product-image-5.jpg
│ │ │ └── product-image-6.jpg
│ │ └── thumbnail-size
│ │ │ ├── product-image-1.jpg
│ │ │ ├── product-image-10.jpg
│ │ │ ├── product-image-11.jpg
│ │ │ ├── product-image-12.jpg
│ │ │ ├── product-image-13.jpg
│ │ │ ├── product-image-14.jpg
│ │ │ ├── product-image-15.jpg
│ │ │ ├── product-image-16.jpg
│ │ │ ├── product-image-17.jpg
│ │ │ ├── product-image-18.jpg
│ │ │ ├── product-image-2.jpg
│ │ │ ├── product-image-3.jpg
│ │ │ ├── product-image-4.jpg
│ │ │ ├── product-image-5.jpg
│ │ │ ├── product-image-6.jpg
│ │ │ ├── product-image-7.jpg
│ │ │ ├── product-image-8.jpg
│ │ │ └── product-image-9.jpg
│ ├── team-member
│ │ ├── team-member-1.jpg
│ │ ├── team-member-2.jpg
│ │ └── team-member-3.jpg
│ └── zhifu.png
├── index.jsp
├── index2.jsp
├── js
│ ├── ajax-mail.js
│ ├── bootstrap.min.js
│ ├── google-map.js
│ ├── jquery-1.11.0.min.js
│ ├── main.js
│ ├── plugins.js
│ ├── popper.min.js
│ ├── shop.js
│ ├── userAdd.js
│ └── vendor
│ │ ├── jquery-3.3.1.min.js
│ │ └── modernizr-3.6.0.min.js
├── kindeditor
│ ├── asp.net
│ │ ├── README.txt
│ │ ├── bin
│ │ │ └── LitJSON.dll
│ │ ├── demo.aspx
│ │ ├── file_manager_json.ashx
│ │ └── upload_json.ashx
│ ├── asp
│ │ ├── JSON_2.0.4.asp
│ │ ├── UpLoad_Class.asp
│ │ ├── demo.asp
│ │ ├── file_manager_json.asp
│ │ └── upload_json.asp
│ ├── examples
│ │ ├── auto-height.html
│ │ ├── colorpicker.html
│ │ ├── custom-plugin.html
│ │ ├── custom-theme.html
│ │ ├── default.html
│ │ ├── dialog.html
│ │ ├── dynamic-load.html
│ │ ├── file-dialog.html
│ │ ├── file-manager.html
│ │ ├── filter-mode.html
│ │ ├── image-dialog.html
│ │ ├── index.css
│ │ ├── index.html
│ │ ├── jquery-ui.html
│ │ ├── jquery-ui
│ │ │ ├── css
│ │ │ │ └── smoothness
│ │ │ │ │ ├── images
│ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ │ │ ├── jquery-ui-1.9.2.custom.css
│ │ │ │ │ └── jquery-ui-1.9.2.custom.min.css
│ │ │ └── js
│ │ │ │ ├── jquery-ui-1.9.2.custom.js
│ │ │ │ └── jquery-ui-1.9.2.custom.min.js
│ │ ├── jquery.html
│ │ ├── jquery.js
│ │ ├── multi-image-dialog.html
│ │ ├── multi-language.html
│ │ ├── newline.html
│ │ ├── node.html
│ │ ├── paste-type.html
│ │ ├── qqstyle.html
│ │ ├── readonly.html
│ │ ├── simple.html
│ │ ├── uploadbutton.html
│ │ ├── url-type.html
│ │ └── word-count.html
│ ├── jsp
│ │ ├── README.txt
│ │ ├── demo.jsp
│ │ ├── file_manager_json.jsp
│ │ ├── lib
│ │ │ ├── commons-fileupload-1.2.1.jar
│ │ │ ├── commons-io-1.4.jar
│ │ │ └── json_simple-1.1.jar
│ │ └── upload_json.jsp
│ ├── kindeditor-all-min.js
│ ├── kindeditor-all.js
│ ├── kindeditor-min.js
│ ├── kindeditor.js
│ ├── lang
│ │ ├── ar.js
│ │ ├── en.js
│ │ ├── ko.js
│ │ ├── zh_CN.js
│ │ └── zh_TW.js
│ ├── license.txt
│ ├── php
│ │ ├── JSON.php
│ │ ├── demo.php
│ │ ├── file_manager_json.php
│ │ └── upload_json.php
│ ├── plugins
│ │ ├── anchor
│ │ │ └── anchor.js
│ │ ├── autoheight
│ │ │ └── autoheight.js
│ │ ├── baidumap
│ │ │ ├── baidumap.js
│ │ │ ├── index.html
│ │ │ └── map.html
│ │ ├── clearhtml
│ │ │ └── clearhtml.js
│ │ ├── code
│ │ │ ├── code.js
│ │ │ ├── prettify.css
│ │ │ └── prettify.js
│ │ ├── emoticons
│ │ │ ├── emoticons.js
│ │ │ └── images
│ │ │ │ ├── 0.gif
│ │ │ │ ├── 1.gif
│ │ │ │ ├── 10.gif
│ │ │ │ ├── 100.gif
│ │ │ │ ├── 101.gif
│ │ │ │ ├── 102.gif
│ │ │ │ ├── 103.gif
│ │ │ │ ├── 104.gif
│ │ │ │ ├── 105.gif
│ │ │ │ ├── 106.gif
│ │ │ │ ├── 107.gif
│ │ │ │ ├── 108.gif
│ │ │ │ ├── 109.gif
│ │ │ │ ├── 11.gif
│ │ │ │ ├── 110.gif
│ │ │ │ ├── 111.gif
│ │ │ │ ├── 112.gif
│ │ │ │ ├── 113.gif
│ │ │ │ ├── 114.gif
│ │ │ │ ├── 115.gif
│ │ │ │ ├── 116.gif
│ │ │ │ ├── 117.gif
│ │ │ │ ├── 118.gif
│ │ │ │ ├── 119.gif
│ │ │ │ ├── 12.gif
│ │ │ │ ├── 120.gif
│ │ │ │ ├── 121.gif
│ │ │ │ ├── 122.gif
│ │ │ │ ├── 123.gif
│ │ │ │ ├── 124.gif
│ │ │ │ ├── 125.gif
│ │ │ │ ├── 126.gif
│ │ │ │ ├── 127.gif
│ │ │ │ ├── 128.gif
│ │ │ │ ├── 129.gif
│ │ │ │ ├── 13.gif
│ │ │ │ ├── 130.gif
│ │ │ │ ├── 131.gif
│ │ │ │ ├── 132.gif
│ │ │ │ ├── 133.gif
│ │ │ │ ├── 134.gif
│ │ │ │ ├── 14.gif
│ │ │ │ ├── 15.gif
│ │ │ │ ├── 16.gif
│ │ │ │ ├── 17.gif
│ │ │ │ ├── 18.gif
│ │ │ │ ├── 19.gif
│ │ │ │ ├── 2.gif
│ │ │ │ ├── 20.gif
│ │ │ │ ├── 21.gif
│ │ │ │ ├── 22.gif
│ │ │ │ ├── 23.gif
│ │ │ │ ├── 24.gif
│ │ │ │ ├── 25.gif
│ │ │ │ ├── 26.gif
│ │ │ │ ├── 27.gif
│ │ │ │ ├── 28.gif
│ │ │ │ ├── 29.gif
│ │ │ │ ├── 3.gif
│ │ │ │ ├── 30.gif
│ │ │ │ ├── 31.gif
│ │ │ │ ├── 32.gif
│ │ │ │ ├── 33.gif
│ │ │ │ ├── 34.gif
│ │ │ │ ├── 35.gif
│ │ │ │ ├── 36.gif
│ │ │ │ ├── 37.gif
│ │ │ │ ├── 38.gif
│ │ │ │ ├── 39.gif
│ │ │ │ ├── 4.gif
│ │ │ │ ├── 40.gif
│ │ │ │ ├── 41.gif
│ │ │ │ ├── 42.gif
│ │ │ │ ├── 43.gif
│ │ │ │ ├── 44.gif
│ │ │ │ ├── 45.gif
│ │ │ │ ├── 46.gif
│ │ │ │ ├── 47.gif
│ │ │ │ ├── 48.gif
│ │ │ │ ├── 49.gif
│ │ │ │ ├── 5.gif
│ │ │ │ ├── 50.gif
│ │ │ │ ├── 51.gif
│ │ │ │ ├── 52.gif
│ │ │ │ ├── 53.gif
│ │ │ │ ├── 54.gif
│ │ │ │ ├── 55.gif
│ │ │ │ ├── 56.gif
│ │ │ │ ├── 57.gif
│ │ │ │ ├── 58.gif
│ │ │ │ ├── 59.gif
│ │ │ │ ├── 6.gif
│ │ │ │ ├── 60.gif
│ │ │ │ ├── 61.gif
│ │ │ │ ├── 62.gif
│ │ │ │ ├── 63.gif
│ │ │ │ ├── 64.gif
│ │ │ │ ├── 65.gif
│ │ │ │ ├── 66.gif
│ │ │ │ ├── 67.gif
│ │ │ │ ├── 68.gif
│ │ │ │ ├── 69.gif
│ │ │ │ ├── 7.gif
│ │ │ │ ├── 70.gif
│ │ │ │ ├── 71.gif
│ │ │ │ ├── 72.gif
│ │ │ │ ├── 73.gif
│ │ │ │ ├── 74.gif
│ │ │ │ ├── 75.gif
│ │ │ │ ├── 76.gif
│ │ │ │ ├── 77.gif
│ │ │ │ ├── 78.gif
│ │ │ │ ├── 79.gif
│ │ │ │ ├── 8.gif
│ │ │ │ ├── 80.gif
│ │ │ │ ├── 81.gif
│ │ │ │ ├── 82.gif
│ │ │ │ ├── 83.gif
│ │ │ │ ├── 84.gif
│ │ │ │ ├── 85.gif
│ │ │ │ ├── 86.gif
│ │ │ │ ├── 87.gif
│ │ │ │ ├── 88.gif
│ │ │ │ ├── 89.gif
│ │ │ │ ├── 9.gif
│ │ │ │ ├── 90.gif
│ │ │ │ ├── 91.gif
│ │ │ │ ├── 92.gif
│ │ │ │ ├── 93.gif
│ │ │ │ ├── 94.gif
│ │ │ │ ├── 95.gif
│ │ │ │ ├── 96.gif
│ │ │ │ ├── 97.gif
│ │ │ │ ├── 98.gif
│ │ │ │ ├── 99.gif
│ │ │ │ └── static.gif
│ │ ├── filemanager
│ │ │ ├── filemanager.js
│ │ │ └── images
│ │ │ │ ├── file-16.gif
│ │ │ │ ├── file-64.gif
│ │ │ │ ├── folder-16.gif
│ │ │ │ ├── folder-64.gif
│ │ │ │ └── go-up.gif
│ │ ├── flash
│ │ │ └── flash.js
│ │ ├── image
│ │ │ ├── image.js
│ │ │ └── images
│ │ │ │ ├── align_left.gif
│ │ │ │ ├── align_right.gif
│ │ │ │ ├── align_top.gif
│ │ │ │ └── refresh.png
│ │ ├── insertfile
│ │ │ └── insertfile.js
│ │ ├── lineheight
│ │ │ └── lineheight.js
│ │ ├── link
│ │ │ └── link.js
│ │ ├── map
│ │ │ ├── map.html
│ │ │ └── map.js
│ │ ├── media
│ │ │ └── media.js
│ │ ├── multiimage
│ │ │ ├── images
│ │ │ │ ├── image.png
│ │ │ │ ├── select-files-en.png
│ │ │ │ ├── select-files-zh_CN.png
│ │ │ │ └── swfupload.swf
│ │ │ └── multiimage.js
│ │ ├── pagebreak
│ │ │ └── pagebreak.js
│ │ ├── plainpaste
│ │ │ └── plainpaste.js
│ │ ├── preview
│ │ │ └── preview.js
│ │ ├── quickformat
│ │ │ └── quickformat.js
│ │ ├── table
│ │ │ └── table.js
│ │ ├── template
│ │ │ ├── html
│ │ │ │ ├── 1.html
│ │ │ │ ├── 2.html
│ │ │ │ └── 3.html
│ │ │ └── template.js
│ │ └── wordpaste
│ │ │ └── wordpaste.js
│ └── themes
│ │ ├── common
│ │ ├── anchor.gif
│ │ ├── blank.gif
│ │ ├── flash.gif
│ │ ├── loading.gif
│ │ ├── media.gif
│ │ └── rm.gif
│ │ ├── default
│ │ ├── background.png
│ │ ├── default.css
│ │ └── default.png
│ │ ├── qq
│ │ ├── editor.gif
│ │ └── qq.css
│ │ └── simple
│ │ └── simple.css
├── login.jsp
├── myorderlist.jsp
├── newsList.jsp
├── newsx.jsp
├── noOrder.jsp
├── nologin.jsp
├── orderx.jsp
├── regist.jsp
├── scss
│ ├── _mixins.scss
│ ├── _variables.scss
│ ├── basic
│ │ ├── _animations.scss
│ │ ├── _reset.scss
│ │ ├── _typography.scss
│ │ └── _utilities.scss
│ ├── blocks
│ │ ├── _about.scss
│ │ ├── _banner.scss
│ │ ├── _blog-item.scss
│ │ ├── _comments.scss
│ │ ├── _footer.scss
│ │ ├── _forms.scss
│ │ ├── _header.scss
│ │ ├── _hero-slider.scss
│ │ ├── _minicart.scss
│ │ ├── _navigation.scss
│ │ ├── _newsletter.scss
│ │ ├── _product-details.scss
│ │ ├── _product.scss
│ │ ├── _shop-page.scss
│ │ ├── _support.scss
│ │ ├── _team-member.scss
│ │ └── _widgets.scss
│ ├── elements
│ │ ├── _breadcrumb.scss
│ │ ├── _button.scss
│ │ ├── _pagination.scss
│ │ ├── _progress.scss
│ │ ├── _section-title.scss
│ │ ├── _shop-toolbars.scss
│ │ ├── _slider-elements.scss
│ │ └── _social-icons.scss
│ ├── pages
│ │ ├── _cart.scss
│ │ ├── _checkout.scss
│ │ ├── _compare.scss
│ │ └── _my-account.scss
│ └── style.scss
├── showUserinfo.jsp
├── success.jsp
├── top.jsp
├── updateMoney.jsp
└── upload
│ ├── 2222.jpg
│ ├── head.jpg
│ ├── u=1045070544,122660903&fm=26&gp=0.jpg
│ ├── u=13817902,3773003626&fm=15&gp=0.jpg
│ ├── u=1417376669,1484393435&fm=214&gp=0.jpg
│ ├── u=1815200850,2404805575&fm=26&gp=0.jpg
│ ├── u=1824058507,3591465435&fm=26&gp=0.jpg
│ ├── u=2299554852,1457149679&fm=26&gp=0.jpg
│ ├── u=2610044188,1651506069&fm=26&gp=0.jpg
│ ├── u=3051595091,2451375513&fm=26&gp=0.jpg
│ ├── u=3432959313,610374323&fm=15&gp=0.jpg
│ ├── u=3447255015,2782201405&fm=26&gp=0.jpg
│ ├── u=3491441648,2108724052&fm=15&gp=0.jpg
│ ├── u=3602657960,1951750931&fm=26&gp=0.jpg
│ ├── u=3650899014,375092003&fm=26&gp=0.jpg
│ ├── u=4272221629,935508397&fm=11&gp=0.jpg
│ └── zanwu.jpg
└── src
├── applicationContext.xml
├── com
├── controller
│ ├── BbsController.java
│ ├── ForderController.java
│ ├── FtypeController.java
│ ├── GoodsController.java
│ ├── ImgCodeController.java
│ ├── NewsController.java
│ └── SysuserController.java
├── dao
│ ├── BbsMapper.java
│ ├── BbsMapper2.java
│ ├── ForderMapper.java
│ ├── FshopMapper.java
│ ├── FshopMapper2.java
│ ├── FtypeMapper.java
│ ├── GoodsMapper.java
│ ├── GoodsMapper2.java
│ ├── NewsMapper.java
│ ├── SysuserMapper.java
│ └── SysuserMapper2.java
├── entity
│ ├── Bbs.java
│ ├── BbsWithBLOBs.java
│ ├── Forder.java
│ ├── Fshop.java
│ ├── Ftype.java
│ ├── Goods.java
│ ├── News.java
│ ├── Sysuser.java
│ └── TongJi.java
├── mapper
│ ├── BbsMapper.xml
│ ├── ForderMapper.xml
│ ├── FshopMapper.xml
│ ├── FtypeMapper.xml
│ ├── GoodsMapper.xml
│ ├── NewsMapper.xml
│ └── SysuserMapper.xml
├── server
│ ├── BbsServer.java
│ ├── ForderServer.java
│ ├── FshopServer.java
│ ├── FtypeServer.java
│ ├── GoodsServer.java
│ ├── NewsServer.java
│ ├── SysuserServier.java
│ └── impl
│ │ ├── BbsServerImpi.java
│ │ ├── ForderServerImpi.java
│ │ ├── FshopServerImpi.java
│ │ ├── FtypeSeverImpi.java
│ │ ├── GoodsServerImpi.java
│ │ ├── NewsServerImpi.java
│ │ └── SysuserServiceImpi.java
└── util
│ ├── CheckCodeServlet.java
│ ├── ImgCodeUtil.java
│ ├── Info.java
│ ├── Md5.java
│ ├── PageBean.java
│ ├── SetChar.java
│ ├── StrUtil.java
│ └── testFilter.java
├── mybatis-config.xml
└── springMVC-config.xml
/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/JavaGraduationProject/SameCityComeToTheDoorMaintenancePlatformManagementSystem/0ffde1c9aa28139278518af585fa9d6a6af00ef0/.DS_Store
--------------------------------------------------------------------------------
/.gitattributes:
--------------------------------------------------------------------------------
1 | *.js linguist-language=java
2 | *.css linguist-language=java
3 | *.html linguist-language=java
--------------------------------------------------------------------------------
/WebRoot/META-INF/MANIFEST.MF:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 | Class-Path:
3 |
4 |
--------------------------------------------------------------------------------
/WebRoot/META-INF/context.xml:
--------------------------------------------------------------------------------
1 |
2 |