I
宁夏大学生燕宝资助金发放管理系统设计与实现
摘 要
本宁夏大学生燕宝资助金发放管理系统是针对目前大学生资助金发放管理的实际
需求,从实际工作出发,对过去的大学生资助金发放管理系统存在的问题进行分析,结
合计算机系统的结构、概念、模型、原理、方法,在计算机各种优势的情况下,采用目
前最流行的 B/S 结构和 java 中流行的 MVC 三层设计模式和 eclipse 编辑器、MySQL 数据
库设计并实现的 。本大学生资助金发放管理系统主要包括系统用户管理模块、资助信息
管理模块、资助申请管理、教师信息管理、登录模块、和退出模块等多个模块。它帮助
大学生资助金发放管理实现了信息化、网络化,通过测试,实现了系统设计目标,相比
传统的管理模式,本系统合理的利用了大学生资助金发放管理数据资源,有效的减少了
大学生资助金发放管理的经济投入,大大提高了大学生资助金发放管理的效率。
关键词:大学生资助金发放管理;MVC 模式;MySQL 数据库
II
ABSTRACT
This management system of Yan Bao grant for college students in Ningxia is aimed at
the actual needs of the current college student grant grant administration. From the actual
work, the problems existing in the past college student grant grant payment management
system are analyzed. Combining the structure, concepts, models, principles, and methods of
computer systems, under the various advantages of computers, the most popular B/S structure
and the popular MVC three-layer design model in Java and the clipse editor, MySQL
database design and implementation are used. This college student grant distribution
management system mainly includes system user management module, funding information
management module, funding application management, teacher information management,
login module, and exit module. It has helped the administration of college student grants to
realize informatization and networking. Through testing, it has achieved the goal of system
design. Compared with the traditional management model, the system has made reasonable
use of the data resources of college student grants. It has effectively reduced the economic
input of the college student grant administration and greatly improved the efficiency of the
college student grant administration.
key words:Management of University Grants; MVC mode; MySQL database
III
目 录
摘 要 ...................................................................................................................................I
ABSTRACT ........................................................................................................................I
目 录...............................................................................................................................III
第 1 章 绪论.......................................................................................................................1
1.1 开发背景................................................................................................................1
1.2 开发意义................................................................................................................1
1.3 研究内容................................................................................................................1
第 2 章 主要技术和工具介绍...........................................................................................1
2.1 JSP 语言.................................................................................................................1
2.2 MySQL 数据库......................................................................................................1
2.3 jsp 技术 ..................................................................................................................2
2.4ssm 简介 .................................................................................................................3
第 3 章 系统分析...............................................................................................................1
3.1 可行性分析............................................................................................................1
3.1.1 经济可行性..................................................................................................1
3.1.2 技术可行性..................................................................................................1
3.1.3 操作可行性..................................................................................................1
3.2 需求分析................................................................................................................1
3.3 业务流程分析........................................................................................................2
3.4 数据流程分析........................................................................................................3
第 4 章 系统设计...............................................................................................................5
4.1 系统结构设计........................................................................................................5
4.2 功能模块设计........................................................................................................5
4.3 数据库设计............................................................................................................6
IV
4.3.1 数据库设计概述..........................................................................................6
4.3.1 概念设计......................................................................................................6
4.3.2 表设计..........................................................................................................7
第 5 章 系统实现...........................................................................................................12
5.1 基本任务..............................................................................................................12
5.2 登录模块的实现..................................................................................................12
5.2.1 首页实现....................................................................................................12
5.2.2 管理员后台登录........................................................................................13
5.3 用户模块的实现..................................................................................................16
5.3.1 注册模块及登录的实现............................................................................16
5.2.2 更换银行卡管理模块的实现....................................................................18
5.2.3 申请模块的实现........................................................................................19
5.4 管理员模块的实现..............................................................................................21
5.4.1 用户管理模块的实现................................................................................21
5.4.2 站内新闻管理模块的实现........................................................................22
5.4.3 最新公告管理模块的实现........................................................................24
5.4.4 资助信息管理模块的实现........................................................................26
5.4.5 院校信息管理模块的实现........................................................................27
第 6 章 系统测试...........................................................................................................29
6.1 测试目的..............................................................................................................29
6.2 测试概述..............................................................................................................29
6.3 单元测试..............................................................................................................29
6.3.1 注册测试....................................................................................................29
6.3.2 登录测试....................................................................................................30
6.4 集成测试..............................................................................................................31
V
第 7 章 总结...................................................................................................................32
致 谢...............................................................................................................................33
参考文献...........................................................................................................................33