資源簡(jiǎn)介
使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))。

代碼片段和文件信息
package?com.action;
import?com.opensymphony.xwork2.ActionSupport;
public?class?LoginAction?extends?ActionSupport{
private?String?userName;
private?String?password;
public?String?execute()?throws?Exception?{
if?(userName.equals(password))?{
return?“success“;
}
return?“fail“;
}
public?String?getUserName()?{
return?userName;
}
public?void?setUserName(String?userName)?{
this.userName?=?userName;
}
public?String?getPassword()?{
return?password;
}
public?void?setPassword(String?password)?{
this.password?=?password;
}
}
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????目錄???????????0??2014-05-17?13:39??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\
?????文件????????3093??2014-05-17?13:29??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\1.png
?????文件????????4660??2014-05-17?13:29??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\2.png
?????文件????????3429??2014-05-17?13:29??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\3.png
?????文件????????5131??2014-05-17?13:29??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\4.png
?????目錄???????????0??2014-05-17?13:39??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\Operator24\
?????文件?????????755??2014-05-17?13:14??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\Operator24\.classpath
?????目錄???????????0??2014-05-17?13:13??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\Operator24\.myeclipse\
?????文件?????????303??2014-05-17?13:13??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\Operator24\.myme
?????文件????????1416??2014-05-17?13:20??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\Operator24\.project
?????目錄???????????0??2014-05-17?13:39??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\Operator24\.settings\
?????文件?????????406??2014-05-17?13:13??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\Operator24\.settings\.jsdtscope
?????文件??????????49??2014-05-17?13:13??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\Operator24\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2014-05-17?13:13??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\Operator24\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????目錄???????????0??2014-05-17?13:39??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\Operator24\src\
?????目錄???????????0??2014-05-17?13:39??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\Operator24\src\com\
?????目錄???????????0??2014-05-17?13:39??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\Operator24\src\com\action\
?????文件?????????588??2014-05-17?13:22??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\Operator24\src\com\action\LoginAction.java
?????文件?????????436??2014-05-17?13:08??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\Operator24\src\struts.xm
?????目錄???????????0??2014-05-17?13:39??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\Operator24\WebRoot\
?????文件?????????174??2014-05-17?13:08??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\Operator24\WebRoot\fail.jsp
?????文件?????????437??2014-05-17?13:16??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\Operator24\WebRoot\index.jsp
?????目錄???????????0??2014-05-17?13:39??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\Operator24\WebRoot\me
?????文件??????????39??2014-05-17?13:13??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\Operator24\WebRoot\me
?????文件?????????165??2014-05-17?12:42??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\Operator24\WebRoot\success.jsp
?????目錄???????????0??2014-05-17?13:39??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\Operator24\WebRoot\WEB-INF\
?????目錄???????????0??2014-05-17?13:39??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\Operator24\WebRoot\WEB-INF\classes\
?????目錄???????????0??2014-05-17?13:39??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\Operator24\WebRoot\WEB-INF\classes\com\
?????目錄???????????0??2014-05-17?13:39??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\Operator24\WebRoot\WEB-INF\classes\com\action\
?????文件?????????987??2014-05-17?13:22??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\Operator24\WebRoot\WEB-INF\classes\com\action\LoginAction.class
?????文件?????????436??2014-05-17?13:08??使用struts2技術(shù),實(shí)現(xiàn)登錄功能(不連接數(shù)據(jù)庫(kù))\Operator24\WebRoot\WEB-INF\classes\struts.xm
............此處省略8個(gè)文件信息
評(píng)論
共有 條評(píng)論