JavaBookManageSystem
Github主页:https://github.com/Deali-Axy/JavaBookManageSystem
介绍
使用Java编写的简易图书管理软件,Java课程的课设之一。
依赖
Mybatis 3.4.6QFramework4J: About QFrameworkSqlite-Jdbc 3.23.1SwingSets3
数据库设计
User
| field | type | help_text | constraint | length |
|---|---|---|---|---|
| id | int | primary-key | ||
| name | char | 20 | ||
| password | char | 200 | ||
| admin | boolean |
Book
| field | type | help_text | constraint | length |
|---|---|---|---|---|
| id | int | primary-key | ||
| name | char | 200 | ||
| author | char | 200 | ||
| publisher | char | 200 | ||
| publication_date | datetime | |||
| pages | int | |||
| ISBN | char | 20 |
Borrowing
| field | type | help_text | constraint | length |
|---|---|---|---|---|
| id | int | primary-key | ||
| book_id | int | foregin-key to Book |
||
| user_id | int | foregin-key to User |
||
| date | date |
截图




欢迎交流
交流问题请在微信公众号后台留言,每一条信息我都会回复哈~ - 微信公众号:画星星高手 - 打代码直播间:https://live.bilibili.com/11883038 - 知乎:https://www.zhihu.com/people/dealiaxy - 专栏:https://zhuanlan.zhihu.com/deali - 简书:https://www.jianshu.com/u/965b95853b9f