Campus Student Transcript Website System Based on SSM Framework

The main functional modules of the second classroom transcript system for college students include teacher management, ideological and moral management, technical accomplishment management, cultural and sports activities management, and statistical management. The object-oriented development model is adopted for software development and hardware installation, which can be very good To meet the needs of actual use, improve the corresponding software installation and program coding work, adopt Mysql as the main storage unit of background data, adopt JavaEE framework, ssm framework technology, Ajax technology for business system coding and development, and realize this All the functions of the system.

Login module: The login module is the entrance to the system. All users must log in to access the system. You need to enter a user name and password to log in. If you try to log in multiple times, you need to enter a verification code. When logging in, you need to select the role of the user, whether it is a general user or an administrator login. After a successful login, the user's permissions will be obtained through the database and jump to the user's main page.
Administrator user management module: Administrator management includes: administrator's add, modify and delete operations. When adding an administrator, first determine whether the administrator added by the user is an admin (super administrator), if not, the addition is successful. When modifying, if you are a super administrator, you can modify the information of all administrators, if you are a normal administrator, you can only modify your own information. Super administrators can delete all other administrators except themselves, and ordinary administrators cannot perform the operation of deleting administrators.
News data module: It can be divided into three modules: news data browsing, news data retrieval, and news data maintenance. The administrator has the authority to maintain news data, release new news data, update existing news data, etc.
Ideological and moral management module: Ideological and moral management is divided into ideological and moral addition, modification and ideological and moral entry. The ideological and ethical information is modified, added, and deleted by the administrator; the ideological and ethical input is performed by the student user.
Technical accomplishment management module: Technical accomplishment management is divided into technical accomplishment addition, modification and technical accomplishment release. Technical accomplishment information is modified, added, and deleted by the administrator; the release of technical accomplishment is performed by student users.

Data demand analysis
From the previous analysis, the most important thing in the database is ideological and moral information, user information, administrator information, as well as technical accomplishment information and cultural and sports activity information. The analysis can get the following data description:
Student user: used to record various information of the user, including data items such as student ID, password, name, photo, department, class, major, and whether to review.
Administrator: Record the login information of the administrator. Including user name, password, authority and other data items.
Ideology and ethics: The content stored for ideology and ethics, including data items such as name, time, category, credits, certificate of merit, student number, audit or not.
Technical accomplishment: store various technical accomplishment information. Including data items such as name, time, category, certificate of merit, credits, student number, audit or not.
News data: the content of news data in the storage platform. Including title, news data content, time and other data items.
Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here

Guess you like

Origin blog.csdn.net/weixin_37971904/article/details/109075035