08 2012 档案
摘要:一个简单的用户注册、登录和利用邮箱找回密码的S2SH程序1、在model(po,vo等)层建立一个用户(User.java)信息 a)用户信息 View Code 1 package com.ibm.forgotpassword.model; 2 3 public class User { 4 5 private int id; 6 private String email; 7 private String username; 8 private String password; 9 10 public int getI...
阅读全文
摘要:There are no rescucres that can be added or removed from the server 解决办法eclipse部署web没部署成功提示这个提示出来的解决方法:There are no rescucres that can be added or removed from the server此方法来自百度空间的“西边出的太阳”
阅读全文

浙公网安备 33010602011771号