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... 阅读全文
posted @ 2012-08-16 16:08 编程小神仙 阅读(1390) 评论(1) 推荐(5)
摘要: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此方法来自百度空间的“西边出的太阳” 阅读全文
posted @ 2012-08-01 15:18 编程小神仙 阅读(194) 评论(0) 推荐(0)