{$cfg_webname}
主页 > 计算机 > Javaweb >

基于JAVA的奖学金评定系统设计与实现(MySQL)(含录像)

来源:56doc.com  资料编号:5D11888 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D11888
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

基于JAVA的奖学金评定系统设计与实现(MySQL)(含录像)(任务书,开题报告,外文翻译,毕业论文10000字,程序代码,MySQL数据库,答辩PPT,答辩视频录像)
摘  要
本文论述了奖学金评定系统从分析到实现的整个过程,说明了系统实现的基本思路,介绍系统不同的功能模块以及实现的相关技术。学生奖学金评定管理系统是为了适应新形式下学生奖学金评定工作而准备开发的一套管理系统,其运用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
 
系统功能列
编码    名称    简述
1    网站部分   
1.1    登录功能    系统的入口,能够选择角色(学生、辅导员、教务处、管理员、学工处)
1.2    用户登录表    供学生、辅导员、教务处、管理员、学工处登录
1.3    学生成绩表    供学生、教务处查询学生的成绩,教务处可进行增、删、改、查
(注:此成绩表为教务处已录入好的表)
1.4    公告表
    供辅导员、教务处、学工处、学生查看公告,学工处可管理公告

2    后台部分   
2.1    学生模块    公告查询
2.2    教务处模块    课程管理、成绩管理、公告查询
2.3    学工处模块    活动管理、奖学金评定、公告管理
2.4    辅导员模块    学生管理、公告查询
2.5    管理员模块    管理员为系统管理员,管理用户
 

基于JAVA的奖学金评定系统设计与实现(MySQL)
基于JAVA的奖学金评定系统设计与实现(MySQL)
基于JAVA的奖学金评定系统设计与实现(MySQL)
基于JAVA的奖学金评定系统设计与实现(MySQL)
基于JAVA的奖学金评定系统设计与实现(MySQL)


目  录
摘要   
目录    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
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

推荐资料