首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 基于java web的用户登录注册页面实现

基于java web的用户登录注册页面实现

  • 资源大小:1.12 MB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: java,jsp,tomcat,myeclipse,web

资 源 简 介

 1.实现注册的功能2.实现判断用户名和邮箱是否重名的功能     从XML中解析文本内容(用户名和邮箱)和传入的值做对比,如果相同,不能注册,如果不相同,可以注册。3.实现验证码判断4. 实现登陆的功能5.实现登陆功能记住中文用户名       记住用户名:使用Cookie记住用户名!          (1)将中文编码 --- >URLEncoder.encode(String name,String encoding);          (2)在页面中解码 --- >               (a)在JSP页面中使用<%%> URLDecoder.decode(String name,String encoding);              (b)自定义EL函数.--- 将解码的代码封装到一个EL函数中.              (c)使用JS解码!---W3C文档.             &n

文 件 列 表

.classpath
.myeclipse
.mymetadata
.project
.settings
.jsdtscope
org.eclipse.jdt.core.prefs
org.eclipse.wst.common.component
org.eclipse.wst.common.project.facet.core.xml
org.eclipse.wst.jsdt.ui.superType.container
org.eclipse.wst.jsdt.ui.superType.name
src
cn_it
user.xml
WebRoot
login
META-INF
reg
WEB-INF
VIP VIP
0.194464s