Java-based campus course selection system (attached: source code courseware notes)

Background of the project

The educational administration management system has completely replaced the previous manual and documented methods of educational administration management. As an indispensable subsystem, the student course selection system has been favored by major universities and has become the mainstream course selection method in various universities. Instead of the backward fully manual method in the past. Here, a Java-based student course selection system is designed. The system is developed using the three Java SSH frameworks and B/S architecture. Through the online browser operation of students, the course selection management work becomes standardized and systematic. Improve the effectiveness and accuracy of information processing, while greatly improving the participation of students in the school's daily work. 

Demo:

The system is divided into three role management: administrator student teacher

The login page of the system:

administrator:

Administrator function: view personal information / add fresh administrator

Student function: add students (add, delete, modify and check students)

Course function: add, delete, modify and check courses

Teacher function: add, delete, modify and check teachers/assign courses to teachers

Students: check your personal information/select courses/view selected courses


Teacher: view your personal information//grading (grading students)/view all the courses you bring

Guess you like

Origin blog.csdn.net/lxianshengde/article/details/124495444