• 大小: 54.32M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-02-19
  • 语言: 其他
  • 标签: 其他  

资源简介

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.xml

     文件         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.xml

     文件        438  2016-03-21 12:01  第15章\15.1\src\struts.xml

     文件        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\meta-INF\MANIFEST.MF

     文件      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.xml

     文件        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.xml

............此处省略1137个文件信息

评论

共有 条评论