Design and Implementation of Information Management System Based on Java

The main modules include the following points:

(1) Login function: register an ordinary account to log in; after logging in, you can modify the user's basic information or log out.

(2) Information management: enter information in the background, and at the front end of the website, users can browse the information list and detailed information at will  

(3) Information query: Support querying the content of the entire news system, just enter keywords and click search.

(4) Information reading: Both tourists and users can read information.

(5) Information Collection: Registered and logged-in users can collect information after reading the information they are interested in.

(6 ) Information comments: When reading information, logged-in users can post comments; it will be displayed after background review.

(7 ) Information review: the background administrator, comments made by users, after review, other users in the front desk can see them.

(8 ) Browsing records: record all information that users have browsed

(9) Favorites: You can directly click to read the interested information articles in your favorites, and you can delete them.

(10) Articles I participated in commenting on: list the articles participating in the commenting, comment content, review status.

(11) User information: name, contact information, email, avatar, profile, introduction, etc., which can be modified at any time; the information registered by the user is visible to the background administrator; the background administrator can delete it.

(12) Password modification: modify the registered password.

(13) Log out : Clear the logged in cookie and return to the home page.

(14) Message Feedback : The user fills in Li Kuiyan's subject, contact person, phone number, email address, and message content; the background management can view the message list and delete the message.

(15) Carousel advertisement : Set the homepage carousel advertisement map in the background, which can be connected to the advertisement page.

front desk

Backstage

Guess you like

Origin blog.csdn.net/u013818205/article/details/129858006