摘 要
本次课程设计课题为学生成绩管理系统,该学生成绩管理系统主要包括前台用户界面的开发和后台数据库的开发,重点在于后台数据库的开发。要求建立起完整性强、数据一致性和数据安全性好的数据库。在前端用户界面的开发和设计则要求应用程序能提供强大的数据操纵功能,同时也要具备界面友好、使用简单方便等特点。之后需要将数据通过界面操作输入到系统的数据库里面。
本系统主要运用MySQL为后台数据库,web作为前台技术,以eclipse为开发工具,系统实现了老师管理、学生管理、班级管理、课程管理、学生成绩报表等必需的功能,做到操作简单,界面友好,运行比较稳定,可适用于大学院校大学生成绩管理。
关键词:学生成绩管理 ,java EE,MySQL数据库 ,eclipse
Abstract
This course design topic for the student achievement management system, the student achievement management system mainly includes the development of the foreground user interface and the backstage database, the emphasis is on the development of the background database. It is required to establish a database with strong integrity, data consistency and data security. In the front-end user interface development and design requires that the application program can provide powerful data manipulation function, and also has the characteristics of friendly interface, simple and convenient use. After that, we need to input the data into the database of the system through the interface operation.
This system mainly uses MySQL as the background database, web as the foreground technology and eclipse as the development tool. The system realizes the necessary functions such as teacher management, student management, class management, course management, student score report and so on. It has the advantages of simple operation, friendly interface and stable operation, which can be applied to the management of College Students' scores.
Key words: student achievement management, Java EE, MySQL database, eclipse
目 录
摘 要
Abstract
第一章 绪 论
1.1研究的背景及意义
1.1.1选题的背景
1.2系统目标
1.3组员分工
第二章 需求分析
2.1功能需求分析
2.2 技术应用
2.2.1 MySQL技术的应用
2.2可行性分析
2.2.1 技术可行性
2.2.2 操作可行性
2.2.3 社会效益可行性
2.3系统分析
2.3.1软件体系结构
2.4老师模块分析
2.4.1模块结构
2.5学生模块分析
2.5.1模块结构
2.6报表输出模块分析
2.6.1功能描述
2.6.2具体实现代码
第三章 数据库设计
3.1概念结构设计
3.1.1设计思路
3.2逻辑结构设计
3.2.1设计思路
3.3物理结构设计
3.3.1存取方式
3.3.2存储结构
3.4数据库实施
3.4.1数据库连接
3.4.2连接数据库主要代码
第四章 系统实现与测试分析
4.1系统开发环境
4.1.1软件运行环境建议
4.2系统实现
4.2.1用户登录界面设计
4.2.2管理员主界面设计
4.2.3老师主界面设计
4.2.4学生主界面设计
4.2.5添加用户设计
4.2.6修改用户界面设计
4.2.7增加年级界面设计
4.2.8添加考试界面设计
4.2.9登记成绩界面设计
4.2.10查看成绩界面设计
4.2.11导出成绩界面设计
4.3测试设计
4.3.1测试分析
4.3.2用户登录测试要点
4.3.3修改学习名称及教师学生通知和禁止登录功能测试要点
第五章 总结
附录