嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
图书管理系统
.
├── 4-sql
│ └── library.sql
├── library-system-master
│ ├── LICENSE
│ ├── README.en.md
│ ├── README.md
│ ├── pom.xml
│ ├── src
│ │ └── main
│ │ ├── #define_CRT_SECURE_NO_WARNINGS.c
│ │ ├── java
│ │ │ └── com
│ │ │ └── yx
│ │ │ ├── codeutil
│ │ │ │ ├── IVerifyCodeGen.java
│ │ │ │ ├── RandomUtils.java
│ │ │ │ ├── SimpleCharVerifyCodeGenImpl.java
│ │ │ │ └── VerifyCode.java
│ │ │ ├── controller
│ │ │ │ ├── AdminController.java
│ │ │ │ ├── BaseController.java
│ │ │ │ ├── BookInfoController.java
│ │ │ │ ├── LendListController.java
│ │ │ │ ├── LoginController.java
│ │ │ │ ├── NoticeController.java
│ │ │ │ ├── ReaderInfoController.java
│ │ │ │ ├── StatisticsController.java
│ │ │ │ └── TypeInfoController.java
│ │ │ ├── dao
│ │ │ │ ├── AdminMapper.java
│ │ │ │ ├── BookInfoMapper.java
│ │ │ │ ├── LendListMapper.java
│ │ │ │ ├── NoticeMapper.java
│ │ │ │ ├── ReaderInfoMapper.java
│ │ │ │ └── TypeInfoMapper.java
│ │ │ ├── interceptor
│ │ │ │ └── LoginInterceptor.java
│ │ │ ├── po
│ │ │ │ ├── Admin.java
│ │ │ │ ├── BookInfo.java
│ │ │ │ ├── LendList.java
│ │ │ │ ├── Notice.java
│ │ │ │ ├── ReaderInfo.java
│ │ │ │ └── TypeInfo.java
│ │ │ ├── service
│ │ │ │ ├── AdminService.java
│ │ │ │ ├── BookInfoService.java
│ │ │ │ ├── LendListService.java
│ │ │ │ ├── NoticeService.java
│ │ │ │ ├── ReaderInfoService.java
│ │ │ │ ├── TypeInfoService.java
│ │ │ │ └── impl
│ │ │ │ ├── AdminServiceImpl.java
│ │ │ │ ├── BookInfoServiceImpl.java
│ │ │ │ ├── LendListServiceImpl.java
│ │ │ │ ├── NoticeServiceImpl.java
│ │ │ │ ├── ReaderInfoServiceImpl.java
│ │ │ │ └── TypeInfoServiceImpl.java
│ │ │ └── utils
│ │ │ ├── Constants.java
│ │ │ └── DataInfo.java
│ │ ├── resources
│ │ │ ├── com
│ │ │ │ └── yx
│ │ │ │ └── dao
│ │ │ │ ├── AdminMapper.xml
│ │ │ │ ├── BookInfoMapper.xml
│ │ │ │ ├── LendListMapper.xml
│ │ │ │ ├── NoticeMapper.xml
│ │ │ │ ├── ReaderInfoMapper.xml
│ │ │ │ └── TypeInfoMapper.xml
│ │ │ ├── db.properties
│ │ │ ├── generatorConfig.xml
│ │ │ ├── spring.xml
│ │ │ └── springmvc.xml
│ │ └── webapp
│ │ ├── WEB-INF
│ │ │ ├── pages
│ │ │ │ ├── admin
│ │ │ │ │ ├── adminAdd.jsp
│ │ │ │ │ ├── adminIndex.jsp
│ │ │ │ │ └── updateAdmin.jsp
│ │ │ │ ├── book
│ │ │ │ │ ├── bookAdd.jsp
│ │ │ │ │ ├── bookIndex.jsp
│ │ │ │ │ └── updateBook.jsp
│ │ │ │ ├── count
│ │ │ │ │ └── statisticIndex.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ ├── lend
│ │ │ │ │ ├── addLendList.jsp
│ │ │ │ │ ├── excBackBook.jsp
│ │ │ │ │ ├── lendListIndex.jsp
│ │ │ │ │ └── lookBookList.jsp
│ │ │ │ ├── login.jsp
│ │ │ │ ├── notice
│ │ │ │ │ ├── noticeAdd.jsp
│ │ │ │ │ ├── noticeIndexOfBack.jsp
│ │ │ │ │ ├── noticeIndexOfReader.jsp
│ │ │ │ │ └── updateNotice.jsp
│ │ │ │ ├── pwdUpdate
│ │ │ │ │ └── updatePwd.jsp
│ │ │ │ ├── reader
│ │ │ │ │ ├── readerAdd.jsp
│ │ │ │ │ ├── readerIndex.jsp
│ │ │ │ │ └── updateReader.jsp
│ │ │ │ ├── type
│ │ │ │ │ ├── typeAdd.jsp
│ │ │ │ │ ├── typeIndex.jsp
│ │ │ │ │ └── updateType.jsp
│ │ │ │ └── welcome.jsp
│ │ │ └── web.xml
│ │ ├── api
│ │ │ ├── clear.json
│ │ │ ├── init.json
│ │ │ ├── init2.json
│ │ │ ├── menus.json
│ │ │ ├── table.json
│ │ │ ├── tableSelect.json
│ │ │ └── upload.json
│ │ ├── css
│ │ │ ├── layuimini.css
│ │ │ ├── public.css
│ │ │ └── themes
│ │ │ └── default.css
│ │ ├── images
│ │ │ ├── 2.jfif
│ │ │ ├── bg.png
│ │ │ ├── captcha.jpg
│ │ │ ├── donate_qrcode.png
│ │ │ ├── favicon.ico
│ │ │ ├── home.png
│ │ │ ├── loginbg.png
│ │ │ ├── logo.jpg
│ │ │ └── logo.png
│ │ ├── js
│ │ │ ├── lay-config.js
│ │ │ └── lay-module
│ │ │ ├── echarts
│ │ │ │ ├── echarts.js
│ │ │ │ └── echartsTheme.js
│ │ │ ├── iconPicker
│ │ │ │ └── iconPickerFa.js
│ │ │ ├── layarea
│ │ │ │ └── layarea.js
│ │ │ ├── layuimini
│ │ │ │ ├── miniAdmin.js
│ │ │ │ ├── miniMenu.js
│ │ │ │ ├── miniTab.js
│ │ │ │ ├── miniTheme.js
│ │ │ │ └── miniTongji.js
│ │ │ ├── step-lay
│ │ │ │ ├── step.css
│ │ │ │ └── step.js
│ │ │ ├── tableSelect
│ │ │ │ └── tableSelect.js
│ │ │ ├── treetable-lay
│ │ │ │ ├── treetable.css
│ │ │ │ └── treetable.js
│ │ │ └── wangEditor
│ │ │ ├── fonts
│ │ │ │ └── w-e-icon.woff
│ │ │ ├── wangEditor.css
│ │ │ ├── wangEditor.js
│ │ │ ├── wangEditor.min.css
│ │ │ ├── wangEditor.min.js
│ │ │ └── wangEditor.min.js.map
│ │ ├── lib
│ │ │ ├── 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
│ │ │ ├── jq-module
│ │ │ │ ├── jquery.particleground.min.js
│ │ │ │ ├── paigusu.min.js
│ │ │ │ └── zyupload
│ │ │ │ ├── zyupload-1.0.0.min.css
│ │ │ │ └── zyupload-1.0.0.min.js
│ │ │ ├── jquery-3.4.1
│ │ │ │ └── jquery-3.4.1.min.js
│ │ │ └── layui-v2.5.5
│ │ │ ├── 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
│ │ │ │ └── iconfont.woff2
│ │ │ ├── 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
│ │ │ │ ├── transfer.js
│ │ │ │ ├── tree.js
│ │ │ │ ├── upload.js
│ │ │ │ └── util.js
│ │ │ ├── layui.all.js
│ │ │ └── layui.js
│ │ └── page
│ │ ├── 404.html
│ │ ├── area.html
│ │ ├── button.html
│ │ ├── color-select.html
│ │ ├── editor.html
│ │ ├── form-step.html
│ │ ├── form.html
│ │ ├── icon-picker.html
│ │ ├── icon.html
│ │ ├── layer.html
│ │ ├── login-1.html
│ │ ├── login-2.html
│ │ ├── menu.html
│ │ ├── setting.html
│ │ ├── table
│ │ │ ├── add.html
│ │ │ └── edit.html
│ │ ├── table-select.html
│ │ ├── table.html
│ │ ├── upload.html
│ │ ├── user-password.html
│ │ ├── user-setting.html
│ │ ├── welcome-1.html
│ │ ├── welcome-2.html
│ │ └── welcome-3.html
│ └── target
│ ├── LibraryProject-1.0-SNAPSHOT
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── WEB-INF
│ │ │ ├── classes
│ │ │ │ ├── com
│ │ │ │ │ └── yx
│ │ │ │ │ ├── codeutil
│ │ │ │ │ │ ├── IVerifyCodeGen.class
│ │ │ │ │ │ ├── RandomUtils.class
│ │ │ │ │ │ ├── SimpleCharVerifyCodeGenImpl.class
│ │ │ │ │ │ └── VerifyCode.class
│ │ │ │ │ ├── controller
│ │ │ │ │ │ ├── AdminController.class
│ │ │ │ │ │ ├── BaseController.class
│ │ │ │ │ │ ├── BookInfoController.class
│ │ │ │ │ │ ├── LendListController.class
│ │ │ │ │ │ ├── LoginController.class
│ │ │ │ │ │ ├── NoticeController.class
│ │ │ │ │ │ ├── ReaderInfoController.class
│ │ │ │ │ │ ├── StatisticsController.class
│ │ │ │ │ │ └── TypeInfoController.class
│ │ │ │ │ ├── dao
│ │ │ │ │ │ ├── AdminMapper.class
│ │ │ │ │ │ ├── AdminMapper.xml
│ │ │ │ │ │ ├── BookInfoMapper.class
│ │ │ │ │ │ ├── BookInfoMapper.xml
│ │ │ │ │ │ ├── LendListMapper.class
│ │ │ │ │ │ ├── LendListMapper.xml
│ │ │ │ │ │ ├── NoticeMapper.class
│ │ │ │ │ │ ├── NoticeMapper.xml
│ │ │ │ │ │ ├── ReaderInfoMapper.class
│ │ │ │ │ │ ├── ReaderInfoMapper.xml
│ │ │ │ │ │ ├── TypeInfoMapper.class
│ │ │ │ │ │ └── TypeInfoMapper.xml
│ │ │ │ │ ├── interceptor
│ │ │ │ │ │ └── LoginInterceptor.class
│ │ │ │ │ ├── po
│ │ │ │ │ │ ├── Admin.class
│ │ │ │ │ │ ├── BookInfo.class
│ │ │ │ │ │ ├── LendList.class
│ │ │ │ │ │ ├── Notice.class
│ │ │ │ │ │ ├── ReaderInfo.class
│ │ │ │ │ │ └── TypeInfo.class
│ │ │ │ │ ├── service
│ │ │ │ │ │ ├── AdminService.class
│ │ │ │ │ │ ├── BookInfoService.class
│ │ │ │ │ │ ├── LendListService.class
│ │ │ │ │ │ ├── NoticeService.class
│ │ │ │ │ │ ├── ReaderInfoService.class
│ │ │ │ │ │ ├── TypeInfoService.class
│ │ │ │ │ │ └── impl
│ │ │ │ │ │ ├── AdminServiceImpl.class
│ │ │ │ │ │ ├── BookInfoServiceImpl.class
│ │ │ │ │ │ ├── LendListServiceImpl.class
│ │ │ │ │ │ ├── NoticeServiceImpl.class
│ │ │ │ │ │ ├── ReaderInfoServiceImpl.class
│ │ │ │ │ │ └── TypeInfoServiceImpl.class
│ │ │ │ │ └── utils
│ │ │ │ │ ├── Constants.class
│ │ │ │ │ └── DataInfo.class
│ │ │ │ ├── db.properties
│ │ │ │ ├── generatorConfig.xml
│ │ │ │ ├── spring.xml
│ │ │ │ └── springmvc.xml
│ │ │ ├── lib
│ │ │ │ ├── aspectjweaver-1.6.8.jar
│ │ │ │ ├── commons-lang3-3.4.jar
│ │ │ │ ├── druid-1.1.16.jar
│ │ │ │ ├── fastjson-1.2.54.jar
│ │ │ │ ├── hamcrest-core-1.3.jar
│ │ │ │ ├── jsqlparser-2.0.jar
│ │ │ │ ├── jstl-1.2.jar
│ │ │ │ ├── junit-4.12.jar
│ │ │ │ ├── log4j-1.2.12.jar
│ │ │ │ ├── mybatis-3.4.5.jar
│ │ │ │ ├── mybatis-generator-core-1.3.7.jar
│ │ │ │ ├── mybatis-spring-1.3.0.jar
│ │ │ │ ├── mysql-connector-java-8.0.19.jar
│ │ │ │ ├── pagehelper-5.1.10.jar
│ │ │ │ ├── protobuf-java-3.6.1.jar
│ │ │ │ ├── slf4j-api-1.6.6.jar
│ │ │ │ ├── slf4j-log4j12-1.6.6.jar
│ │ │ │ ├── spring-aop-5.1.3.RELEASE.jar
│ │ │ │ ├── spring-beans-5.1.3.RELEASE.jar
│ │ │ │ ├── spring-context-5.1.3.RELEASE.jar
│ │ │ │ ├── spring-core-5.1.3.RELEASE.jar
│ │ │ │ ├── spring-expression-5.1.3.RELEASE.jar
│ │ │ │ ├── spring-jcl-5.1.3.RELEASE.jar
│ │ │ │ ├── spring-jdbc-5.1.3.RELEASE.jar
│ │ │ │ ├── spring-test-5.1.3.RELEASE.jar
│ │ │ │ ├── spring-tx-5.1.3.RELEASE.jar
│ │ │ │ ├── spring-web-5.1.3.RELEASE.jar
│ │ │ │ └── spring-webmvc-5.1.3.RELEASE.jar
│ │ │ ├── pages
│ │ │ │ ├── admin
│ │ │ │ │ ├── adminAdd.jsp
│ │ │ │ │ ├── adminIndex.jsp
│ │ │ │ │ └── updateAdmin.jsp
│ │ │ │ ├── book
│ │ │ │ │ ├── bookAdd.jsp
│ │ │ │ │ ├── bookIndex.jsp
│ │ │ │ │ └── updateBook.jsp
│ │ │ │ ├── count
│ │ │ │ │ └── statisticIndex.jsp
│ │ │ │ ├── index.jsp
│ │ │ │ ├── lend
│ │ │ │ │ ├── addLendList.jsp
│ │ │ │ │ ├── excBackBook.jsp
│ │ │ │ │ ├── lendListIndex.jsp
│ │ │ │ │ └── lookBookList.jsp
│ │ │ │ ├── login.jsp
│ │ │ │ ├── notice
│ │ │ │ │ ├── noticeAdd.jsp
│ │ │ │ │ ├── noticeIndexOfBack.jsp
│ │ │ │ │ ├── noticeIndexOfReader.jsp
│ │ │ │ │ └── updateNotice.jsp
│ │ │ │ ├── pwdUpdate
│ │ │ │ │ └── updatePwd.jsp
│ │ │ │ ├── reader
│ │ │ │ │ ├── readerAdd.jsp
│ │ │ │ │ ├── readerIndex.jsp
│ │ │ │ │ └── updateReader.jsp
│ │ │ │ ├── type
│ │ │ │ │ ├── typeAdd.jsp
│ │ │ │ │ ├── typeIndex.jsp
│ │ │ │ │ └── updateType.jsp
│ │ │ │ └── welcome.jsp
│ │ │ └── web.xml
│ │ ├── api
│ │ │ ├── clear.json
│ │ │ ├── init.json
│ │ │ ├── init2.json
│ │ │ ├── menus.json
│ │ │ ├── table.json
│ │ │ ├── tableSelect.json
│ │ │ └── upload.json
│ │ ├── css
│ │ │ ├── layuimini.css
│ │ │ ├── public.css
│ │ │ └── themes
│ │ │ └── default.css
│ │ ├── images
│ │ │ ├── 2.jfif
│ │ │ ├── bg.png
│ │ │ ├── captcha.jpg
│ │ │ ├── donate_qrcode.png
│ │ │ ├── favicon.ico
│ │ │ ├── home.png
│ │ │ ├── loginbg.png
│ │ │ ├── logo.jpg
│ │ │ └── logo.png
│ │ ├── js
│ │ │ ├── lay-config.js
│ │ │ └── lay-module
│ │ │ ├── echarts
│ │ │ │ ├── echarts.js
│ │ │ │ └── echartsTheme.js
│ │ │ ├── iconPicker
│ │ │ │ └── iconPickerFa.js
│ │ │ ├── layarea
│ │ │ │ └── layarea.js
│ │ │ ├── layuimini
│ │ │ │ ├── miniAdmin.js
│ │ │ │ ├── miniMenu.js
│ │ │ │ ├── miniTab.js
│ │ │ │ ├── miniTheme.js
│ │ │ │ └── miniTongji.js
│ │ │ ├── step-lay
│ │ │ │ ├── step.css
│ │ │ │ └── step.js
│ │ │ ├── tableSelect
│ │ │ │ └── tableSelect.js
│ │ │ ├── treetable-lay
│ │ │ │ ├── treetable.css
│ │ │ │ └── treetable.js
│ │ │ └── wangEditor
│ │ │ ├── fonts
│ │ │ │ └── w-e-icon.woff
│ │ │ ├── wangEditor.css
│ │ │ ├── wangEditor.js
│ │ │ ├── wangEditor.min.css
│ │ │ ├── wangEditor.min.js
│ │ │ └── wangEditor.min.js.map
│ │ ├── lib
│ │ │ ├── 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
│ │ │ ├── jq-module
│ │ │ │ ├── jquery.particleground.min.js
│ │ │ │ ├── paigusu.min.js
│ │ │ │ └── zyupload
│ │ │ │ ├── zyupload-1.0.0.min.css
│ │ │ │ └── zyupload-1.0.0.min.js
│ │ │ ├── jquery-3.4.1
│ │ │ │ └── jquery-3.4.1.min.js
│ │ │ └── layui-v2.5.5
│ │ │ ├── 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
│ │ │ │ └── iconfont.woff2
│ │ │ ├── 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
│ │ │ │ ├── transfer.js
│ │ │ │ ├── tree.js
│ │ │ │ ├── upload.js
│ │ │ │ └── util.js
│ │ │ ├── layui.all.js
│ │ │ └── layui.js
│ │ └── page
│ │ ├── 404.html
│ │ ├── area.html
│ │ ├── button.html
│ │ ├── color-select.html
│ │ ├── editor.html
│ │ ├── form-step.html
│ │ ├── form.html
│ │ ├── icon-picker.html
│ │ ├── icon.html
│ │ ├── layer.html
│ │ ├── login-1.html
│ │ ├── login-2.html
│ │ ├── menu.html
│ │ ├── setting.html
│ │ ├── table
│ │ │ ├── add.html
│ │ │ └── edit.html
│ │ ├── table-select.html
│ │ ├── table.html
│ │ ├── upload.html
│ │ ├── user-password.html
│ │ ├── user-setting.html
│ │ ├── welcome-1.html
│ │ ├── welcome-2.html
│ │ └── welcome-3.html
│ ├── LibraryProject-1.0-SNAPSHOT.war
│ ├── classes
│ │ ├── com
│ │ │ └── yx
│ │ │ ├── codeutil
│ │ │ │ ├── IVerifyCodeGen.class
│ │ │ │ ├── RandomUtils.class
│ │ │ │ ├── SimpleCharVerifyCodeGenImpl.class
│ │ │ │ └── VerifyCode.class
│ │ │ ├── controller
│ │ │ │ ├── AdminController.class
│ │ │ │ ├── BaseController.class
│ │ │ │ ├── BookInfoController.class
│ │ │ │ ├── LendListController.class
│ │ │ │ ├── LoginController.class
│ │ │ │ ├── NoticeController.class
│ │ │ │ ├── ReaderInfoController.class
│ │ │ │ ├── StatisticsController.class
│ │ │ │ └── TypeInfoController.class
│ │ │ ├── dao
│ │ │ │ ├── AdminMapper.class
│ │ │ │ ├── AdminMapper.xml
│ │ │ │ ├── BookInfoMapper.class
│ │ │ │ ├── BookInfoMapper.xml
│ │ │ │ ├── LendListMapper.class
│ │ │ │ ├── LendListMapper.xml
│ │ │ │ ├── NoticeMapper.class
│ │ │ │ ├── NoticeMapper.xml
│ │ │ │ ├── ReaderInfoMapper.class
│ │ │ │ ├── ReaderInfoMapper.xml
│ │ │ │ ├── TypeInfoMapper.class
│ │ │ │ └── TypeInfoMapper.xml
│ │ │ ├── interceptor
│ │ │ │ └── LoginInterceptor.class
│ │ │ ├── po
│ │ │ │ ├── Admin.class
│ │ │ │ ├── BookInfo.class
│ │ │ │ ├── LendList.class
│ │ │ │ ├── Notice.class
│ │ │ │ ├── ReaderInfo.class
│ │ │ │ └── TypeInfo.class
│ │ │ ├── service
│ │ │ │ ├── AdminService.class
│ │ │ │ ├── BookInfoService.class
│ │ │ │ ├── LendListService.class
│ │ │ │ ├── NoticeService.class
│ │ │ │ ├── ReaderInfoService.class
│ │ │ │ ├── TypeInfoService.class
│ │ │ │ └── impl
│ │ │ │ ├── AdminServiceImpl.class
│ │ │ │ ├── BookInfoServiceImpl.class
│ │ │ │ ├── LendListServiceImpl.class
│ │ │ │ ├── NoticeServiceImpl.class
│ │ │ │ ├── ReaderInfoServiceImpl.class
│ │ │ │ └── TypeInfoServiceImpl.class
│ │ │ └── utils
│ │ │ ├── Constants.class
│ │ │ └── DataInfo.class
│ │ ├── db.properties
│ │ ├── generatorConfig.xml
│ │ ├── spring.xml
│ │ └── springmvc.xml
│ ├── generated-sources
│ │ └── annotations
│ ├── maven-archiver
│ │ └── pom.properties
│ └── maven-status
│ └── maven-compiler-plugin
│ └── compile
│ └── default-compile
│ ├── createdFiles.lst
│ └── inputFiles.lst
└── 图书管理系统_图书馆.zip
149 directories, 672 files