Hello everyone, this is a system that I have debugged and can run normally. I will send the program of this system to everyone!
School Academic Affairs Management System (jsp+servlet+javabean) program description:
(1) System test environment: Windows xp sp2 + myEclipse5.5 + Tomcat6.0 + SQLServer2000 + JDK1.5
(2) Database files: Files in the database backup directory can be restored by yourself in the sqlserver2000 database. The name of the restored database is school.
Then configure the data source in the Windows management tool. The name is school and points to this database. This system uses the jdbc-odbc method to connect to this database.
(3)Test account:
System administrator account and password: admin admin
Academic administrator account and password: edu edu
Student ID and password: 0319102206 123456
Teacher account and password: 0319000003 123456
How to use the program:
After opening MyEclipse, create a web project named school, add the files in the corresponding directory and then deploy it to the tomcat server.
Expand