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 real estate information. The basic information that each user must include at least is: system serial number, theme, advantages, change out city, change out apartment type, property characteristics, intended city, intended apartment type , current rent, swap area, swap time period, real photos, description and upgrade date, etc.; the administrator can maintain and manage the property information, such as adding, modifying and deleting 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 data in the property list and click the modify button to complete the modification function on the data modification interface. When deleting data, you also select the target data in the property list and click the delete button to complete the data deletion function.
(3) Ordinary customers can easily query service policy information. Each service policy information must contain at least the basic information: system serial number, real estate information exchange topic, real estate information exchange content, upgrade time, etc.; administrators can Maintain and manage service policies, such as adding, modifying and deleting information. Among them, when adding information, the serial number field is composed of a Java-generated year, month, day, hour, minute and second (yyyyMMddHHmmss) with a 6-digit random number containing letters and numbers. When modifying data, you should select the target policy in the policy list and click the modify button to complete the modification function on the modify data interface. When deleting a policy, you also select the target policy in the policy list and click the delete button to complete the data deletion function.
(4) Administrators can manage customers: including adding and deleting customer information.
(5) The administrator sets different operating permissions for different users.
System screenshot