文件名称:User
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 12kb
- 下载次数:
- 0次
- 提 供 者:
- 张*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
用户注册模板,register.jsp是用户注册页,提交给adduser.jsp进行注册,成功后调用注册程序adduser.jsp进行注册,该程序先查询在UserInfo表中是否有该用户名,如果有,报错返回;否则执行插入操作。
用户注册成功后跳转到member.jsp
-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
用户注册成功后跳转到member.jsp
-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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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
....\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