jsp academic conference network management system

In recent years, academic exchanges from all walks of life have become more frequent. Correspondingly, there are countless academic conference papers. The use of traditional manual sending and receiving processing mode is not only time-consuming, labor-intensive, inefficient, but also prone to missing or not timely processing. The system is developed based on the Java servlet, based on the B/S architecture model, and the development software includes: eclipse, mysql database, Tomcat server, through the realization of these technologies, the performance of the entire system has been greatly improved.

1. System login: System login is the intersection for users to access the system. The system login interface is designed, including user name, password and verification code, and then the identity information of the logged-in user is judged, whether it is an administrator user or an ordinary user.
2. System user management: Both super administrators and ordinary administrators need to manage system users, including adding, deleting, modifying, and querying ordinary administrators, and modifying the administrator's login password. Newly added administrator users can log in to the system.
3. Registered user management: After visitors register on the front page of the front desk, they need to manage registered users, whether they are super administrators or ordinary administrators, through the administrator background, including registered user review, deletion, modification, and query. After the review is passed, registered users can Log in to the system with account and password.
4. Modify password: All users of the system (administrators and registered users) should be able to modify their login passwords, and need to log in again after modification.
5. System profile setting: The system administrator should be able to set the system profile information of the front desk of the website through the system profile setting function. The system profile of the front desk of the website changes with subsequent changes. The system profile should use an editor to realize pictures, text, lists, Multi-function input such as style.
6. System announcement setting: The system administrator should be able to set the system announcement information of the front desk of the website through the system announcement setting function. The system announcement of the front desk of the website changes with subsequent changes. The system announcement should use an editor to realize pictures, text, and lists. Multi-function input such as style.
7. Data backup: Only super administrators can use the data backup function. Data backup will generate and save the data of the system's database in a .dat file. When data is lost, you can restore the database data by running the .dat file.
8. Online message: Only registered users can leave online messages. You need to log in to the front desk of the website and enter the message content to complete the online message function, and you can also view other users' messages.
9. Message management: used by super administrators and ordinary administrators to reply, delete, modify, and query all messages in the system. The background message management module mainly realizes the cleaning of users' messages and deletes unnecessary messages, so that users have enough space to leave messages.
10. Personal information management: used by registered users. Registered users log in to the personal back office and can modify their original registration information, such as modifying phone numbers, email addresses, etc. The user name of the user cannot be modified.
11. Friendship link management: used by super administrators and ordinary administrators to add, delete, modify, and query all the friendship link information in the system. At the same time, the friendship link on the front desk of the website is updated with the change of the friendship link in the background.
12. Online payment: After the registered user logs in to his personal account at the front desk of the website, he can select an invitation letter to make payment and view his or her payment information.
13. Payment Management: In the background of the website, the administrator manages the payment management of the invitation letter. Each invitation letter corresponds to its own payment, and the administrator can delete, modify, and query.
14. Add invitation letter: After the administrator logs in to the personal account at the front desk of the website, he can select a user to send the invitation letter, and then a record of the invitation letter will be formed in the background.
15. Invitation letter management: Registered users can log in to the personal background, query the record of personal invitation letter, view and delete it.
16. News information management: The system needs a function that can manage news, including adding, deleting, modifying, and querying. At the same time, the front-end news information of the website should be updated synchronously with the news information in the back-end of the website.
17. Meeting information management: The system needs a function that can manage meetings, including adding, deleting, modifying, and querying. At the same time, the front desk meeting information of the website should be updated synchronously with the meeting information on the back end of the website.
Insert picture description here
Insert picture description here
Insert picture description here

Guess you like

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