Student Achievement Management System/student information management system, student information management system
The school curriculum design assignment completes a simple student information management system. Considering the practicality of the system, it is made into a simple and usable student achievement management system that includes student information management, just use it as a trainer.
Send a blog for demonstration !!
For the first time, a relatively complete system will inevitably have some bugs (^_^)
Download link: Student Achievement Management System
I,Development Background
Software name: Student Achievement Management System (SSMS)
Intended audience: elementary, junior, and senior
II,Requirement Analysis
1. System Analysis
The student information management system involves students, teachers, system administrators, classes, student scores, and courses. Set a system administrator to manage the system. All users must enter their accounts and passwords to log on to the system. After the Administrator enters the system, the administrator can add, delete, modify, and query students, teachers, classes, and courses. Students can access the system, view the score, view and modify your information. after entering the system, the instructor sets the course score for the students of the course, and views and modifies their information, view student information and scores, and analyze students' scores statistically;
The administrator sets a grade for the class, a course for the grade, a teacher for each course of the class, and a class for the students. One grade has multiple courses (Chinese, mathematics, foreign languages, etc.). Each course in the class can only have one teacher, and one teacher can have multiple courses; the instructor chooses his or her own course to register the score for the students of the course. The instructor can view the information of other instructors (which can be considered as the instructor's address book) and view the student information and scores of this course; students can view the information of other students in the class (they can be viewed as the class transcript ).
Exams can be divided into two types: grade exams and normal exams. The administrator needs to add a Grade Examination in advance. After the examination result is obtained, the teacher enters the system and selects this examination as the student's registration result. The usual test is the ordinary test of the class. The teacher adds the test information and registers the score. The score statistical analysis analyzes the scores of all subjects and the total score.
Iii. Development Environment
System Environment: Windows
Development tools: Eclipse
Java version: JDK 1.7
Server: tomcat 7.0
Database: MySQL 5.1
Technology adopted by the system: Servlet + Jsp + Jdbc + H-ui + EasyUI + jQuery + Ajax + Interface-Oriented Programming
ThuAnd others
Logon interface:
Administrator interface:
Exam list:
Score statistics:
Instructor list:
Student list:
System settings:
Instructor interface:
Score registration:
Instructor address book:
Personal information:
Student interface:
Student Score query:
Project directory structure:
BaseDao interface:
Final project inclusion file: