一、系统功能介绍
基于Java的学生管理系统,本系统包括登录注册、学生信息管理、学生成绩管理、县教育信息管理、个人资料管理等功能。
登录功能信息包括用户名和密码以及用户类型选择;首页包括学生管理、添加学生、成绩查询、成绩分析、成绩录入等功能;管理员学校管理可对下级管理员进行管理以及学校信息管理。
系统部分代码
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.studentScore</groupId>
<artifactId>studentScore</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>studentScore Maven Webapp</name>
<!-- FIXME change it to the project's website -->
<url>http://www.example.com</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
二、相关页面展示
以下是页面展示:
1 登录页面
2 首页页面
3 学生成绩查询页面
4 本校成绩排行页面
5 管理员学生成绩管理页面
6 管理员学生信息添加页面
7 管理员学校管理页面
8 县教育管理首页页面
9 镇教育管理页面
10 演示视频
学生成绩管理系统演示