Description: Register template, register.jsp is the user registration page, submit to the adduser.jsp to register, call the registration process adduser.jsp successful registration, the program first queries whether the UserInfo table, the user name, if any, error return or insert operation. After successful registration the user to jump to member.jsp
- [StuMajor] - Student major learning management system
- [news] - 这是一个jsp的简单的新闻系统,jsp的课程设计一定能用到啊~
File list (Check if you may need any files):
User\adduser.jsp
....\member.jsp
....\modifypsd.jsp
....\modifyuser.jsp
....\paginationTestbook.jsp
....\Register.jsp
....\database\bookstore.sql
....\........\user.sql
....\src\ch14\datasource\DBBooks.java
....\...\....\..........\SqlTestDS.java
....\...\....\pagination\BooksPage.java
....\...\....\..........\MySqlPageSQL.java
....\...\....\..........\Pagination.java
....\...\database\dbbean.java
....\数据源\context.xml
....\......\server.xml
....\src\ch14\datasource
....\...\....\pagination
....\...\ch14
....\...\database
....\database
....\src
....\数据源
User