Free installation
Technical implementationDevelopment language: jsp. Framework: jsp+servlet. Mode: B/S. Database: mysql. Development tools: myeclipse or eclipse are acceptable. Thesis word count: about 10,000.
Function realization(1) Ordinary customers, administrators and system administrators can log in and register the system by providing only the customer name and password, and support the system logout function; customer login When logging in to the system, the first thing that appears is a customer login interface, which is the entry For identity verification in the system, customers must first register their customer name and password from the registration system before they can enter.
(2) Ordinary customers can easily query student information. The basic information that each student must contain at least should include: system serial number, student number, name, department, class enrollment date, etc.; administrators can maintain students. Management, such as adding students, modifying student information, and deleting student information. Among them, when adding student information, the serial number field is composed of a Java-generated year, month, day, hour, minute and second (yyyyMMddHHmmss) with 6 random numbers containing letters and numbers. When modifying data, you should select the target student in the student list and click the modify button to complete the modification function in the data modification interface. When deleting a student, select the target student in the student list and click the delete button to complete the data deletion function.
(3) Ordinary customers can easily query dormitory information. Each dormitory information must contain at least the basic information: system serial number, number of apartments, number of dormitories, number of current residents, number of occupiers, statistical dormitory phone number, etc.; Administrators can maintain and manage dormitories, such as adding dormitories, modifying dormitory information, and deleting dormitory information. Among them, when adding dormitory information, the serial number field is composed of a Java-generated year, month, day, hour, minute and second (yyyyMMddHHmmss) with 6 random numbers containing letters and numbers. When modifying data, you should select the target dormitory in the dormitory list and click the modify button to complete the modification function in the data modification interface. When deleting a dormitory, you also select the target dormitory in the dormitory list and click the delete button to complete the data deletion function.
(4) Administrators can manage customers: including adding and deleting customer information.
(5) Administrators set different operating permissions for different users
System screenshot