内容摘要
为解决当今大学图书馆自习室座位管理中存在的不合理现象,针对中南大学新校区图书馆座位资源分配管理进行了实际情况的调研和分析,设计开发了一套具有图书馆自习室座位查询,预约功能的管理系统,为图书馆用户提供更人性化的服务.
目前Android操作系统的全球市场份额已达到84.6%。智能手机中Android手机占有相当大的比例。针对各大高校图书馆座位资源紧缺,座位不能合理利用,而目前部分高校图书馆大厅使用的终端机预定座位,造价高,维护麻烦,使用有局限性。依据上述情况我们基于开源Android平台,开发了一套图书馆座位管理系统,更好地管理有限的座位资源,为每一个热爱学习的学生提供良好的学习环境。
针对高校中图书馆座位资源利用率低,经常存在有书无人的占座现象,本次设计客户端采用app设计,服务端后台Vue+node开发网页管理端,该系统在一定程度上缓解了图书馆的占座问题,有利于为读者创建一个公平的阅读环境.
关键词: 图书馆;座位管理;座位预约;选座管理;Android
Abstract
In order to solve the unreasonable phenomenon in the seat management of the study room of the university library, this paper investigates and analyzes the actual situation of the seat resource allocation management in the library of the new campus of Central South University. A set of library seat inquiry and reservation management system is designed and developed to provide more humanized service for library users.
At present Android the global market share of the operating system has reached 84.6. A large proportion Android smartphones. In view of the shortage of seat resources in the major university libraries, the seats can not be used reasonably, but at present, the terminal machines used in some university library halls reserve seats, which have high cost, trouble in maintenance and limitation in use. According to the above situation, based on the open source Android platform, we have developed a library seat management system to better manage the limited seat resources and provide a good learning environment for every student who loves to learn.
With the low utilization rate of library seat resources in colleges and universities, there is often a phenomenon of unattended books. This design client adopts app design, server-side backstage Vue node to develop web page management terminal. To some extent, the system alleviates the problem of library occupancy and creates a fair reading environment for readers.
Keywords:library; seat management; seat reservation; seat selection management; Android
目 录
一、绪论 1
(一)选题背景简介 1
(二)目的和意义 2
(三)基本内容及目标 2
二 技术简介 4
(一) React 4
(二)Vue 4
(三)Egg.js 5
(四)Yarn 6
(六)iView 6
(七)Ant Design Mobile 6
(九)JSON Web Token 6
(十)Knex 7
三、系统概要设计 8
(一) 系统需求分析 8
1. 管理端 8
(二)可行性分析 8
1.技术可行性 8
2.经济可行性 9
3.操作可行性 9
(三)Server端模型 9
四、数据库设计 10
(一)数据概念结构设计 10
(二)数据库关系设计 10
五、后台设计 11
(一) Egg 11
(二) 权限校验 11
(三)连接数据库 12
(四)JavaScript异步并发问题 13
六、管理端设计 15
(一) 登录页面 15
(二)主页 16
(三)座位管理 19
1. 座位情况 19
2. 编辑座位 23
3. 创建自习室 25
(四)学校管理 26
(五)管理员管理 28
(六)个人信息 29
七、手机端设计 31
(一)用户登录 31
(二)首页 33
(三)预约列表 38
(二)个人信息 39
结论 40
参 考 文 献 41
致 谢 42