摘要
本项目旨在开发一个基于B/S架构的学生成绩管理系统,采用JAVA语言及SSH编程方式实现。系统核心功能包括学生基本信息的录入、修改、删除,按年级班级查询学生全部课程成绩,按班级或年级计算基点成绩,学生查看个人信息,教师录入学生成绩,以及管理员管理所有信息。具体而言,学生基本情况录入模块负责收集并保存学生id、学号、姓名、性别、电话、QQ号码、班级、年级等信息;按学生年级和班级查找并显示学生资料模块,则允许用户通过输入年级和班级信息,快速定位并查看学生资料及成绩;按班级或年级计算基点成绩功能,则用于评估学生整体学业水平。系统采用面向对象程序设计思想,利用JAVA强大的可视化组件功能和数据库应用开发支持,确保开发过程高效且系统性能优越。此外,系统还具备跨平台特性,可在多种环境下稳定运行。
关键词:学生成绩管理系统;B/S架构;JAVA;SSH编程;面向对象
Abstract
This project aims to develop a student performance management system based on B / S architecture, using JAVA language and SSH programming mode. The core functions of the system include the input, modification and deletion of students 'basic information, the query of all courses according to grade class, the basis score according to class or grade, students' personal information, teachers entering students' scores, and administrators managing all the information. Specifically, the basic information module is responsible for collecting and saving the information of id, id, name, gender, telephone, QQ number, class, and grade; searching and displaying the grade and checking the student information module according to the grade and class information, and calculating the grade and grade is used to evaluate students' overall academic level. The system adopts the object-oriented programming idea, and uses the powerful visualization components of JAVA and the database application development support to ensure the efficient development process and superior system performance. In addition, the system also has cross-platform characteristics, which can operate stably in a variety of environments.
Key words: student performance management system; B / S architecture; JAVA; SSH programming; object-oriented
目 录
学生成绩管理系统
目 录
第1章 引言
1.1 开发背景
1.2 目的及意义
第2章 需求分析
2.1 概述
2.2 可行性分析
2.3 总体目标
2.4 具体目标
2.5非功能性需求
2.6 环境需求
2.7 功能需求用例图
第3章 系统分析与设计
3.1 概述
3.2 类设计、接口设计
3.3 功能模块设计
3.4 数据库设计
3.5 数据表设计
2. 数据表设计
2.4 系统功能菜单
2.6 业务流程
3.6 系统采用技术介绍
2.6.1 Spring介绍
2.6.2 JSTL介绍
2.6.3 JDBC介绍
2.6.4 Hibernate介绍
第4章 编码与测试
4.1 系统的工程结构
4.2 面向对象的程序实现
4.3 数据库的选择
4.4 典型系统界面和实现技术说明
4.5 程序的测试
第一组测试操作:黑盒测试
第一组测试结果 :
第二组测试操作:白盒测试
第二组测试结果:
第5章 结束语
附录 部分源程序
hibernateSessionFactory源代码:
e.printStackTrace();
e.printStackTrace();
Main.jsp源代码:
Login.jsp源代码:


























