Java WEB student achievement management system

@


Disclaimer: technical exchanges, contact bloggers (QQ: 1841952224) if it involves copyright, contact the bloggers to delete, thank you!

System Functional Analysis

本系统适用于中小学校,其功能主要分为六大类: 
- 用户管理:用于对用户的添加,赋于不同权限及对用户的修改及查询。 
- 课程管理:用于对各学期课程的开设和修改。 
- 成绩管理:用于对成绩的输入、修改、汇总及排名。 
- 学生信息管理:添加,删除,修改学生信息等。   
- 授课信息管理: 对授课教师,课程号,学时数,班级等信息的添加,维护等。 
- 学生信息查询: 对学生成绩等信息的查询,查询方式为模糊,且具有多条件组合查询功能。   
- 学生成绩统计: 统计本科的总分,平均分等信息。  

The system seeks to ease of use performance, particularly a higher expansibility and maintainability.

Development environment

  • Project framework: SSH (Spring + Struts 2 + Hibernate + MySql)
  • Development environment insufficiency can click here to find [] to Java development tools free download

Software function block diagram

Here Insert Picture Description

Database Table

  • user table
    Here Insert Picture Description
  • Class TableHere Insert Picture Description
  • Class Schedule
    Here Insert Picture Description
  • Teaching schedule
    Here Insert Picture Description
  • Student achievement table
    Here Insert Picture Description

Screenshot parts of the system


Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description
Here Insert Picture Description

to sum up

slightly

Guess you like

Origin www.cnblogs.com/v5coding/p/12616874.html
Recommended