I学生获奖管理系统的设计与实现摘要 与高校相关的赛事与奖项名目众多,高校管理者很难快速从大量文件中找到所需的各项获奖信息。本次毕业设计旨在收集和整理高校相关赛事与奖项信息,设计出合理的数据库,并利用软件工程和 Web 相关技术来设计与实现学生获奖信息管理系统,以便为学校和学生提供管理查阅获奖数据上的便利服务。本文主要描述了系统的设计和实现过程,首先确定系统的功能需求并据此设计出合理的数据库;然后完成编码工作实现该网站。该网站以 Java 为开发语言、以 MySQL 为数据库、以 Tomcat8.0为 Web 服务器,采用当前最流行的 SSM(Spring + SpringMVC + Mybatis)框架开发而成。系统实现了学生信息、学院信息、专业信息、比赛项目、获奖信息、历年赛程块以及用户权限等模块。整个系统操作简便、页面布局简单大方,用户通过该系统,可以查阅不同专业不同年级学生可参加的各大赛事及其获奖信息,便于高校管理者在进行专业认证和评估等活动中更快捷地获取信息。关键词 JSP Java 数据库 框架 获奖信息管理系统 IIDesign and Implementation of Student Award Management System Abstract There are many events and awards related to colleges and universities, and it is difficult for college administrators to quickly find the required award information from a large number of documents. This graduation design aims to collect and organize college-related events and awards information, design a reasonable database, and use software engineering and Web-related technologies to design and implement student award information management system to provide schools and students with management access to award data Convenient service on the Internet.This article mainly describes the design and implementation process of the system. First, determine the functional requirements of the system and design a reasonable database based on it; then complete the coding work to realize the website. The website is developed with Java as the development language, MySQL as the database, and Tomcat 8.0 as...