图书管理系统的设计与实现
摘 要
随着电子计算机和通信技术的发展,人类已经逐渐地进入信息化社会。信息成为一种社会的基本生产资料,同时人们对信息和数据的利用与处理也已进入自动化、网络化和社会化的阶段。因此,开发相关的管理信息系统已经成为必要和必需的了。图书是人们生活中非常重要的一部分,人们阅读的书籍繁多,其中就包含很多的信息数据,这就需要进行数据的管理。以前,有很多人的图书管理都是手工的,尚未使用计算机进行管理。有很多缺点,例如:容易丢失、不够系统等。在计算机日益普及的今天,对个人而言若采用一套行之有效的图书管理系统来管理自己的书籍,会方便许多。因此,制定一套合理、有效,规范和实用的个人图书管理系统,具有十分重大的价值和现实意义。
图书管理系统系统就是从为用户带来便利角度出发,帮助用户管理书籍信息。具体功能有:用户注册、登录;登录系统后可以添加图书信息;对已添加的信息进行编辑和查询等。这就可以实现对图书资料进行集中统一的管理,实现个人图书管理的系统化、规范化和高效化。
关键词:图书管理系统,图书管理,高效
Design and Implementation of Personal
Books Management System
Abstract
With the development of computer and communication technology, mankind has gradually entered the information society. Information has become a basic production of society, while people on the information and data use and handling has entered automation, networking and socialization stage. Therefore, the development of related management information systems have become a necessary and essential. Books are a very important part of people's life, which contain a lot of information and data processing. Previously, a lot of people's books management is manual, computer management has not been used. There are many drawbacks, such as: it's easy to lose and not scientific. Along with the computer increasingly popular, for the individual ,it's convenient to use a set of effective books management system to manage their books. Therefore,it has great value and practical significance to develop a reasonable, effective, standardized and practical personal books management system .
The personal books management system is to bring convenience to the users, help users manage books informations. Specific functions include: user registration, login;add books informations; modify and delete books informations.This can achieve the centralized management of books,realize the personal management of books systematiciy, normatively and efficiently.
Key Words: Books management system,Manage Books,efficiently
目 录
第1章 绪论 1
1.1系统开发背景和意义 1
1.2系统可行性研究 1
1.3系统开发目标 2
1.4开发平台、运行环境 2
第2章 相关技术概述 3
2.1Java语言简介 3
2.2 Sqllite技术简介 4
2.3 Swing技术简介 5
第3章 需求分析 6
3.1 设计目标 6
3.2 功能分析 6
3.2.1 用户管理 6
3.2.2 管理员管理 6
3.3 数据需求 7
3.4 系统总体结构设计 7
3.5 系统功能划分 8
3.6 数据库的表结构设计 8
3.6.1 数据库的需求分析进行的物理结构 8
3.6.2数据库的逻辑设计 8
3.6.3 数据库的完整性和安全性 11
第4章 主要功能模块设计与实现 13
4.1 新用户注册模块 13
4.2 用户登陆后功能模块 14
4.2.1系统设置 15
4.2.2 图书管理 16
4.2.3 资料管理 20
4.3 管理员登录后功能模块 23
4.3.1 系统设置 24
4.3.2 用户管理 26
第5章 系统测试与性能分析 23
5.1系统测试的方法与步骤 23
5.2模块测试 23
5.2.1 登录模块测试 23
5.2.2 用户管理模块测试 23
5.2.3 管理员管理模块测试 24
5.3评价 24
第6章重要代码示例 25
6.1用户借书代码 25
6.2用户预约书代码 26
6.3用户还书代码 28
6.4管理员增加图书代码 30
6.5管理员修改图书代码 31
参考文献 33
致 谢 34