摘 要
以往的图书馆管理事务处理主要使用的是传统的人工管理方式,这种管理方式存在着管理效率低、操作流程繁琐、保密性差等缺点,长期的人工管理模式会产生大量的文本借书与文本数据,这对事务的查询、更新以及维护带来不少困难。随着互联网时代的到来,现如今网络的覆盖率已近非常的全面,现在人们对网络的需求也越来越高,为了减轻管理人员的工作负担,提高管理人员的工作效率,因此通过网络平台创建一个便捷高效的图书馆管理来优化管理业务。通过本网站,用户可以在线查看相关信息可以说图书馆管理是偏向实际应用的网站。本文介绍了图书馆管理设计方案,该网站采用目前VUE中最流行的SSM框架和Eclipse编辑器、MySQL数据库设计并实现的。网站功能包含系统用户管理、图书管理、用户管理、借书管理、续借管理、违章缴款管理等模块。概述了整个系统的设计框架,介绍了系统软件开发编译环境的搭建,阐述了各模块的功能及程序调用关系设计过程。
关键词:VUE;MySQL;SSM框架
ABSTRACT
In the past, the traditional manual management method was mainly used in the management of library affairs, which had some shortcomings such as low management efficiency, complicated operation process and poor confidentiality, the long-term manual management mode will produce a large number of text books and text data, which brings many difficulties to the transaction query, update and maintenance. With the advent of the Internet Age, today's network coverage rate has been very comprehensive, now people's demand for the network is also getting higher and higher, in order to reduce the workload of managers, improve the work efficiency of managers, therefore through the network platform to create a convenient and efficient library management to optimize the management of business. Through this website, the user may view the related information on-line may say that the library management is inclines the actual application the website. This paper introduces the design scheme of library management. The website is designed and implemented by using the most popular SSM framework in VUE, Eclipse editor and MySQL database. The website function includes system user management, library management, User Management, book management, Renewal Management, illegal payment management and other modules. This paper summarizes the design framework of the whole system, introduces the construction of the system software development and compilation environment, and expounds the functions of each module and the design process of the program call relation.
KEY WORDS:VUE; MySQL;SSM frameworkt
目 录
摘 要
ABSTRACT
目 录
第1章 绪论
1.1开发背景
1.2开发意义
1.3研究内容
第2章 主要技术和工具介绍
2.1 VUE技术
2.2 SSM 框架
2.2.1 Spring框架
2.2.2 SpringMVC
2.2.3 MyBatis
2.3 MySQL数据库
第3章 系统分析
3.1可行性分析
3.1.1经济可行性
3.1.2技术可行性
3.1.3操作可行性
3.2需求分析
3.3业务流程分析
3.4数据流程分析
第4章 系统设计
4.1系统结构设计
4.2功能模块设计
4.3数据库设计
4.3.1 E-R图设计
4.3.2表设计
第5章 系统实现
5.1主页面的实现
5.2注册模块的实现
5.3登录模块的实现
5.4图书管理模块的实现
第6章 系统测试
6.1测试目的
6.2测试概述
6.3单元测试
6.3.1登录测试
6.3.2图书管理测试
6.3.3用户管理测试
6.4测试结果
第7章 总结
致 谢
参考文献