毕 业 设 计(论 文)
题目:社团管理系统的设计与实现
I
摘 要
互联网发展至今,无论是其理论还是技术都已经成熟,而且它广泛参与在社
会中的方方面面。它让信息都可以通过网络传播,搭配信息管理工具可以很好地
为人们提供服务。针对信息管理混乱,出错率高,信息安全性差,劳动强度大,
费时费力等问题,采用社团管理系统可以有效管理,使信息管理能够更加科学和
规范。
社团管理系统在 Eclipse 环境中,使用 Java 语言进行编码,使用 Mysql 创建
数据表保存本系统产生的数据。系统可以提供信息显示和相应服务,其管理员增
删改查社团信息和社团信息资料,审核社团预订信息。总之,社团管理系统集中
管理信息,有着保密性强,效率高,存储空间大,成本低等诸多优点。它可以降
低信息管理成本,实现信息管理计算机化。
关键词:社团管理系统;Java 语言;Mysql
II
Abstract
Since the development of Internet, both its theory and technology have been
mature, and it widely participates in all aspects of society. It allows information to
spread through the network, and can provide services for people with information
management tools. In view of the problems of chaotic information management, high
error rate, poor information security, high labor intensity, time-consuming and
laborious, the use of community management system can effectively manage and
make information management more scientific and standardized.
In the eclipse environment, the community management system uses Java
language for coding, and uses Mysql to create data tables to save the data generated
by the system. The system can provide information display and corresponding
services. Its administrator can add, delete, modify and check the club information and
club information materials, and review the club reservation information. In short, the
community management system centrally manages information, which has many
advantages such as strong confidentiality, high efficiency, large storage space and low
cost. It can reduce the cost of information management and realize the
computerization of information management.
Key Words:Hotel alliance reservation system; Java language; Mysql
III
目 录
目 录..............................................III
第 1 章 绪论...........................................1
1.1 课题背景 .........................................................................................................1
1.2 课题意义 .........................................................................................................1
1.3 研究内容 .........................................................................................................2
第 2 章 开发环境与技术.................................3
2.1 MYSQL 数据库 ...............................................................................................3
2.2 VUE 技术...........................................................................................................3
2.3 SPRING BOOT 框架............................................................................................4
第 3 章 系统分析.......................................6
3.1 可行性分析 .....................................................................................................6
3.1.1 技术可行性 ..........................................................................................6
3.1.2 经济可行性 ..........................................................................................6
3.1.3 操作可行性 ..........................................................................................6
3.2 系统流程 .........................................................................................................7
3.2.1 操作流程 ..............................................................................................7
3.2.2 登录流程 ..............................................................................................7
3.2.3 删除信息流程 ......................................................................................8
3.2.4 添加信息流程 ......................................................................................9
3.3 性能需求 .........................................................................................................9
第 4 章 系统设计......................................11
4.1 设计原则 .......................................................................................................11
4.2 功能结构设计 ...............................................................................................11
4.3 数据库设计 ...................................................................................................12
4.3.2 数据库物理设计 ................................................................................12
IV
5.1 学生信息管理 ........................................................................................16
5.2 社团信息管理 .......................................................................................17
5.3 团长信息管理 ........................................................................................18
5.1 公告信息管理 ........................................................................................18
第 6 章 系统测试......................................20
6.1 功能测试 .......................................................................................................20
6.1.1 登录功能测试 ....................................................................................20
6.1.2 修改密码功能测试 ............................................................................21
6.2 测试结果 .......................................................................................................21
结 论...............................................22
致 谢...............................................23
参考文献.............................................24