嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
BookMSv2
├── WebContent
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── WEB-INF
│ │ ├── jsp
│ │ │ ├── addNewBook.jsp
│ │ │ ├── bookDetail.jsp
│ │ │ ├── delBookList.jsp
│ │ │ ├── editBook.jsp
│ │ │ ├── index.jsp
│ │ │ ├── login.jsp
│ │ │ ├── nav
│ │ │ │ ├── bottom.jsp
│ │ │ │ ├── leftnav.jsp
│ │ │ │ └── titlenav.jsp
│ │ │ ├── newBookList.jsp
│ │ │ ├── searchBook.jsp
│ │ │ └── showAllBook.jsp
│ │ ├── lib
│ │ │ ├── aspectjweaver-1.8.13.jar
│ │ │ ├── commons-dbcp-1.4.jar
│ │ │ ├── commons-fileupload-1.3.1.jar
│ │ │ ├── commons-io-2.4.jar
│ │ │ ├── commons-logging-1.2.jar
│ │ │ ├── commons-pool-1.5.4.jar
│ │ │ ├── jackson-annotations-2.9.0.jar
│ │ │ ├── jackson-core-2.9.7.jar
│ │ │ ├── jackson-databind-2.9.7.jar
│ │ │ ├── jstl-1.2.jar
│ │ │ ├── log4j-1.2.17.jar
│ │ │ ├── mybatis-3.4.4.jar
│ │ │ ├── mybatis-generator-core-1.3.5.jar
│ │ │ ├── mybatis-spring-1.3.1.jar
│ │ │ ├── mysql-connector-java-5.1.38.jar
│ │ │ ├── slf4j-api-1.7.25.jar
│ │ │ ├── spring-aop-4.3.18.RELEASE.jar
│ │ │ ├── spring-beans-4.3.18.RELEASE.jar
│ │ │ ├── spring-context-4.3.18.RELEASE.jar
│ │ │ ├── spring-core-4.3.18.RELEASE.jar
│ │ │ ├── spring-expression-4.3.18.RELEASE.jar
│ │ │ ├── spring-jdbc-4.3.18.RELEASE.jar
│ │ │ ├── spring-tx-4.3.18.RELEASE.jar
│ │ │ ├── spring-web-4.3.18.RELEASE.jar
│ │ │ └── spring-webmvc-4.3.18.RELEASE.jar
│ │ └── web.xml
│ └── static
│ ├── css
│ │ ├── bootstrap.css
│ │ └── login.css
│ ├── iconfont
│ │ ├── fonts
│ │ │ ├── icomoon.eot
│ │ │ ├── icomoon.svg
│ │ │ ├── icomoon.ttf
│ │ │ └── icomoon.woff
│ │ └── style.css
│ ├── images
│ │ ├── bg.jpg
│ │ ├── book.jpg
│ │ ├── head.jpg
│ │ └── main_bg.png
│ └── layui
│ ├── css
│ │ ├── layui.css
│ │ ├── layui.mobile.css
│ │ └── modules
│ │ ├── code.css
│ │ ├── laydate
│ │ │ └── default
│ │ │ └── laydate.css
│ │ └── layer
│ │ └── default
│ │ ├── icon-ext.png
│ │ ├── icon.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.js
├── build
│ └── classes
│ ├── applicationContext.xml
│ ├── cn
│ │ └── test
│ │ └── bookms
│ │ ├── controller
│ │ │ ├── BookController.class
│ │ │ └── LoginController.class
│ │ ├── entity
│ │ │ ├── MsAdmin.class
│ │ │ ├── MsBook.class
│ │ │ ├── MsCategory.class
│ │ │ └── PageBean.class
│ │ ├── mapper
│ │ │ ├── MsAdminMapper.class
│ │ │ ├── MsBookMapper.class
│ │ │ └── MsCategoryMapper.class
│ │ ├── mybatisGenMan
│ │ │ └── GeneratorMain.class
│ │ ├── service
│ │ │ ├── MsAdminService.class
│ │ │ ├── MsBookService.class
│ │ │ ├── MsCategoryService.class
│ │ │ └── impl
│ │ │ ├── MsAdminServiceImpl.class
│ │ │ ├── MsBookServiceImpl.class
│ │ │ └── MsCategoryServiceImpl.class
│ │ └── util
│ │ └── Message.class
│ ├── db.properties
│ ├── log4j.properties
│ ├── mappers
│ │ ├── MsAdminMapper.xml
│ │ ├── MsBookMapper.xml
│ │ └── MsCategoryMapper.xml
│ ├── mbgConfiguration.xml
│ ├── mybatis-config.xml
│ └── spring-mvc.xml
└── src
├── applicationContext.xml
├── cn
│ └── test
│ └── bookms
│ ├── controller
│ │ ├── BookController.java
│ │ └── LoginController.java
│ ├── entity
│ │ ├── MsAdmin.java
│ │ ├── MsBook.java
│ │ ├── MsCategory.java
│ │ └── PageBean.java
│ ├── mapper
│ │ ├── MsAdminMapper.java
│ │ ├── MsBookMapper.java
│ │ └── MsCategoryMapper.java
│ ├── mybatisGenMan
│ │ └── GeneratorMain.java
│ ├── service
│ │ ├── MsAdminService.java
│ │ ├── MsBookService.java
│ │ ├── MsCategoryService.java
│ │ └── impl
│ │ ├── MsAdminServiceImpl.java
│ │ ├── MsBookServiceImpl.java
│ │ └── MsCategoryServiceImpl.java
│ └── util
│ └── Message.java
├── db.properties
├── log4j.properties
├── mappers
│ ├── MsAdminMapper.xml
│ ├── MsBookMapper.xml
│ └── MsCategoryMapper.xml
├── mbgConfiguration.xml
├── mybatis-config.xml
└── spring-mvc.xml
48 directories, 209 files