毕业设计说明书
基于 JAVA 的奖学金评定系统
设计与实现题目用一号黑
体字,一行排不下可排两行,居中。
学生姓名: 学号:
学 院:
系 名:
专 业:
指导教师:
年月
基于 Java 的奖学金评定系统设计与实现
摘 要
本文论述了奖学金评定系统从分析到实现的整个过程,说明了系统实现的基本思路,
介绍系统不同的功能模块以及实现的相关技术。学生奖学金评定管理系统是为了适应新
形式下学生奖学金评定工作而准备开发的一套管理系统,其运用 MySQL 作为后台数据库,
用 Jsp、MyEclipse 为开发工具。本系统能够实现学生德智体综合信息库的自动导入,
按照公式自动进行德智体综合排名,根据比例要求自动生成获得奖学金学生信息、能够
查询、修改各种信息,对排名、获奖学生信息进行统计,生成报表,基本满足学生、工
作人员的需要;可以为教务工作有关部门提供优质、高效的业务管理和事务处理,同时
采用安全可靠的处理和控制技术,及时、准确、可靠地采集和传输信息,建立完备、可
靠的处理机制,提高工作效率,减少出错率。
关键词: 奖学金评定系统,JSP,数据库,MySQL,MyEclipse
THE DESIGN AND IMPLEMENTATION OF THE SCHOLARSHIP
ASSESSMENT SYSTEM
Abstract
This paper discusses the scholarship assessment system the entire process from analysis
to illustrate the basic idea of the system, the system function modules, as well as the related
technologies. Scholarships for students assessment of management systems in order to adapt
to the new form of scholarships for students under the assessment work and ready to develop
a management system, the use of MySQL database as a background, with Jsp, the MyEclipse
development tools. The system can automatically import comprehensive information base of
students morally, intellectually, morally, intellectually and physically integrated in
accordance with the formula for automatic ranking, automatically generated to get a
scholarship student information to be able to query and modify all kinds of information,
ranking, award-winning student information according to the ratio requirement. statistics,
generate reports, and can basically meet the needs of students and staff; for the relevant
departments of the administration work to provide quality and efficient business management
and transaction processing, while using the secure and reliable processing and control
technology, timely , accurate, reliable collection and transmission the establishment of a
comprehensive,reliable information, improve efficiency, reduce the error rate。
Key words:the scholarship evaluation system;JSP;MySQL;MyEclipse
第 I 页 共 II 页
目 录
摘要 .......................................................................
目录 ......................................................................I
1 引言...................................................................1
1.1 课题背景..............................................................1
1.2 研究意义..............................................................1
1.3 系统设计原理..........................................................2
1.3.1 Java 简介 ..........................................................2
1.3.2 开发工具...........................................................2
1.3.3 数据库介绍.........................................................3
1.3.4 基本框架介绍.......................................................4
2 需求分析...............................................................5
2.1 产品描述.............................................................5
2.2 功能列表.............................................................5
2.3 系统质量要求.........................................................6
2.4 奖学金评定规则.......................................................6
3 系统分析...............................................................7
3.1 总体设计结构图.......................................................7
3.2 功能结构设计.........................................................7
3.2.1 系统管理员模块.....................................................7
3.2.2 辅导员模块.........................................................8
3.2.3 教务处模块.........................................................8
3.2.4 学工处模块.........................................................9
3.2.5 用户模块...........................................................9
3.2.6 系统业务描述......................................................10
3.3 奖学金评定流程图....................................................11
3.4 登陆模块............................................................12
4 系统设计与实现........................................................13
第 II 页 共 II 页
4.1 系统和数据库的配置..................................................13
4.2 概念模型设计........................................................13
4.3 数据库逻辑模型......................................................14
4.4 数据库表结构........................................................14
4.5 平台数据库表的设计..................................................16
4.6 登录界面............................................................20
4.7 用户管理主页面......................................................23
4.8 活动管理主页面......................................................24
4.9 成绩管理主页面......................................................25
4.10 公告管理主页面......................................................26
5 系统调试与测试..................................................................................................................28
5.1 程序调试.........................................................................................................................28
5.2 程序的测试.....................................................................................................................28
5.2.1 测试的重要性................................................................................................................28
5.2.2 测试的目的....................................................................................................................28
5.2.3 测试的主要任务............................................................................................................30
5.3 测试的步骤.......................................................................................................................30
5.4 测试环境...........................................................................................................................30
6 结论......................................................................................................................................31
参考文献..................................................................................................................................32
致 谢..................................................................................................................................33