Java training

JAVA training project

Training purpose

In this class, we officially started the JAVA training project. This training requires us to use a lot of knowledge we have learned before to write a GUI student information management system.

mind Mapping

We perform some functional analysis of the project as shown in the figure below:Insert picture description here

First mission

The focus of the training project requires us to lay the foundation for the project first. Therefore, the teacher in this lesson did not ask us to write a lot of code about JAVA. We spent most of the time sorting out the ideas of this project, and establishing the required MySQL database-based tables and inserting data into them. The relevant tables are t_college, t_student, t_status, t_user.

t_college table
t_status table
t_student form
t_user form

Export SQL file

After editing the database, we need to export the database file we have written and put it into the file we need.

Guess you like

Origin blog.csdn.net/weixin_46705517/article/details/107019894