-
大小: 41.79MB文件類(lèi)型: .zip金幣: 1下載: 0 次發(fā)布日期: 2023-08-04
- 語(yǔ)言: 數(shù)據(jù)庫(kù)
- 標(biāo)簽:
資源簡(jiǎn)介
ssh三大框架下的登錄和注冊(cè),主要是登錄和注冊(cè)的頁(yè)面以及一些小的demo有數(shù)據(jù)庫(kù)sql文件
代碼片段和文件信息
package?com.sxt.action;
import?java.util.Map;
import?org.apache.struts2.interceptor.SessionAware;
import?com.opensymphony.xwork2.ActionSupport;
import?com.opensymphony.xwork2.ModelDriven;
import?com.sxt.bean.Power;
import?com.sxt.bean.User;
import?com.sxt.biz.UserBiz;
@SuppressWarnings(“serial“)
public?class?UserAction?extends?ActionSupport?implements?SessionAwareModelDriven{
private?UserBiz?ub;
private?User?ui?=?new?User();
private?Mapject>?session;
private?Power?power;
public?Power?getPower()?{
return?power;
}
public?void?setPower(Power?power)?{
this.power?=?power;
}
public?String?login(){
User?user?=?ub.login(ui.getUserAccount()?ui.getUserPassword());
if(user!=null){
//通過(guò)關(guān)聯(lián)關(guān)系得到了權(quán)限名稱(chēng)
System.out.println(user.getPower().getPowerName()+“我想看看user和power多對(duì)一時(shí)能否查詢出關(guān)聯(lián)?的powerName“);
session.put(“USER“?user);
}
return?“success“;
}
public?String?regist(){
if(power!=null){
ui.setPower(power);
}
boolean?flag?=?ub.regist(ui);
return?flag?“registsuccess“:“regist“;
}
public?UserBiz?getUb()?{
return?ub;
}
public?void?setUb(UserBiz?ub)?{
this.ub?=?ub;
}
public?Mapject>?getSession()?{
return?session;
}
public?void?setSession(Mapject>?session)?{
this.session?=?session;
}
public?User?getModel()?{
return?ui;
}
}
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????目錄???????????0??2016-10-25?12:42??mobileScoreManagementSystem\
?????文件????????1093??2016-10-23?20:47??mobileScoreManagementSystem\.classpath
?????文件????????1352??2016-10-23?22:17??mobileScoreManagementSystem\.project
?????目錄???????????0??2016-10-24?18:09??mobileScoreManagementSystem\.settings\
?????文件?????????522??2016-10-23?20:47??mobileScoreManagementSystem\.settings\.jsdtscope
?????文件?????????381??2016-10-25?09:54??mobileScoreManagementSystem\.settings\com.genuitec.eclipse.core.prefs
?????文件??????????57??2016-10-23?21:13??mobileScoreManagementSystem\.settings\org.eclipse.core.resources.prefs
?????文件?????????364??2016-10-23?20:46??mobileScoreManagementSystem\.settings\org.eclipse.jdt.core.prefs
?????文件?????????540??2016-10-23?20:47??mobileScoreManagementSystem\.settings\org.eclipse.wst.common.component
?????文件?????????414??2016-10-23?20:47??mobileScoreManagementSystem\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件??????????49??2016-10-23?20:47??mobileScoreManagementSystem\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2016-10-23?20:47??mobileScoreManagementSystem\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件?????????697??2016-10-24?16:51??mobileScoreManagementSystem\readme
?????文件???????16038??2016-10-25?12:42??mobileScoreManagementSystem\s_sql.sql
?????目錄???????????0??2016-10-25?12:42??mobileScoreManagementSystem\simpledemo\
?????文件????????2702??2016-10-25?12:11??mobileScoreManagementSystem\simpledemo\3秒后自動(dòng)跳轉(zhuǎn)某個(gè)頁(yè)面
?????目錄???????????0??2016-10-24?18:09??mobileScoreManagementSystem\src\
?????文件????????1347??2016-10-24?14:18??mobileScoreManagementSystem\src\applicationContext.xm
?????目錄???????????0??2016-10-24?18:09??mobileScoreManagementSystem\src\com\
?????目錄???????????0??2016-10-24?18:09??mobileScoreManagementSystem\src\com\sxt\
?????目錄???????????0??2016-10-24?18:09??mobileScoreManagementSystem\src\com\sxt\action\
?????文件????????1466??2016-10-25?11:44??mobileScoreManagementSystem\src\com\sxt\action\UserAction.java
?????目錄???????????0??2016-10-24?18:09??mobileScoreManagementSystem\src\com\sxt\bean\
?????文件?????????596??2016-10-23?21:05??mobileScoreManagementSystem\src\com\sxt\bean\Area.java
?????文件????????1312??2016-10-23?21:26??mobileScoreManagementSystem\src\com\sxt\bean\AwardStandard.java
?????文件????????1558??2016-10-23?21:18??mobileScoreManagementSystem\src\com\sxt\bean\BusinessType.java
?????文件????????1471??2016-10-23?21:29??mobileScoreManagementSystem\src\com\sxt\bean\CheckStandard.java
?????文件????????1342??2016-10-23?21:25??mobileScoreManagementSystem\src\com\sxt\bean\CutStandard.java
?????文件????????1688??2016-10-23?21:20??mobileScoreManagementSystem\src\com\sxt\bean\Integral.java
?????文件?????????806??2016-10-23?21:31??mobileScoreManagementSystem\src\com\sxt\bean\IntegralItem.java
?????文件????????1596??2016-10-23?21:12??mobileScoreManagementSystem\src\com\sxt\bean\Money.java
............此處省略491個(gè)文件信息
評(píng)論
共有 條評(píng)論