Free installation
Technical implementationDevelopment language: jsp. Framework: jsp+servlet. Mode: B/S. Database: sqlserver. Development tools: myeclipse or eclipse. The word count of the paper: about 10,000.
Function realization1. Customer registration:
This module is for members who need bicycle reservation business. If you want to reserve a bicycle, you must register as a user. If you just browse bicycle information, you do not need to register.
2. Customer login:
All operations designed by the customer, such as reserving a bicycle, or other operations must be performed after logging in.
3. Modify information:
Customers can modify their customer information such as login password, mobile phone number, age, gender, email address and other information.
4. Car rental information management:
Just like shopping on Taobao, after users rent a bicycle on the rental system, they can check the rental information on the shopping cart order. And the car rental information can be managed. Customers can select the bicycle category online and see their usage time after the rental is completed.
5. Return both cars:
Members may choose to return the vehicle at any time. The vehicle needs to be returned at various car rental points in the school. Because when renting a car, the vehicle number will be bound to the customer's number. Therefore, after the vehicle is returned, it will be unbound and the status of the bicycle will also change to waiting. Rental to facilitate booking by other customers.
6. Backend management:
Registered customer management:
Administrators can delete registered customers here. At the same time, you can also obtain relevant information about registered customers through query, such as registration time, name, customer name, password, car rental records, etc.
Car rental information management:
Mainly a small amount of management of orders. You can query the order generation time, order status, order customer, order amount, and order end time. At the same time, statistical operations can also be performed on each order by time period.
Bicycle information management:
It is mainly a small amount of management of bicycles that can be rented to external parties. For example, the type of bicycle, the charging method for bicycles,
The time when the bicycle was put into use, the condition of the bicycle, the person who uses the bicycle, the manufacturer of the bicycle, etc.
System screenshot