摘 要

信息化的迅速发展,对人们的衣食住行产生了很大影响。越来越多的人习惯并依赖于通过信息技术和智能化的形式来处理日常各类事物。为了满足学生用户日常学习的需要,以及适应现代化图书馆管理的需求,决定开发基于微信小程序的图书馆座位预约系统。帮助学生快速的在线预约,提高了学习效率。

基于微信小程序的图书馆座位预约系统的开发采用 Java 语言作为后台编程语言、数据库使用MySQL,结合微信小程序模式以及相关技术来实现所需系统的设计。此系统于用户而言主要有:登录、座位预约、信息查询、修改密码等功能,对管理员来说主要有:登录、座位管理、座位预约管理、预约取消管理、公告管理、修改密码等功能等。该系统不仅可以大大提高使用者和管理者的使用效率,也在另一方面提高了信息化水平的发展。

基于微信小程序的图书馆座位预约系统可以让用户使用手机微信就能完成运行,并且完成信息处理。另一个优势就是,基于微信小程序的图书馆座位预约系统能快速在线预约,并能保证信息管理的准确性。


关键词:Java;微信小程序;图书馆;座位预约



 


Summary

The rapid development of information technology has had a great impact on people's food, clothing, housing and transportation. More and more people are used to and rely on information technology and intelligent forms to deal with all kinds of daily things. In order to meet the daily learning needs of student users and meet the needs of modern library management, we decided to develop a seat reservation system in the library based on WeChat applet. It helps students make online appointments quickly and improves learning efficiency.

The development of the library seat reservation system based on WeChat applet uses Java language as the background programming language, MySQL as the database, and combines WeChat applet mode and related technologies to achieve the design of the required system. For users, this system mainly has the following functions: login, seat reservation, information query, password modification, etc. For administrators, it mainly has the following functions: login, seat management, seat reservation management, reservation cancellation management, announcement management, password modification, etc. The system can not only greatly improve the use efficiency of users and managers, but also improve the development of information technology on the other hand.

The library seat reservation system based on WeChat applet allows users to complete the operation and information processing by using mobile WeChat. Another advantage is that the library seat reservation system based on WeChat applet can quickly make online reservations and ensure the accuracy of information management.


Keywords: Java; WeChat applet; library; Seat reservation


 

目 录

1 绪论 1

1.1 研究背景及意义 1

1.2 国内外研究现状 1

1.3 本文结构 2

2  技术介绍 3

2.1 开发工具和开发语言 3

2.2 SSM框架简介 3

2.2.1 Mybatis 3

2.2.2 Spring 4

2.2.3 Spring MVC 4

2.3 MYSQL数据库 4

2.4 微信小程序 5

2.4.1 JavaScript技术 5

2.4.2 小程序技术 5

2.4.3 微信程序开发平台 5

3  系统分析 7

3.1 可行性分析 7

3.1.1 经济可行性 7

3.1.2 技术可行性 7

3.1.3 操作可行性 7

3.1.4 时间可行性 7

3.2 需求分析 7

3.2.1学生用户 8

3.2.2 管理员 8

4  系统设计 10

4.1 体系结构设计 10

4.2 功能结构设计 10

4.3 数据库设计 11

5  系统实现 15

5.1 微信小程序端 15

5.1.1 登录 15

5.1.2 小程序首页 15

5.1.3 座位预约 16

5.1.4 取消预约 17

5.1.5 个人中心 18

5.2 服务器管理端实现 19

5.2.1 登录 19

5.2.2 图书馆座位管理 20

5.2.3 学生管理 20

5.2.4 座位预约管理 21

5.2.5 座位评论 21

5.2.6修改密码 22

6  系统测试 23

6.1 概述 23

6.2 测试方法 23

6.3 系统功能测试 23

6.3.1登录测试 23

6.3.2 修改密码模块测试 24

6.3.3 删除学生模块测试 25

6.3.4 座位预约模块测试 25

6.4 测试结果 26

7  结论与展望 27

致 谢 28

参考文献 29

):  


系统于学生用户而言主要有:登录、座位预约、信息查询、修改密码等功能,对管理员来说主要有:登录、座位管理、座位预约管理、预约取消管理、公告管理、修改密码等功能等。该系统不仅可以大大提高使用者和管理者的使用效率,也在另一方面提高了信息化水平的发展。


登录:运行微信小程序后,进行登录,可使用本系统。

座位预约:此界面先通过条件查询座位信息,然后进行座位预约。对预约的座位还可以取消和签到操作。

信息查询:可查询所有的公告信息,点击公告名称,查看公告详情。

修改密码:对密码进行修改。


本系统可以更好地为需要的学生用户提供图书馆座位预约服务,该系统有学生用户和管理员两个角色。学生用户通过微信小程序端进行登录,进行座位查询、座位预约、取消预约、签到、公告信息、修改密码等功能。管理员通过服务器管理端进行登录,对学生用户进行管理,添加图书馆座位信息,对座位预约、预约取消、签到信息、公告信息进行管理。



基于微信小程序的图书馆座位预约系统设计与实现-计算机毕业设计源码+LW文档_修改密码

基于微信小程序的图书馆座位预约系统设计与实现-计算机毕业设计源码+LW文档_sed_02

基于微信小程序的图书馆座位预约系统设计与实现-计算机毕业设计源码+LW文档_修改密码_03