基本信息
源码名称:图书管理系统
源码大小:3.58M
文件格式:.zip
开发语言:Java
更新时间:2022-03-14
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

图书管理系统

技术栈


  • 数据库:MySQL
  • 开发工具:IDEA
  • 数据连接池:Druid
  • Web容器:Apache Tomcat
  • 项目管理工具:Maven
  • 版本控制工具:Git
  • 后端技术:Spring SpringMVC MyBatis(SSM)
  • 前端框架:LayUI


.
├── library-system-master
│   ├── LICENSE
│   ├── README.en.md
│   ├── README.md
│   ├── pom.xml
│   └── src
│       └── main
│           ├── 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
└── 图书管理系统.zip

67 directories, 296 files