嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
进销存管理系统
.
├── shop.sql
├── 进销存
│ ├── pom.xml
│ ├── resources
│ │ ├── applicationContext.xml
│ │ ├── dbconfig.properties
│ │ ├── mapper
│ │ │ ├── HwMapper.xml
│ │ │ ├── ShMapper.xml
│ │ │ └── UserMapper.xml
│ │ ├── mybatis-config.xml
│ │ └── spring-mvc.xml
│ ├── src
│ │ └── main
│ │ ├── assembly
│ │ │ └── webapp.xml
│ │ ├── java
│ │ │ ├── cj
│ │ │ │ └── jxc01
│ │ │ │ └── MyViewModel.java
│ │ │ └── org
│ │ │ └── shop
│ │ │ ├── controller
│ │ │ │ └── user
│ │ │ │ └── UserController.java
│ │ │ ├── dao
│ │ │ │ ├── HwDao.java
│ │ │ │ ├── ShDao.java
│ │ │ │ └── UserDao.java
│ │ │ ├── pojo
│ │ │ │ ├── Hw.java
│ │ │ │ ├── Sh.java
│ │ │ │ └── User.java
│ │ │ └── service
│ │ │ ├── HwService.java
│ │ │ ├── ShService.java
│ │ │ ├── UserService.java
│ │ │ └── impl
│ │ │ ├── HwServiceImpl.java
│ │ │ ├── ShServiceImpl.java
│ │ │ └── UserServiceImpl.java
│ │ └── webapp
│ │ ├── Javascript
│ │ │ ├── ClEditor
│ │ │ │ └── jquery.cleditor.js
│ │ │ ├── ColResizable
│ │ │ │ └── colResizable-1.3.js
│ │ │ ├── ColorBox
│ │ │ │ └── jquery.colorbox.js
│ │ │ ├── ColorPicker
│ │ │ │ └── colorpicker.js
│ │ │ ├── DataTables
│ │ │ │ └── jquery.dataTables.min.js
│ │ │ ├── Elastic
│ │ │ │ └── jquery.elastic.js
│ │ │ ├── Flot
│ │ │ │ ├── excanvas.js
│ │ │ │ ├── jquery.flot.js
│ │ │ │ ├── jquery.flot.pie.js
│ │ │ │ └── jquery.flot.resize.js
│ │ │ ├── FullCalendar
│ │ │ │ └── fullcalendar.js
│ │ │ ├── MaskedInput
│ │ │ │ └── jquery.maskedinput-1.3.js
│ │ │ ├── SuperTextarea
│ │ │ │ └── jquery.supertextarea.min.js
│ │ │ ├── Tipsy
│ │ │ │ └── jquery.tipsy.js
│ │ │ ├── UISpinner
│ │ │ │ └── ui.spinner.js
│ │ │ ├── Uniform
│ │ │ │ └── jquery.uniform.js
│ │ │ ├── jQuery
│ │ │ │ └── jquery-1.7.2.min.js
│ │ │ ├── jQueryUI
│ │ │ │ └── jquery-ui-1.8.21.min.js
│ │ │ └── kanrisha.js
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── WEB-INF
│ │ │ ├── views
│ │ │ │ ├── 404.jsp
│ │ │ │ ├── cg
│ │ │ │ │ ├── kc.jsp
│ │ │ │ │ ├── rkd.jsp
│ │ │ │ │ └── user.jsp
│ │ │ │ ├── gly
│ │ │ │ │ ├── bb.jsp
│ │ │ │ │ ├── ckd.jsp
│ │ │ │ │ ├── ckl.jsp
│ │ │ │ │ ├── cksh.jsp
│ │ │ │ │ ├── hw.jsp
│ │ │ │ │ ├── kc.jsp
│ │ │ │ │ ├── rkd.jsp
│ │ │ │ │ ├── rksh.jsp
│ │ │ │ │ ├── upyh.jsp
│ │ │ │ │ ├── user.jsp
│ │ │ │ │ └── yh.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ ├── login.jsp
│ │ │ │ └── xs
│ │ │ │ ├── ckd.jsp
│ │ │ │ ├── ckl.jsp
│ │ │ │ └── user.jsp
│ │ │ ├── web.servlet-3.xml
│ │ │ ├── web.xml
│ │ │ └── zk.xml
│ │ ├── admin
│ │ │ ├── base.css
│ │ │ ├── bootstrap-theme.css
│ │ │ ├── bootstrap-theme.css.map
│ │ │ ├── bootstrap-theme.min.css
│ │ │ ├── bootstrap.css
│ │ │ ├── bootstrap.css.map
│ │ │ ├── bootstrap.js
│ │ │ ├── bootstrap.min.css
│ │ │ ├── bootstrap.min.js
│ │ │ ├── distpicker.data.js
│ │ │ ├── distpicker.js
│ │ │ ├── fenye.js
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ ├── glyphicons-halflings-regular.woff2
│ │ │ ├── npm.js
│ │ │ └── user
│ │ │ ├── demo.jpg
│ │ │ ├── demos.jpg
│ │ │ ├── login.jpg
│ │ │ └── user.jpg
│ │ ├── assets
│ │ │ ├── css
│ │ │ │ ├── font
│ │ │ │ │ ├── adminThemes.ttf
│ │ │ │ │ ├── adminthemes-webfont.eot
│ │ │ │ │ ├── adminthemes-webfont.svg
│ │ │ │ │ ├── adminthemes-webfont.ttf
│ │ │ │ │ ├── adminthemes-webfont.woff
│ │ │ │ │ └── adminthemes-webfont.woff2
│ │ │ │ ├── jquery.mCustomScrollbar.css
│ │ │ │ └── style.css
│ │ │ ├── images
│ │ │ │ ├── admin_logo.png
│ │ │ │ └── icon
│ │ │ │ ├── DefaultAvatar.jpg
│ │ │ │ ├── apple-touch-icon-120x120-precomposed.png
│ │ │ │ ├── apple-touch-icon-196x196-precomposed.png
│ │ │ │ ├── apple-touch-icon-57x57-precomposed.png
│ │ │ │ └── favicon.ico
│ │ │ ├── js
│ │ │ │ ├── Particleground.js
│ │ │ │ ├── amcharts.js
│ │ │ │ ├── dialogs
│ │ │ │ │ ├── anchor
│ │ │ │ │ │ └── anchor.html
│ │ │ │ │ ├── attachment
│ │ │ │ │ │ ├── attachment.css
│ │ │ │ │ │ ├── attachment.html
│ │ │ │ │ │ ├── attachment.js
│ │ │ │ │ │ ├── fileTypeImages
│ │ │ │ │ │ │ ├── icon_chm.gif
│ │ │ │ │ │ │ ├── icon_default.png
│ │ │ │ │ │ │ ├── icon_doc.gif
│ │ │ │ │ │ │ ├── icon_exe.gif
│ │ │ │ │ │ │ ├── icon_jpg.gif
│ │ │ │ │ │ │ ├── icon_mp3.gif
│ │ │ │ │ │ │ ├── icon_mv.gif
│ │ │ │ │ │ │ ├── icon_pdf.gif
│ │ │ │ │ │ │ ├── icon_ppt.gif
│ │ │ │ │ │ │ ├── icon_psd.gif
│ │ │ │ │ │ │ ├── icon_rar.gif
│ │ │ │ │ │ │ ├── icon_txt.gif
│ │ │ │ │ │ │ └── icon_xls.gif
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── alignicon.gif
│ │ │ │ │ │ ├── alignicon.png
│ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ ├── file-icons.gif
│ │ │ │ │ │ ├── file-icons.png
│ │ │ │ │ │ ├── icons.gif
│ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ ├── image.png
│ │ │ │ │ │ ├── progress.png
│ │ │ │ │ │ ├── success.gif
│ │ │ │ │ │ └── success.png
│ │ │ │ │ ├── background
│ │ │ │ │ │ ├── background.css
│ │ │ │ │ │ ├── background.html
│ │ │ │ │ │ ├── background.js
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ └── success.png
│ │ │ │ │ ├── charts
│ │ │ │ │ │ ├── chart.config.js
│ │ │ │ │ │ ├── charts.css
│ │ │ │ │ │ ├── charts.html
│ │ │ │ │ │ ├── charts.js
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── charts0.png
│ │ │ │ │ │ ├── charts1.png
│ │ │ │ │ │ ├── charts2.png
│ │ │ │ │ │ ├── charts3.png
│ │ │ │ │ │ ├── charts4.png
│ │ │ │ │ │ └── charts5.png
│ │ │ │ │ ├── emotion
│ │ │ │ │ │ ├── emotion.css
│ │ │ │ │ │ ├── emotion.html
│ │ │ │ │ │ ├── emotion.js
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── 0.gif
│ │ │ │ │ │ ├── bface.gif
│ │ │ │ │ │ ├── cface.gif
│ │ │ │ │ │ ├── fface.gif
│ │ │ │ │ │ ├── jxface2.gif
│ │ │ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ │ │ ├── tface.gif
│ │ │ │ │ │ ├── wface.gif
│ │ │ │ │ │ └── yface.gif
│ │ │ │ │ ├── gmap
│ │ │ │ │ │ └── gmap.html
│ │ │ │ │ ├── help
│ │ │ │ │ │ ├── help.css
│ │ │ │ │ │ ├── help.html
│ │ │ │ │ │ └── help.js
│ │ │ │ │ ├── image
│ │ │ │ │ │ ├── image.css
│ │ │ │ │ │ ├── image.html
│ │ │ │ │ │ ├── image.js
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── alignicon.jpg
│ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ ├── icons.gif
│ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ ├── image.png
│ │ │ │ │ │ ├── progress.png
│ │ │ │ │ │ ├── success.gif
│ │ │ │ │ │ └── success.png
│ │ │ │ │ ├── insertframe
│ │ │ │ │ │ └── insertframe.html
│ │ │ │ │ ├── internal.js
│ │ │ │ │ ├── link
│ │ │ │ │ │ └── link.html
│ │ │ │ │ ├── map
│ │ │ │ │ │ └── map.html
│ │ │ │ │ ├── music
│ │ │ │ │ │ ├── music.css
│ │ │ │ │ │ ├── music.html
│ │ │ │ │ │ └── music.js
│ │ │ │ │ ├── preview
│ │ │ │ │ │ └── preview.html
│ │ │ │ │ ├── scrawl
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── addimg.png
│ │ │ │ │ │ │ ├── brush.png
│ │ │ │ │ │ │ ├── delimg.png
│ │ │ │ │ │ │ ├── delimgH.png
│ │ │ │ │ │ │ ├── empty.png
│ │ │ │ │ │ │ ├── emptyH.png
│ │ │ │ │ │ │ ├── eraser.png
│ │ │ │ │ │ │ ├── redo.png
│ │ │ │ │ │ │ ├── redoH.png
│ │ │ │ │ │ │ ├── scale.png
│ │ │ │ │ │ │ ├── scaleH.png
│ │ │ │ │ │ │ ├── size.png
│ │ │ │ │ │ │ ├── undo.png
│ │ │ │ │ │ │ └── undoH.png
│ │ │ │ │ │ ├── scrawl.css
│ │ │ │ │ │ ├── scrawl.html
│ │ │ │ │ │ └── scrawl.js
│ │ │ │ │ ├── searchreplace
│ │ │ │ │ │ ├── searchreplace.html
│ │ │ │ │ │ └── searchreplace.js
│ │ │ │ │ ├── snapscreen
│ │ │ │ │ │ └── snapscreen.html
│ │ │ │ │ ├── spechars
│ │ │ │ │ │ ├── spechars.html
│ │ │ │ │ │ └── spechars.js
│ │ │ │ │ ├── table
│ │ │ │ │ │ ├── dragicon.png
│ │ │ │ │ │ ├── edittable.css
│ │ │ │ │ │ ├── edittable.html
│ │ │ │ │ │ ├── edittable.js
│ │ │ │ │ │ ├── edittd.html
│ │ │ │ │ │ └── edittip.html
│ │ │ │ │ ├── template
│ │ │ │ │ │ ├── config.js
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ │ ├── pre0.png
│ │ │ │ │ │ │ ├── pre1.png
│ │ │ │ │ │ │ ├── pre2.png
│ │ │ │ │ │ │ ├── pre3.png
│ │ │ │ │ │ │ └── pre4.png
│ │ │ │ │ │ ├── template.css
│ │ │ │ │ │ ├── template.html
│ │ │ │ │ │ └── template.js
│ │ │ │ │ ├── video
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ │ ├── center_focus.jpg
│ │ │ │ │ │ │ ├── file-icons.gif
│ │ │ │ │ │ │ ├── file-icons.png
│ │ │ │ │ │ │ ├── icons.gif
│ │ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ │ ├── image.png
│ │ │ │ │ │ │ ├── left_focus.jpg
│ │ │ │ │ │ │ ├── none_focus.jpg
│ │ │ │ │ │ │ ├── progress.png
│ │ │ │ │ │ │ ├── right_focus.jpg
│ │ │ │ │ │ │ ├── success.gif
│ │ │ │ │ │ │ └── success.png
│ │ │ │ │ │ ├── video.css
│ │ │ │ │ │ ├── video.html
│ │ │ │ │ │ └── video.js
│ │ │ │ │ ├── webapp
│ │ │ │ │ │ └── webapp.html
│ │ │ │ │ └── wordimage
│ │ │ │ │ ├── fClipboard_ueditor.swf
│ │ │ │ │ ├── imageUploader.swf
│ │ │ │ │ ├── tangram.js
│ │ │ │ │ ├── wordimage.html
│ │ │ │ │ └── wordimage.js
│ │ │ │ ├── html5.js
│ │ │ │ ├── jquery-1.4.4.min.js
│ │ │ │ ├── jquery.js
│ │ │ │ ├── jquery.mCustomScrollbar.concat.min.js
│ │ │ │ ├── lang
│ │ │ │ │ ├── en
│ │ │ │ │ │ ├── en.js
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── addimage.png
│ │ │ │ │ │ ├── alldeletebtnhoverskin.png
│ │ │ │ │ │ ├── alldeletebtnupskin.png
│ │ │ │ │ │ ├── background.png
│ │ │ │ │ │ ├── button.png
│ │ │ │ │ │ ├── copy.png
│ │ │ │ │ │ ├── deletedisable.png
│ │ │ │ │ │ ├── deleteenable.png
│ │ │ │ │ │ ├── listbackground.png
│ │ │ │ │ │ ├── localimage.png
│ │ │ │ │ │ ├── music.png
│ │ │ │ │ │ ├── rotateleftdisable.png
│ │ │ │ │ │ ├── rotateleftenable.png
│ │ │ │ │ │ ├── rotaterightdisable.png
│ │ │ │ │ │ ├── rotaterightenable.png
│ │ │ │ │ │ └── upload.png
│ │ │ │ │ └── zh-cn
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── copy.png
│ │ │ │ │ │ ├── localimage.png
│ │ │ │ │ │ ├── music.png
│ │ │ │ │ │ └── upload.png
│ │ │ │ │ └── zh-cn.js
│ │ │ │ ├── pie.js
│ │ │ │ ├── serial.js
│ │ │ │ ├── themes
│ │ │ │ │ ├── default
│ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ ├── ueditor.css
│ │ │ │ │ │ │ └── ueditor.min.css
│ │ │ │ │ │ ├── dialogbase.css
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── anchor.gif
│ │ │ │ │ │ ├── arrow.png
│ │ │ │ │ │ ├── arrow_down.png
│ │ │ │ │ │ ├── arrow_up.png
│ │ │ │ │ │ ├── button-bg.gif
│ │ │ │ │ │ ├── cancelbutton.gif
│ │ │ │ │ │ ├── charts.png
│ │ │ │ │ │ ├── cursor_h.gif
│ │ │ │ │ │ ├── cursor_h.png
│ │ │ │ │ │ ├── cursor_v.gif
│ │ │ │ │ │ ├── cursor_v.png
│ │ │ │ │ │ ├── dialog-title-bg.png
│ │ │ │ │ │ ├── filescan.png
│ │ │ │ │ │ ├── highlighted.gif
│ │ │ │ │ │ ├── icons-all.gif
│ │ │ │ │ │ ├── icons.gif
│ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ ├── loaderror.png
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── lock.gif
│ │ │ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ │ │ ├── pagebreak.gif
│ │ │ │ │ │ ├── scale.png
│ │ │ │ │ │ ├── sortable.png
│ │ │ │ │ │ ├── spacer.gif
│ │ │ │ │ │ ├── sparator_v.png
│ │ │ │ │ │ ├── table-cell-align.png
│ │ │ │ │ │ ├── tangram-colorpicker.png
│ │ │ │ │ │ ├── toolbar_bg.png
│ │ │ │ │ │ ├── unhighlighted.gif
│ │ │ │ │ │ ├── upload.png
│ │ │ │ │ │ ├── videologo.gif
│ │ │ │ │ │ ├── word.gif
│ │ │ │ │ │ └── wordpaste.png
│ │ │ │ │ └── iframe.css
│ │ │ │ ├── ueditor.all.min.js
│ │ │ │ ├── ueditor.config.js
│ │ │ │ └── verificationNumbers.js
│ │ │ └── upload
│ │ │ ├── alipay.png
│ │ │ ├── goods01.jpg
│ │ │ ├── goods02.jpg
│ │ │ ├── goods03.jpg
│ │ │ ├── shentong.png
│ │ │ ├── tenpay.png
│ │ │ ├── user_001.png
│ │ │ ├── user_002.png
│ │ │ ├── wechatpay.png
│ │ │ ├── yuantong.png
│ │ │ └── yunda.png
│ │ ├── css
│ │ │ ├── MaterialIcons-Regular.woff2
│ │ │ ├── bootstrap
│ │ │ │ ├── css
│ │ │ │ │ ├── bootstrap-theme.css
│ │ │ │ │ ├── bootstrap-theme.css.map
│ │ │ │ │ ├── bootstrap-theme.min.css
│ │ │ │ │ ├── bootstrap-theme.min.css.map
│ │ │ │ │ ├── bootstrap.css
│ │ │ │ │ ├── bootstrap.css.map
│ │ │ │ │ ├── bootstrap.min.css
│ │ │ │ │ └── bootstrap.min.css.map
│ │ │ │ ├── fonts
│ │ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ │ │ ├── js
│ │ │ │ │ ├── bootstrap.js
│ │ │ │ │ ├── bootstrap.min.js
│ │ │ │ │ └── npm.js
│ │ │ │ └── table.css
│ │ │ ├── bootstrap.min.css
│ │ │ ├── chat.css
│ │ │ ├── chatrobot.css
│ │ │ ├── favorite.css
│ │ │ ├── font-awesome.min.css
│ │ │ ├── googleapis.css
│ │ │ ├── icon.css
│ │ │ ├── information.css
│ │ │ ├── infostyle.css
│ │ │ ├── login.css
│ │ │ ├── main.css
│ │ │ ├── material.cyan-light_blue.min.css
│ │ │ ├── order.css
│ │ │ ├── pintuer.css
│ │ │ ├── release.css
│ │ │ ├── shopcart.css
│ │ │ ├── shopdetail.css
│ │ │ ├── style.css
│ │ │ ├── sweetalert.css
│ │ │ └── templatemo-style.css
│ │ ├── csss
│ │ │ ├── colorbox.css
│ │ │ ├── colorpicker.css
│ │ │ ├── fullcalendar.css
│ │ │ ├── jquery.cleditor.css
│ │ │ ├── login.css
│ │ │ ├── normalize.css
│ │ │ ├── style.css
│ │ │ └── tipsy.css
│ │ ├── fonts
│ │ │ ├── FontAwesome.otf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.svg
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ ├── fontawesome-webfont.woff
│ │ │ └── fontawesome-webfont.woff2
│ │ ├── image
│ │ │ ├── 1.jpg
│ │ │ ├── 1111.jpg
│ │ │ ├── 12.jpg
│ │ │ ├── 2.jpg
│ │ │ ├── 22.jpg
│ │ │ ├── 23.jpg
│ │ │ ├── 24.jpg
│ │ │ ├── 3.jpg
│ │ │ ├── 4.jpg
│ │ │ ├── 5.jpg
│ │ │ ├── 6.jpg
│ │ │ ├── 7.jpg
│ │ │ ├── 8.jpg
│ │ │ ├── checkbox-radio-sheet.png
│ │ │ ├── darkbg.png
│ │ │ ├── head.jpg
│ │ │ ├── img
│ │ │ │ ├── cancel-off.png
│ │ │ │ ├── cancel-on.png
│ │ │ │ ├── star-half.png
│ │ │ │ ├── star-off.png
│ │ │ │ └── star-on.png
│ │ │ ├── img01.png
│ │ │ ├── img02.png
│ │ │ ├── img03.png
│ │ │ ├── img04.png
│ │ │ ├── img05.png
│ │ │ ├── login.png
│ │ │ ├── login0.png
│ │ │ ├── logo.jpg
│ │ │ ├── logss.jpg
│ │ │ ├── register.png
│ │ │ ├── register0.png
│ │ │ ├── tao.jpg
│ │ │ └── whitebg.png
│ │ ├── images
│ │ │ ├── bg.jpg
│ │ │ ├── input1.jpg
│ │ │ ├── input2.jpg
│ │ │ ├── login.jpg
│ │ │ ├── loginb1.png
│ │ │ ├── loginb2.png
│ │ │ ├── main_bg.png
│ │ │ ├── obscure.png
│ │ │ ├── show.png
│ │ │ └── subbtm.png
│ │ ├── imagess
│ │ │ ├── Avatar
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── avatar1.png
│ │ │ │ ├── avatar2.png
│ │ │ │ └── avatar3.png
│ │ │ ├── ColorBox
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── border.png
│ │ │ │ ├── controls.png
│ │ │ │ ├── ie6
│ │ │ │ │ ├── borderBottomCenter.png
│ │ │ │ │ ├── borderBottomLeft.png
│ │ │ │ │ ├── borderBottomRight.png
│ │ │ │ │ ├── borderMiddleLeft.png
│ │ │ │ │ ├── borderMiddleRight.png
│ │ │ │ │ ├── borderTopCenter.png
│ │ │ │ │ ├── borderTopLeft.png
│ │ │ │ │ └── borderTopRight.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── loading_background.png
│ │ │ │ └── overlay.png
│ │ │ ├── ColorPicker
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── blank.gif
│ │ │ │ ├── colorpicker_background.png
│ │ │ │ ├── colorpicker_hex.png
│ │ │ │ ├── colorpicker_hsb_b.png
│ │ │ │ ├── colorpicker_hsb_h.png
│ │ │ │ ├── colorpicker_hsb_s.png
│ │ │ │ ├── colorpicker_indic.gif
│ │ │ │ ├── colorpicker_overlay.png
│ │ │ │ ├── colorpicker_rgb_b.png
│ │ │ │ ├── colorpicker_rgb_g.png
│ │ │ │ ├── colorpicker_rgb_r.png
│ │ │ │ ├── colorpicker_select.gif
│ │ │ │ ├── colorpicker_submit.png
│ │ │ │ ├── custom_background.png
│ │ │ │ ├── custom_hex.png
│ │ │ │ ├── custom_hsb_b.png
│ │ │ │ ├── custom_hsb_h.png
│ │ │ │ ├── custom_hsb_s.png
│ │ │ │ ├── custom_indic.gif
│ │ │ │ ├── custom_rgb_b.png
│ │ │ │ ├── custom_rgb_g.png
│ │ │ │ ├── custom_rgb_r.png
│ │ │ │ ├── custom_submit.png
│ │ │ │ ├── select.png
│ │ │ │ ├── select2.png
│ │ │ │ └── slider.png
│ │ │ ├── Icons
│ │ │ │ ├── 16
│ │ │ │ │ ├── i_16_add.png
│ │ │ │ │ ├── i_16_bars.png
│ │ │ │ │ ├── i_16_bottom_arrow.png
│ │ │ │ │ ├── i_16_cHorizontal.png
│ │ │ │ │ ├── i_16_calendar.png
│ │ │ │ │ ├── i_16_charts.png
│ │ │ │ │ ├── i_16_chats.png
│ │ │ │ │ ├── i_16_checked.png
│ │ │ │ │ ├── i_16_close.png
│ │ │ │ │ ├── i_16_dashboard.png
│ │ │ │ │ ├── i_16_data.png
│ │ │ │ │ ├── i_16_down.png
│ │ │ │ │ ├── i_16_downT.png
│ │ │ │ │ ├── i_16_files.png
│ │ │ │ │ ├── i_16_forms.png
│ │ │ │ │ ├── i_16_help.png
│ │ │ │ │ ├── i_16_icons.png
│ │ │ │ │ ├── i_16_login.png
│ │ │ │ │ ├── i_16_logout.png
│ │ │ │ │ ├── i_16_message.png
│ │ │ │ │ ├── i_16_notes.png
│ │ │ │ │ ├── i_16_options.png
│ │ │ │ │ ├── i_16_pacman.png
│ │ │ │ │ ├── i_16_pages.png
│ │ │ │ │ ├── i_16_pie.png
│ │ │ │ │ ├── i_16_profile.png
│ │ │ │ │ ├── i_16_progress.png
│ │ │ │ │ ├── i_16_radio.png
│ │ │ │ │ ├── i_16_resize.png
│ │ │ │ │ ├── i_16_selector.png
│ │ │ │ │ ├── i_16_settings.png
│ │ │ │ │ ├── i_16_settings_small.png
│ │ │ │ │ ├── i_16_sorting.png
│ │ │ │ │ ├── i_16_sorting_asc.png
│ │ │ │ │ ├── i_16_sorting_desc.png
│ │ │ │ │ ├── i_16_spinner.png
│ │ │ │ │ ├── i_16_table.png
│ │ │ │ │ ├── i_16_tables.png
│ │ │ │ │ ├── i_16_tabs.png
│ │ │ │ │ ├── i_16_tasks.png
│ │ │ │ │ ├── i_16_tooltip.png
│ │ │ │ │ ├── i_16_ui.png
│ │ │ │ │ ├── i_16_up.png
│ │ │ │ │ ├── i_16_valid.png
│ │ │ │ │ └── i_16_wysiwyg.png
│ │ │ │ ├── 18
│ │ │ │ │ └── i_18_search.png
│ │ │ │ ├── 22
│ │ │ │ │ ├── i_22_charts.png
│ │ │ │ │ ├── i_22_dashboard.png
│ │ │ │ │ ├── i_22_forms.png
│ │ │ │ │ ├── i_22_inbox.png
│ │ │ │ │ ├── i_22_pages.png
│ │ │ │ │ ├── i_22_search.png
│ │ │ │ │ ├── i_22_settings.png
│ │ │ │ │ ├── i_22_tables.png
│ │ │ │ │ ├── i_22_ui.png
│ │ │ │ │ └── i_22_upload.png
│ │ │ │ ├── 32
│ │ │ │ │ ├── i_32_charts.png
│ │ │ │ │ ├── i_32_dashboard.png
│ │ │ │ │ ├── i_32_delivery.png
│ │ │ │ │ ├── i_32_dollar.png
│ │ │ │ │ ├── i_32_forms.png
│ │ │ │ │ ├── i_32_inbox.png
│ │ │ │ │ ├── i_32_statistic.png
│ │ │ │ │ ├── i_32_support.png
│ │ │ │ │ ├── i_32_tables.png
│ │ │ │ │ └── i_32_ui.png
│ │ │ │ ├── Load
│ │ │ │ │ ├── load-1.gif
│ │ │ │ │ ├── load-10.gif
│ │ │ │ │ ├── load-11.gif
│ │ │ │ │ ├── load-12.gif
│ │ │ │ │ ├── load-13.gif
│ │ │ │ │ ├── load-14.gif
│ │ │ │ │ ├── load-2.gif
│ │ │ │ │ ├── load-3.gif
│ │ │ │ │ ├── load-4.gif
│ │ │ │ │ ├── load-5.gif
│ │ │ │ │ ├── load-6.gif
│ │ │ │ │ ├── load-7.gif
│ │ │ │ │ ├── load-8.gif
│ │ │ │ │ └── load-9.gif
│ │ │ │ └── Preview
│ │ │ │ ├── adidas_shirt.png
│ │ │ │ ├── analysis_analytics.png
│ │ │ │ ├── barcode_2.png
│ │ │ │ ├── battery_emtpy_0_percent.png
│ │ │ │ ├── beer_glass.png
│ │ │ │ ├── books_multiple.png
│ │ │ │ ├── chair_furniture.png
│ │ │ │ ├── chat_talk_speak.png
│ │ │ │ ├── clock_alarm.png
│ │ │ │ ├── clock_time_watch.png
│ │ │ │ ├── cloud_upload_arrow.png
│ │ │ │ ├── cloudy_rain_sun.png
│ │ │ │ ├── coda_leaf_nature.png
│ │ │ │ ├── contact_card_2.png
│ │ │ │ ├── cover_flow.png
│ │ │ │ ├── date_calendar.png
│ │ │ │ ├── directions_sign.png
│ │ │ │ ├── download_2.png
│ │ │ │ ├── e.png
│ │ │ │ ├── email_envelope.png
│ │ │ │ ├── excel_spreasheet_2.png
│ │ │ │ ├── expand_left.png
│ │ │ │ ├── file.png
│ │ │ │ ├── film_movie_clip.png
│ │ │ │ ├── film_movie_clip_2.png
│ │ │ │ ├── film_record.png
│ │ │ │ ├── finish_line.png
│ │ │ │ ├── folder_locked.png
│ │ │ │ ├── folder_music.png
│ │ │ │ ├── foot_steps_feet.png
│ │ │ │ ├── hd_high_definition_2.png
│ │ │ │ ├── house_home_building.png
│ │ │ │ ├── image_landscape.png
│ │ │ │ ├── inbox_4.png
│ │ │ │ ├── inbox_outbox.png
│ │ │ │ ├── ipod_classic.png
│ │ │ │ ├── key_password.png
│ │ │ │ ├── lemonade_stand_shop.png
│ │ │ │ ├── light_buld_idea.png
│ │ │ │ ├── like_thumbs_up.png
│ │ │ │ ├── link_seo.png
│ │ │ │ ├── money_coins_cash.png
│ │ │ │ ├── paper_camera_file.png
│ │ │ │ ├── paypal_2.png
│ │ │ │ ├── photography_camera.png
│ │ │ │ ├── plane.png
│ │ │ │ ├── power_chord.png
│ │ │ │ ├── price_money_tag.png
│ │ │ │ ├── screen_monitor_computer.png
│ │ │ │ ├── shopping_cart.png
│ │ │ │ ├── shopping_cart_webshop.png
│ │ │ │ └── speak_yell_blog_advertising.png
│ │ │ ├── LightBox
│ │ │ │ ├── Thumbs.db
│ │ │ │ └── preview_big.png
│ │ │ ├── Pages
│ │ │ │ ├── 403.png
│ │ │ │ ├── 404.png
│ │ │ │ └── Thumbs.db
│ │ │ ├── Patterns
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── pattern1.png
│ │ │ │ ├── pattern2.png
│ │ │ │ ├── pattern3.png
│ │ │ │ ├── pattern4.png
│ │ │ │ ├── pattern5.png
│ │ │ │ └── pattern6.png
│ │ │ ├── Textures
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── buttons.gif
│ │ │ │ ├── drop_menu.png
│ │ │ │ ├── orders_stats.png
│ │ │ │ ├── pattern1.png
│ │ │ │ ├── pattern2.png
│ │ │ │ ├── pattern3.png
│ │ │ │ ├── pattern4.png
│ │ │ │ ├── pattern5.png
│ │ │ │ ├── pattern6.png
│ │ │ │ ├── separator_circle.png
│ │ │ │ ├── separator_line.png
│ │ │ │ ├── separator_long.png
│ │ │ │ ├── separator_menu.png
│ │ │ │ ├── separator_short.png
│ │ │ │ ├── small_count.png
│ │ │ │ ├── tickets_stats.png
│ │ │ │ ├── toolbar.gif
│ │ │ │ ├── top_panel.png
│ │ │ │ ├── top_search_input.png
│ │ │ │ ├── top_search_submit.png
│ │ │ │ ├── top_tooltip.png
│ │ │ │ ├── top_tooltip_arrow.png
│ │ │ │ ├── users_stats.png
│ │ │ │ ├── visitor_stats.png
│ │ │ │ └── wHead.png
│ │ │ ├── kanrisha_logo.png
│ │ │ ├── logos.png
│ │ │ └── user_avatar.png
│ │ ├── index.zul
│ │ ├── js
│ │ │ ├── address.js
│ │ │ ├── adminchat.js
│ │ │ ├── ballmessage.js
│ │ │ ├── bootstrap-filestyle.min.js
│ │ │ ├── categery.js
│ │ │ ├── chat.js
│ │ │ ├── detail.js
│ │ │ ├── distpicker.js
│ │ │ ├── goodsManage.js
│ │ │ ├── holder.js
│ │ │ ├── information.js
│ │ │ ├── jquery-1.11.2.min.js
│ │ │ ├── jquery-migrate-1.2.1.min.js
│ │ │ ├── jquery.form.min.js
│ │ │ ├── jquery.js
│ │ │ ├── jquery.raty.js
│ │ │ ├── jquery.validate.min.js
│ │ │ ├── list.js
│ │ │ ├── login.js
│ │ │ ├── mqttws31.js
│ │ │ ├── newsManage.js
│ │ │ ├── order.js
│ │ │ ├── send.js
│ │ │ ├── shopcart.js
│ │ │ ├── sort.js
│ │ │ ├── sweetalert.min.js
│ │ │ ├── templatemo-script.js
│ │ │ ├── userManage.js
│ │ │ └── validate.js
│ │ ├── moban
│ │ │ ├── css
│ │ │ │ ├── animate-custom.css
│ │ │ │ ├── font-awesome.min.css
│ │ │ │ ├── fonts
│ │ │ │ │ ├── BebasNeue-webfont.eot
│ │ │ │ │ ├── BebasNeue-webfont.svg
│ │ │ │ │ ├── BebasNeue-webfont.ttf
│ │ │ │ │ ├── BebasNeue-webfont.woff
│ │ │ │ │ ├── Dharma Type Font License.txt
│ │ │ │ │ ├── fontomas-webfont.eot
│ │ │ │ │ ├── fontomas-webfont.svg
│ │ │ │ │ ├── fontomas-webfont.ttf
│ │ │ │ │ ├── fontomas-webfont.woff
│ │ │ │ │ ├── franchise-bold-webfont.eot
│ │ │ │ │ ├── franchise-bold-webfont.svg
│ │ │ │ │ ├── franchise-bold-webfont.ttf
│ │ │ │ │ └── franchise-bold-webfont.woff
│ │ │ │ ├── index.css
│ │ │ │ ├── public.css
│ │ │ │ ├── swiper3.07.min.css
│ │ │ │ └── table.css
│ │ │ ├── font
│ │ │ │ ├── FontAwesome.otf
│ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ ├── fontawesome-webfont.svg
│ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ └── fontawesome-webfont.woff
│ │ │ ├── images
│ │ │ │ ├── academy.png
│ │ │ │ ├── arrow.png
│ │ │ │ ├── bg.jpg
│ │ │ │ ├── bodybg.png
│ │ │ │ ├── book.jpg
│ │ │ │ ├── close.gif
│ │ │ │ ├── college.png
│ │ │ │ ├── cw.png
│ │ │ │ ├── cw2.png
│ │ │ │ ├── focus1.jpg
│ │ │ │ ├── focus2.jpg
│ │ │ │ ├── focus3.jpg
│ │ │ │ ├── focus4.jpg
│ │ │ │ ├── focus5.jpg
│ │ │ │ ├── help1.png
│ │ │ │ ├── help2.JPG
│ │ │ │ ├── help3.png
│ │ │ │ ├── img00.png
│ │ │ │ ├── jdjs.png
│ │ │ │ ├── line.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── logo0.jpg
│ │ │ │ ├── logo11.jpg
│ │ │ │ ├── logo3.jpg
│ │ │ │ ├── logo4.png
│ │ │ │ ├── logo666.jpg
│ │ │ │ ├── logo777.jpg
│ │ │ │ ├── logo9.png
│ │ │ │ ├── logowww.png
│ │ │ │ ├── lun1.jpg
│ │ │ │ ├── lun2.jpg
│ │ │ │ ├── lun3.jpg
│ │ │ │ ├── lun4.jpg
│ │ │ │ ├── lun5.jpg
│ │ │ │ ├── mainbody_bottombg.gif
│ │ │ │ ├── mainbody_topbg.gif
│ │ │ │ ├── notice.png
│ │ │ │ ├── pagenavi_btn.gif
│ │ │ │ ├── pagenavi_btn_current.gif
│ │ │ │ ├── pay.png
│ │ │ │ ├── picshopArr.gif
│ │ │ │ ├── postdata.png
│ │ │ │ ├── ps.jpg
│ │ │ │ ├── scrollPicbg.gif
│ │ │ │ ├── sidebarh2.gif
│ │ │ │ ├── sidebarlist.gif
│ │ │ │ ├── sidebarlist_b.gif
│ │ │ │ ├── siji.jpg
│ │ │ │ ├── special.png
│ │ │ │ ├── step4.png
│ │ │ │ ├── tel.png
│ │ │ │ ├── timg.jpg
│ │ │ │ └── tup.jpg
│ │ │ └── js
│ │ │ ├── jquery-1.11.2.min.js
│ │ │ ├── jquery-1.7.2.min.js
│ │ │ ├── koala.min.1.5.js
│ │ │ ├── main.js
│ │ │ ├── mz-packed.js
│ │ │ ├── swiper3.07.min.js
│ │ │ └── terminator2.2.min.js
│ │ ├── shopimage
│ │ │ ├── 02ca8e7616c04131bb8963c0d33d520211ea03f3c6f14.jpg
│ │ │ ├── 05858a1b2bfc4294bfeefd12786fb9b128a2282bb4320.jpg
│ │ │ ├── 1e707b66b2e44e18bc61924c77e7d5a72e46e059c6c41.jpg
│ │ │ ├── 3db6ab6e921047ae86cd63e5067abb91c3ab3cef922f.jpg
│ │ │ ├── 433067775bd44d7194a9cb569522c0b2340490d751ec7.jpg
│ │ │ ├── 4a8e64e2bda9439e98b7d265f35f9f8c2e53dd4f4d94e.jpg
│ │ │ ├── 500a8ccf488b49068c06b378e22d21fec37778a1a475.jpg
│ │ │ ├── 5fa464cb8ff24fd0bbc7cddd2c8b78f3c365363ca934.jpg
│ │ │ ├── 67bfcab0639f4986ba5ed5a9c5c56bca1d483fe406171.jpg
│ │ │ ├── 7c0737d5ae44491ca377d294c5cf8c9cTB2uHpsshlmpuFscenes.png
│ │ │ ├── 95cceeb0802d4a9bb49b613065793e2e140066460e68.jpg
│ │ │ ├── aa0c7e099ad944c3af5e569dcbd84f792e53dd4f56775.png
│ │ │ ├── ac8badbbf9204b81b771b6df080d187e68a63f26f13f.jpg
│ │ │ ├── b7c175711d374fabb5fe430ea8915571TB2SMYYh_cCL1Fj.jpg
│ │ │ ├── c682b65ddf68486da54f7b47bcb8dce7179803d6cf350.jpg
│ │ │ ├── e50e5c4b8b9c4739b54fd66d731331e711e83e1f6b873.jpg
│ │ │ ├── ef21d7bdc1f24106834cdea485c929faTB2qczhpbBkpuFjy1zk.jpg
│ │ │ ├── f372b2b06db74e3aba69de4e1bee8110289d36d03fb4a.jpg
│ │ │ ├── f478f75bb6fb4c40b054a24b6d5c10aa6898619d6e99.jpg
│ │ │ └── ff5fada0162b42a387dca1cc3f99e74a611534234234.jpg
│ │ └── style
│ │ └── style.css
│ └── target
│ ├── classes
│ │ ├── applicationContext.xml
│ │ ├── cj
│ │ │ └── jxc01
│ │ │ └── MyViewModel.class
│ │ ├── dbconfig.properties
│ │ ├── mapper
│ │ │ ├── HwMapper.xml
│ │ │ ├── ShMapper.xml
│ │ │ └── UserMapper.xml
│ │ ├── mybatis-config.xml
│ │ ├── org
│ │ │ └── shop
│ │ │ ├── controller
│ │ │ │ └── user
│ │ │ │ └── UserController.class
│ │ │ ├── dao
│ │ │ │ ├── HwDao.class
│ │ │ │ ├── ShDao.class
│ │ │ │ └── UserDao.class
│ │ │ ├── pojo
│ │ │ │ ├── Hw.class
│ │ │ │ ├── Sh.class
│ │ │ │ └── User.class
│ │ │ └── service
│ │ │ ├── HwService.class
│ │ │ ├── ShService.class
│ │ │ ├── UserService.class
│ │ │ └── impl
│ │ │ ├── HwServiceImpl.class
│ │ │ ├── ShServiceImpl.class
│ │ │ └── UserServiceImpl.class
│ │ └── spring-mvc.xml
│ ├── m2e-wtp
│ │ └── web-resources
│ │ └── META-INF
│ │ ├── MANIFEST.MF
│ │ └── maven
│ │ └── cj
│ │ └── jxc01
│ │ ├── pom.properties
│ │ └── pom.xml
│ └── test-classes
└── 好例子网java_进销存系统.zip
145 directories, 797 files