<p align="center">
<img src="https://cdn.rawgit.com/ElemeFE/element/dev/element_logo.svg">
</p>
<p align="center">
<a href="https://travis-ci.org/ElemeFE/element">
<img src="https://travis-ci.org/ElemeFE/element.svg?branch=master">
</a>
<a href="https://coveralls.io/github/ElemeFE/element?branch=master">
<img src="https://coveralls.io/repos/github/ElemeFE/element/badge.svg?branch=master">
</a>
<a href="https://cdnjs.com/libraries/element-ui">
<img src="https://img.shields.io/cdnjs/v/element-ui.svg">
</a>
<a href="https://www.npmjs.org/package/element-ui">
<img src="https://img.shields.io/npm/v/element-ui.svg">
</a>
<a href="https://npmcharts.com/compare/element-ui?minimal=true">
<img src="http://img.shields.io/npm/dm/element-ui.svg">
</a>
<br>
<a href="http://img.badgesize.io/https://unpkg.com/element-ui/lib/index.js?compression=gzip&label=gzip%20size:%20JS">
<img src="http://img.badgesize.io/https://unpkg.com/element-ui/lib/index.js?compression=gzip&label=gzip%20size:%20JS">
</a>
<a href="http://img.badgesize.io/https://unpkg.com/element-ui/lib/theme-chalk/index.css?compression=gzip&label=gzip%20size:%20CSS">
<img src="http://img.badgesize.io/https://unpkg.com/element-ui/lib/theme-chalk/index.css?compression=gzip&label=gzip%20size:%20CSS">
</a>
<a href="#backers">
<img src="https://opencollective.com/element/backers/badge.svg">
</a>
<a href="#sponsors">
<img src="https://opencollective.com/element/sponsors/badge.svg">
</a>
<a href="LICENSE">
<img src="https://img.shields.io/badge/License-MIT-yellow.svg">
</a>
</p>
<p align="center">
<b>Special thanks to the generous sponsorship by:</b>
</p>
<table>
<tbody>
<tr>
<td align="center" valign="middle">
<a href="https://tipe.io/?ref=element" target="_blank">
<img width="150px" src="https://user-images.githubusercontent.com/1016365/34124854-48fafa06-e3e9-11e7-8c04-251055feebee.png">
</a>
</td>
<td align="center" valign="middle">
<a href="https://www.duohui.cn/?utm_source=element&utm_medium=web&utm_campaign=element-index" target="_blank">
<img width="150px" src="https://user-images.githubusercontent.com/10095631/35603534-bb24470c-0678-11e8-8bcc-17ceaef8cbef.png">
</a>
</td>
<td align="center" valign="middle">
<a href="https://bitsrc.io/" target="_blank">
<img width="150px" src="https://user-images.githubusercontent.com/10095631/41342907-e44e7196-6f2f-11e8-92f2-47702dc8f059.png">
</a>
</td>
</tr>
</tbody>
</table>
> A Vue.js 2.0 UI Toolkit for Web.
## Links
- Homepage and documentation
- [International users](http://element.eleme.io/#/en-US)
- [Chinese users](http://element-cn.eleme.io/#/zh-CN)
- [Spanish users](http://element.eleme.io/#/es)
- [French users](http://element.eleme.io/#/fr-FR)
- [awesome-element](https://github.com/ElementUI/awesome-element)
- [FAQ](./FAQ.md)
- [Customize theme](http://element.eleme.io/#/en-US/component/custom-theme)
- [Preview and generate theme online](https://elementui.github.io/theme-chalk-preview)
- [Element for React](https://github.com/elemefe/element-react)
- [Element for Angular](https://github.com/ElemeFE/element-angular)
- [Atom helper](https://github.com/ElemeFE/element-helper)
- [Visual Studio Code helper](https://github.com/ElemeFE/vscode-element-helper)
- Starter kit
- [element-starter](https://github.com/ElementUI/element-starter)
- [element-in-laravel-starter](https://github.com/ElementUI/element-in-laravel-starter)
- [Design resources](https://github.com/ElementUI/Resources)
- Gitter
- [International users](https://gitter.im/element-en/Lobby)
- [Chinese users](https://gitter.im/ElemeFE/element)
## Install
```shell
npm install element-ui -S
```
## Quick Start
``` javascript
import Vue from 'vue'
import Element from 'element-ui'
Vue.use(Element)
// or
import {
Select,
Button
// ...
} from 'element-ui'
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)
```
For more information, please refer to [Quick Start](http://element.eleme.io/#/en-US/component/quickstart) in our documentation.
## Browser Support
Modern browsers and Internet Explorer 10+.
## Development
Skip this part if you just want to use Element.
For those who are interested in contributing to Element, please refer to our contributing guide ([中文](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.zh-CN.md) | [English](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.en-US.md) | [Español](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.es.md) | [Français](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.fr-FR.md)) to see how to run this project.
## Changelog
Detailed changes for each release are documented in the [release notes](https://github.com/ElemeFE/element/releases).
## FAQ
We have collected some [frequently asked questions](https://github.com/ElemeFE/element/blob/master/FAQ.md). Before reporting an issue, please search if the FAQ has the answer to your problem.
## Contribution
Please make sure to read the contributing guide ([中文](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.zh-CN.md) | [English](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.en-US.md) | [Español](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.es.md) | [Français](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.fr-FR.md)) before making a pull request.
[![Let's fund issues in this repository](https://issuehunt.io/static/embed/issuehunt-button-v1.svg)](https://issuehunt.io/repos/67274736)
## Special Thanks
English documentation is brought to you by SwiftGG Translation Team:
- [raychenfj](https://github.com/raychenfj)
- [kevin](http://thekevin.cn/)
- [曾小涛](https://github.com/zengxiaotao)
- [湾仔王二](https://github.com/wanzaiwanger)
- [BlooDLine](http://www.ibloodline.com/)
- [陈铭嘉](https://chenmingjia.github.io/)
- [千叶知风](http://mpc6.com/)
- [梁杰](http://numbbbbb.com)
- [Changing](https://github.com/sunzhuo11)
- [mmoaay](https://github.com/mmoaay)
Spanish documentation is made possible by these community developers:
- [adavie1](https://github.com/adavie1)
- [carmencitaqiu](https://github.com/carmencitaqiu)
- [coderdiaz](https://github.com/coderdiaz)
- [fedegar33](https://github.com/fedegar33)
- [Gonzalo2310](https://github.com/Gonzalo2310)
- [lesterbx](https://github.com/lesterbx)
- [ProgramerGuy](https://github.com/ProgramerGuy)
- [SantiagoGdaR](https://github.com/SantiagoGdaR)
- [sigfriedCub1990](https://github.com/sigfriedCub1990)
- [thechosenjuan](https://github.com/thechosenjuan)
French documentation is made possible by these community developers:
- [smalesys](https://github.com/smalesys)
- [blombard](https://github.com/blombard)
## Donation
If you find Element useful, you can buy us a cup of coffee
<img width="650" src="https://user-images.githubusercontent.com/14025786/44833997-5d7c4d80-ac62-11e8-8445-1dffec0eb13c.png" alt="donation">
## Backers
Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/element#backer)]
<a href="https://opencollective.com/element/backer/0/website" target="_blank"><img src="https://opencollective.com/element/backer/0/avatar.svg"></a>
<a href="https://opencollective.com/element/backer/1/website" target="_blank"><img src="https://opencollective.com/element/backer/1/avatar.svg"></a>
<a href="https://opencollective.com/element/backer/2/website" target="_blank"><img src="https://opencollective.com/element/backer/2/avatar.svg"></a>
<a href="https://opencollective.com/element/backer/3/website" target="_blank"><img src="https://opencollective.com/element/backer/3/avatar.svg"></a>
<a href="https://opencollective.com/element/backer/4/website" target="_blank"><img src="https://openco
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
1. 用户系统的需求:包括管理员和读者两种角色,管理员需要登录系统后才能管理用户、书籍数据、借阅记录,而读者需要登录系统才能查询书籍信息和借阅统计信息。因此,需要设计一个用户系统来管理用户登录和管理员登录。 2. 书籍管理系统的需求:管理员需要对书籍进行管理,包括增加、删除、修改书籍等操作。同时需要支持对书籍进行查询和分页展示等功能,使管理员能够方便地管理系统内的书籍数据。 3. 借还书记录管理系统的需求:需要记录每条借阅的记录,并支持按照条件查询和分页展示等功能,还有判断读者是否达到借阅量上限,以确保借阅、还书的准确性和便捷性。 4. 读者信息管理系统的需求:需要记录每个读者的基本信息,包括学号、密码、姓名、学院、班级、读者学历等。同时,系统还需要支持对读者信息进行查询和分页展示,以及对读者信息进行增加、修改、删除等操作。 5. 用户查看书籍系统:用户可以查询图书馆所有的图书信息,以及库存量。 6. 用户查看自己的借阅记录:用户可以查看自己借阅的书籍信息及借阅日期和归还日期 完成一个系统:图书的借阅、归还;书目查询;个人借阅情况统计;设置不同类型读者的借书期限和当前借书数量上限,
资源推荐
资源详情
资源评论
收起资源包目录
用web前端vue+mybatis+mysql的数据库课程设计图书管理系统 (2026个子文件)
access_log.2023-06-05 1KB
access_log.2023-06-06 29KB
access_log.2023-06-07 27KB
access_log.2023-06-08 39KB
access_log.2023-06-09 108KB
access_log.2023-06-10 55KB
access_log.2023-06-11 8KB
access_log.2023-06-12 3KB
access_log.2023-06-17 1KB
access_log.2023-06-21 6KB
access_log.2023-06-23 531B
access_log.2023-06-24 954B
adminLogin_jsp.class 5KB
login_jsp.class 5KB
borrowRecode.class 4KB
borrowRecode.class 4KB
BorrowServlet.class 4KB
BorrowServlet.class 4KB
AdminLoginServlet.class 3KB
AdminLoginServlet.class 3KB
LoginServlet.class 3KB
LoginServlet.class 3KB
BookServlet.class 3KB
BookServlet.class 3KB
BorrowServiceImpl.class 3KB
BorrowServiceImpl.class 3KB
Book.class 2KB
Book.class 2KB
ReaderServlet.class 2KB
ReaderServlet.class 2KB
ReaderServiceImpl.class 2KB
ReaderServiceImpl.class 2KB
Reader.class 2KB
Reader.class 2KB
BaseServlet.class 2KB
BaseServlet.class 2KB
BookServiceImpl.class 2KB
BookServiceImpl.class 2KB
Borrow.class 2KB
Borrow.class 2KB
BorrowMapper.class 2KB
BorrowMapper.class 2KB
AdminServiceImpl.class 2KB
AdminServiceImpl.class 2KB
test1.class 2KB
Admin.class 1KB
Admin.class 1KB
SqlSessionFactoryUtils.class 1KB
SqlSessionFactoryUtils.class 1KB
BookMapper.class 912B
BookMapper.class 912B
ReaderMapper.class 906B
ReaderMapper.class 906B
AdminMapper.class 793B
AdminMapper.class 793B
BorrowService.class 577B
BorrowService.class 577B
ReaderService.class 450B
ReaderService.class 450B
BookService.class 359B
BookService.class 359B
AdminService.class 249B
AdminService.class 249B
index.css 227KB
index.css 227KB
index.css 227KB
index.css 227KB
cascader.css 29KB
cascader.css 29KB
cascader.css 29KB
cascader.css 29KB
date-picker.css 28KB
date-picker.css 28KB
date-picker.css 28KB
date-picker.css 28KB
transfer.css 27KB
transfer.css 27KB
transfer.css 27KB
transfer.css 27KB
col.css 25KB
col.css 25KB
col.css 25KB
col.css 25KB
pagination.css 23KB
pagination.css 23KB
pagination.css 23KB
pagination.css 23KB
table.css 22KB
table.css 22KB
table.css 22KB
table.css 22KB
message-box.css 21KB
message-box.css 21KB
message-box.css 21KB
message-box.css 21KB
time-picker.css 21KB
time-picker.css 21KB
time-picker.css 21KB
time-picker.css 21KB
select.css 18KB
共 2026 条
- 1
- 2
- 3
- 4
- 5
- 6
- 21
资源评论
可摘星程
- 粉丝: 47
- 资源: 1
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功