-
大小: 12.79MB文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2023-07-01
- 語言: 數(shù)據(jù)庫
- 標簽: struts2??hibernate??mysql??
資源簡介
struts2+hibernate+mysql實現(xiàn)簡單的注冊和登錄,適合新手
代碼片段和文件信息
package?cn.wk.action;
import?java.util.List;
import?cn.wk.bean.User;
import?cn.wk.dao.UserDao;
import?com.opensymphony.xwork2.ActionSupport;
public?class?LoginAction?extends?ActionSupport{
???
/**
?*?
?*/
private?static?final?long?serialVersionUID?=?1L;
private?User?user;
private?String?message;
private?List?list;
@Override
public?String?execute()?throws?Exception?{
?list?=?UserDao.query(user);
?if?(list.size()?!=?0)?{
message?=?“登錄成功!“;
}else?{
message?=?“登錄失敗!“;
}
return?SUCCESS;
}
@Override
public?void?validate()?{
if?(““.equals(user.getUsername()))?{
this.addFieldError(“user.username“?“姓名不能為空!“);
}
if?(““.equals(user.getPassword()))?{
this.addFieldError(“user.password“?“密碼不能為空!“);
}
}
public?User?getUser()?{
return?user;
}
public?void?setUser(User?user)?{
this.user?=?user;
}
public?String?getMessage()?{
return?message;
}
public?void?setMessage(String?message)?{
this.message?=?message;
}
public?List?getList()?{
return?list;
}
public?void?setList(List?list)?{
this.list?=?list;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-12-19?20:38??struts2+hibernate+mysql實現(xiàn)注冊登錄\
?????目錄???????????0??2015-12-19?20:32??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\
?????文件?????????834??2015-12-19?09:35??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\.classpath
?????文件????????1042??2015-12-19?09:35??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\.project
?????目錄???????????0??2015-12-19?20:32??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\.settings\
?????文件?????????503??2015-12-19?09:35??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\.settings\.jsdtscope
?????文件?????????364??2015-12-19?09:35??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\.settings\org.eclipse.jdt.core.prefs
?????文件?????????479??2015-12-19?09:35??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\.settings\org.eclipse.wst.common.component
?????文件?????????345??2015-12-19?09:35??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件??????????49??2015-12-19?09:35??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2015-12-19?09:35??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????目錄???????????0??2015-12-19?20:32??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\WebContent\
?????目錄???????????0??2015-12-19?20:32??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\WebContent\me
?????文件??????????39??2015-12-19?09:35??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\WebContent\me
?????目錄???????????0??2015-12-19?20:32??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\WebContent\WEB-INF\
?????目錄???????????0??2015-12-19?20:32??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\WebContent\WEB-INF\lib\
?????文件??????443432??2015-12-19?09:37??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\WebContent\WEB-INF\lib\antlr-2.7.6.jar
?????文件???????43578??2015-12-19?09:36??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\WebContent\WEB-INF\lib\asm-3.3.jar
?????文件???????16777??2015-12-19?10:10??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\WebContent\WEB-INF\lib\asm-attrs.jar
?????文件???????38275??2015-12-19?09:36??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\WebContent\WEB-INF\lib\asm-commons-3.3.jar
?????文件???????21503??2015-12-19?09:36??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\WebContent\WEB-INF\lib\asm-tree-3.3.jar
?????文件???????26360??2015-12-19?10:10??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\WebContent\WEB-INF\lib\asm.jar
?????文件??????282338??2015-12-19?10:08??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\WebContent\WEB-INF\lib\cglib-2.1.3.jar
?????文件??????559366??2015-12-19?09:37??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\WebContent\WEB-INF\lib\commons-collections-3.1.jar
?????文件???????69002??2015-12-19?09:36??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\WebContent\WEB-INF\lib\commons-fileupload-1.3.1.jar
?????文件??????173587??2015-12-19?09:36??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\WebContent\WEB-INF\lib\commons-io-2.2.jar
?????文件??????384767??2015-12-19?09:36??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\WebContent\WEB-INF\lib\commons-lang3-3.2.jar
?????文件???????38015??2015-12-19?10:12??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\WebContent\WEB-INF\lib\commons-logging-1.0.4.jar
?????文件??????313898??2015-12-19?09:37??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\WebContent\WEB-INF\lib\dom4j-1.6.1.jar
?????文件??????208048??2015-12-19?10:12??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\WebContent\WEB-INF\lib\ehcache-1.2.3.jar
?????文件?????1300487??2015-12-19?09:36??struts2+hibernate+mysql實現(xiàn)注冊登錄\TestCode1\WebContent\WEB-INF\lib\freemarker-2.3.22.jar
............此處省略57個文件信息
評論
共有 條評論