資源簡介
15-16.rar
代碼片段和文件信息
package?com.wgh;
import?com.opensymphony.xwork2.ActionSupport;
public?class?UserAction?extends?ActionSupport?{
/**
?*?
?*/
private?static?final?long?serialVersionUID?=?-287087073025401584L;
private?String?info;?//?提示信息屬性
//?添加用戶信息的方法
public?String?add()?throws?Exception?{
setInfo(“添加用戶信息“);
return?“add“;
}
//?修改用戶信息的方法
public?String?update()?throws?Exception?{
setInfo(“修改用戶信息“);
return?“update“;
}
public?String?getInfo()?{
return?info;
}
public?void?setInfo(String?info)?{
this.info?=?info;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????841??2016-03-21?11:59??第15章\15.1\.classpath
?????文件???????1037??2016-03-21?11:59??第15章\15.1\.project
?????文件????????503??2016-03-21?12:01??第15章\15.1\.settings\.jsdtscope
?????文件????????364??2016-03-21?12:01??第15章\15.1\.settings\org.eclipse.jdt.core.prefs
?????文件????????466??2016-03-21?12:01??第15章\15.1\.settings\org.eclipse.wst.common.component
?????文件????????345??2016-03-21?12:01??第15章\15.1\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件?????????49??2016-03-21?12:01??第15章\15.1\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件??????????6??2016-03-21?12:01??第15章\15.1\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件????????438??2016-03-21?12:01??第15章\15.1\build\classes\struts.xm
?????文件????????438??2016-03-21?12:01??第15章\15.1\src\struts.xm
?????文件????????252??2016-03-21?12:01??第15章\15.1\WebContent\first.jsp
?????文件????????255??2016-03-21?12:01??第15章\15.1\WebContent\index.jsp
?????文件?????????39??2016-03-21?12:01??第15章\15.1\WebContent\me
?????文件??????43578??2016-03-21?12:02??第15章\15.1\WebContent\WEB-INF\lib\asm-3.3.jar
?????文件??????38275??2016-03-21?12:02??第15章\15.1\WebContent\WEB-INF\lib\asm-commons-3.3.jar
?????文件??????59590??2016-03-21?12:02??第15章\15.1\WebContent\WEB-INF\lib\commons-fileupload-1.2.2.jar
?????文件?????159509??2016-03-21?12:02??第15章\15.1\WebContent\WEB-INF\lib\commons-io-2.0.1.jar
?????文件?????315805??2016-03-21?12:02??第15章\15.1\WebContent\WEB-INF\lib\commons-lang3-3.1.jar
?????文件?????931168??2016-03-21?12:02??第15章\15.1\WebContent\WEB-INF\lib\freemarker-2.3.19.jar
?????文件?????614203??2016-03-21?12:02??第15章\15.1\WebContent\WEB-INF\lib\javassist-3.11.0.GA.jar
?????文件?????227807??2016-03-21?12:02??第15章\15.1\WebContent\WEB-INF\lib\ognl-3.0.5.jar
?????文件?????783238??2016-03-21?12:02??第15章\15.1\WebContent\WEB-INF\lib\struts2-core-2.3.4.jar
?????文件?????628566??2016-03-21?12:02??第15章\15.1\WebContent\WEB-INF\lib\xwork-core-2.3.4.jar
?????文件????????808??2016-03-21?12:01??第15章\15.1\WebContent\WEB-INF\web.xm
?????文件????????841??2016-03-21?11:59??第15章\15.2\.classpath
?????文件???????1037??2016-03-21?11:59??第15章\15.2\.project
?????文件????????503??2016-03-21?12:01??第15章\15.2\.settings\.jsdtscope
?????文件????????364??2016-03-21?12:01??第15章\15.2\.settings\org.eclipse.jdt.core.prefs
?????文件????????466??2016-03-21?12:01??第15章\15.2\.settings\org.eclipse.wst.common.component
?????文件????????345??2016-03-21?12:01??第15章\15.2\.settings\org.eclipse.wst.common.project.facet.core.xm
............此處省略1137個文件信息
評論
共有 條評論