The first project

The first project: StudentSystem comprehensive student assessment system (after the code attached)
technology selection:
front-end: AdminTLE (BookStrap + CSS) framework
back-end: the SSM (SpringMVC the Spring + + MyBatis)
database: Mysql5.7
environment to build:
jdk1. 8
development tools: Eclipse or Idea2017.1
database: Mysql5.7 database and visualization tool (I use Navicat)
project management tools: Maven 3.3
project description:
in order to achieve student and faculty exchange and learning online interactive features developed a back-end information management system, is no longer confined to inquiries, students can also review feedback and personal works submitted to the administrators and teachers, so that students can have a more adequate space and teachers to communicate outside of class time.
Since the first project, beginning in the design of the database tables and page when there is no thought of good, is learning by doing, so the code is completed late than larger, but also more chaotic, post-encounter are required to write , not enough experience.
Interface login:
Here Insert Picture Descriptionlogin interface has access control, originally wanted to start this project but later found with Spring Security, directly on the line with the logic, the administrator (admin: 123456) can jump to the Administrator interface, as follows:
Here Insert Picture Description
Administrators can information on teachers' CRUD and student information, the right of the search is to use fuzzy query, use the pageHelper paging query tool. Details on the right you can see the results of the students, the data can also be administrator, administrator privileges typical features page.
If the login is the student (Joe Smith: 123) interface, you can view personal information (only check their own), as follows: Here Insert Picture Description
because the students are users, so you can only view can not be modified (if you can modify this system is how bad ah ), you can also submit their own works and awards to the teachers review, it can also be anonymous evaluation of teachers. As follows:
Here Insert Picture DescriptionThis page will be submitted to the teacher side, the teachers can see your submission, you can review and evaluation of you. The following is a teacher (Tony: 456) end of the page:
Here Insert Picture Descriptioncompletion of the audit results will be returned to the student end, after the end refresh students can see the result.
This project is actually relatively simple, mainly for the case study before JavaEE consolidate knowledge, you can not see the video tutorials and independent written (currently, the profile of those still looking for information ...)
feel after the finish, in fact, a person to do so is quite hard, if more than one person, you can achieve the previously separate back-end, finished find their weak knowledge database (reflected in the design and the associated tables).
Finally, writing this article is to let me see their future written once so bad code ...
graduation I will do a project ... wait and see.

Released two original articles · won praise 0 · Views 32

Guess you like

Origin blog.csdn.net/CestbonPXF/article/details/104818440