摘 要
由于APP软件在开发以及运营上面所需成本较高,而用户手机需要安装各种APP软件,因此占用用户过多的手机存储空间,导致用户手机运行缓慢,体验度比较差,进而导致用户会卸载非必要的APP,倒逼管理者必须改变运营策略。随着微信小程序的出现,解决了用户非独立APP不可访问内容的痛点,所以很多APP软件都转向微信小程序。本次课题就运用了微信小程序技术开发一个基于微信小程序的校友会系统。
基于微信小程序的校友会系统借助微信开发者工具开发用户前端,使用SSM框架和Java语言开发管理员后台,使用Mysql创建数据表保存本系统产生的数据。系统可以提供信息显示和相应服务,其管理员管理校友,用户,管理校友生活模块,校友表白墙,校友论坛,审核兼职信息。用户查看兼职信息,发布帖子,查看校园新闻,登记表白墙信息,查询和查看校友信息。校友查看表白墙,在生活模块查看校友的生活动态并发布评论,查看兼职信息和校园新闻,在校园论坛查看帖子和评论帖子。
总之,基于微信小程序的校友会系统使得校友之间可以互相分享生活动态,还能参与信息交流与讨论,同时还可以查看本校校友以及表白墙信息。
关键词:基于微信小程序的校友会系统;微信开发者工具;SSM框架
Abstract
Due to the high cost of APP software development and operation, and the user's mobile phone needs to install various APP software, it takes up too much mobile phone storage space of the user, causing the user's mobile phone to run slowly, the experience is relatively poor, and the user will uninstall Non-essential APPs force managers to change their operating strategies. With the emergence of WeChat mini-programs, the pain point that users cannot access content from non-independent APPs has been solved, so many APP software have turned to WeChat mini-programs. This project used WeChat applet technology to develop an alumni association system based on WeChat applet.
The alumni association system based on WeChat applet uses WeChat developer tools to develop the user front end, uses the SSM framework and Java language to develop the administrator backend, 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 manages alumni, users, manages alumni life module, alumni confession wall, alumni forum, and reviews part-time information. Users view part-time job information, post posts, view campus news, register for confession wall information, and query and view alumni information. Alumni check the confession wall, check alumni’s life dynamics and post comments in the life module, check part-time job information and campus news, and check posts and comment posts on campus forums.
In short, the alumni association system based on the WeChat applet allows alumni to share life dynamics with each other, participate in information exchanges and discussions, and view information on the school’s alumni and the confession wall.
Key Words:Alumni Association System Based on WeChat Mini Program; WeChat Developer Tool; SSM Framework
目 录
第1章 绪论 1
1.1 课题背景 1
1.2 课题意义 1
1.3 研究内容 2
第2章 开发环境与技术 3
2.1 MYSQL数据库 3
2.2 JSP技术 3
2.3 SSM框架 4
2.4 微信开发者工具 4
2.5 JAVA语言 5
2.6 TOMCAT 介绍 5
第3章 系统分析 7
3.1 可行性分析 7
3.1.1 技术可行性 7
3.1.2 经济可行性 7
3.1.3 操作可行性 7
3.2 系统流程 8
3.2.1 操作流程 8
3.2.2 登录流程 8
3.2.3 删除信息流程 9
3.2.4 添加信息流程 10
3.3 性能需求 10
3.4 功能需求 11
第4章 系统设计 15
4.1 设计原则 15
4.2 功能结构设计 16
4.3 数据库设计 18
4.3.1 数据库概念设计 18
4.3.2 数据库物理设计 20
第5章 系统实现 24
5.1 管理员功能实现 24
5.1.1 生活模块管理 24
5.1.2 兼职信息管理 24
5.1.3 表白墙管理 25
5.1.4 校友论坛 25
5.1.5 校友管理 26
5.2 用户功能实现 26
5.2.1 兼职信息 26
5.2.2 发布帖子 27
5.2.3 校园新闻 28
5.2.4 添加表白墙 29
5.3 校友功能实现 30
5.3.1 校友论坛 30
5.3.2 生活模块 31
5.3.3 表白墙 32
5.3.4 校友 33
第6章 系统测试 35
6.1 测试的任务 35
6.2 测试的目标 35
6.3 测试方案 36
6.4 功能测试 37
6.4.1 发布评论功能测试 38
6.4.2 在线点赞功能测试 39
6.5 测试结果 41
结 论 42
致 谢 43
参考文献 44
不同的系统提供的服务也不相同,其对应的功能也不相同,所以,系统开工前,需要明确其用途,确定其功能。由此,才可以进行各个任务的开展。
基于微信小程序的校友会系统经过分析,确定了其需要设置管理员的角色,其操作的功能通过用例图展示(见下图)。管理员管理校友,用户,管理校友生活模块,校友表白墙,校友论坛,审核兼职信息。基于微信小程序的校友会系统经过分析,确定了其需要设置用户的角色,其操作的功能通过用例图展示(见下图)。用户查看兼职信息,发布帖子,查看校园新闻,登记表白墙信息,查询和查看校友信息。基于微信小程序的校友会系统经过分析,确定了其需要设置校友的角色,其操作的功能通过用例图展示(见下图)。校友查看表白墙,在生活模块查看校友的生活动态并发布评论,查看兼职信息和校园新闻,在校园论坛查看帖子和评论帖子。