# 图书管理 **Repository Path**: heying1123/library-management ## Basic Information - **Project Name**: 图书管理 - **Description**: No description available - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2020-12-29 - **Last Updated**: 2025-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LibrarySystem ### 简介 数据库课程设计(一个简单的图书管理系统)。 数据库部分使用 LitePal ORM 框架实现,搜索记录使用 Android 提供的 SQLiteOpenHelper 实现,修改模块与统计分析模块使用了 MVP 模式实现。 ### 基本功能 1. 能够完成书籍信息的输入、修改、删除等工作,书籍的基本信息,包括编号、书籍名称、作者等,具体可根据需求自行设计; 2. 能够完成读者信息输入、修改、删除等工作,读者的基本信息,包括读者姓名、类型、登记日期、工作单位等,具体可根据需求自行设计; 3. 书籍的查询功能,可以根据书籍名称、作者名称、书籍类型等进行书籍查询; 4. 查询每个读者的借阅信息 5. 可以按照特定的信息进行查找,并按照特定的要求进行排序; 6. 可以读者信息及借阅的基本信息进行汇总分析。 7. 馆藏信息的综合统计功能,包括书籍类型统计,书籍在馆与借出比例的统计信息。 ### 程序运行部分截图 ![](https://user-images.githubusercontent.com/16668676/39285245-fbbc2744-4949-11e8-9fa2-14457dd03e4b.png) ![image](https://user-images.githubusercontent.com/16668676/39283801-9adcf252-4942-11e8-9798-17ed1712ab08.png) ![image](https://user-images.githubusercontent.com/16668676/39283810-a92d3df8-4942-11e8-846e-6301a8134a48.png) ![image](https://user-images.githubusercontent.com/16668676/39283814-acc99f9c-4942-11e8-8c21-ef7d6d2b578c.png) ![image](https://user-images.githubusercontent.com/16668676/39283830-b9980b50-4942-11e8-8f83-8247eecf407b.png) ![image](https://user-images.githubusercontent.com/16668676/39283839-cf25ee38-4942-11e8-85d2-c33af4077a35.png) ![image](https://user-images.githubusercontent.com/16668676/39283843-d5cb7f5a-4942-11e8-8869-128400f09b13.png) ![image](https://user-images.githubusercontent.com/16668676/39283848-da6a77be-4942-11e8-9de0-216714165b22.png) ![image](https://user-images.githubusercontent.com/16668676/39283852-df0a8a20-4942-11e8-9432-c0fc7c398188.png)