System development environment: Windows xp sp2 + myEclipse5.5 + Tomcat6.0 + MySQL5.0
Database file: Directly copy the db_librarySys folder in the database directory to the data directory of the mysql database.
mysql database login information: account root, password 123 (you can modify it in the com.core.ConnDB class)
Administrator test account: admin Password: admin
System functions and features:
(1) Book category information management: As a school library, there are many books involved, so it is necessary to classify the books, which is conducive to the query and management of books. The number of days that different book categories can be borrowed is also different. After logging in to the system, the administrator can add, update and delete book categories.
(2) Book information management: After the administrator has completed adding the book category information, he can start to enter the book information. Only the books owned by the library are entered into the system, and readers can query them after logging in to the system. Like this book.
(3) Reader category management: In order to facilitate library management, the system distinguishes reader categories. The number of books that can be borrowed is different for different reader categories. After logging into the system, the administrator can manage this reader category information, including adding reader category information, modifying reader categories, and deleting reader categories. In particular, consistency between database table data needs to be maintained when performing deletion operations.
(4) Reader information management: After the administrator has finished editing the reader category information, the reader information can be processed. The administrator can add new reader information, modify existing reader information, and delete reader information.
(5) Book borrowing management: Readers can log in to the system to query their favorite books, and then go to the library to register for book borrowing. When readers finish reading the book or need to return it, they need to take their books to the library to return them. , at this time there is an administrator handling the book return business. Of course, if a reader forgets to return a borrowed book for some reason, the administrator can also collect statistics on this information. At the same time, the administrator can also renew the borrowed books.
(6) System settings: After logging into the system, the administrator can modify the library information, modify and manage the information of other operators, and manage bookshelf information.
(7) Password change: After logging in to the system as an administrator or a reader, you can modify your login password, which ensures the security of the system.
(8) System features: It adopts MVC design pattern, completely adopts object-oriented design ideas, and uses the open source framework Struts. Source code network provides you with the official download of the struts-based library management system.
Platform:/JSP/Mysql