资源简介
采用Struts2框架,完成数据库操作(增删改查),完成分页,模糊查询,
代码片段和文件信息
package com.student;
import java.util.ArrayList;
import java.util.List;
import com.opensymphony.xwork2.ActionSupport;
import com.student.db.DBUser;
import com.student.vo.Student;
public class StudentDeleteAction extends ActionSupport{
/**
*
*/
private static final long serialVersionUID = 1L;
private String ssno;
private Boolean flag;
public String execute() throws Exception {
// TODO Auto-generated method stub
flag=dbuser.deleteStudent(ssno);
return flag==true?SUCCESS:ERROR;
/*dbuser.deleteStudent(ssno);
return “success“;*/
}
public String lists(){
list=dbuser.getStudent();
return list.size()>0?SUCCESS:INPUT;
}
DBUser dbuser=new DBUser();
List list=new ArrayList();
public String getSsno() {
return ssno;
}
public void setSsno(String ssno) {
this.ssno = ssno;
}
public List getList() {
return list;
}
public void setList(List list) {
this.list = list;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2088 2017-11-02 19:35 studentV1\.classpath
文件 909 2017-11-02 19:35 studentV1\.project
文件 567 2017-11-02 19:35 studentV1\.settings\.jsdtscope
文件 364 2017-11-02 19:35 studentV1\.settings\org.eclipse.jdt.core.prefs
文件 479 2017-11-02 19:35 studentV1\.settings\org.eclipse.wst.common.component
文件 345 2017-11-02 19:35 studentV1\.settings\org.eclipse.wst.common.project.facet.core.xm
文件 49 2017-11-02 19:35 studentV1\.settings\org.eclipse.wst.jsdt.ui.superType.container
文件 6 2017-11-02 19:35 studentV1\.settings\org.eclipse.wst.jsdt.ui.superType.name
文件 8402 2017-11-02 19:35 studentV1\build\classes\com\student\db\DBUser.class
文件 1867 2017-11-02 19:35 studentV1\build\classes\com\student\StudentDeleteAction.class
文件 1853 2017-11-02 19:35 studentV1\build\classes\com\student\StudentListAction.class
文件 1935 2017-11-02 19:35 studentV1\build\classes\com\student\StudentListByNameAction.class
文件 2143 2017-11-02 19:35 studentV1\build\classes\com\student\StudentSaveAction.class
文件 2263 2017-11-02 19:35 studentV1\build\classes\com\student\vo\Student.class
文件 1870 2017-11-02 19:35 studentV1\build\classes\struts.xm
文件 8270 2017-11-02 19:35 studentV1\src\com\student\db\DBUser.java
文件 1028 2017-11-02 19:35 studentV1\src\com\student\StudentDeleteAction.java
文件 1110 2017-11-02 19:35 studentV1\src\com\student\StudentListAction.java
文件 1053 2017-11-02 19:35 studentV1\src\com\student\StudentListByNameAction.java
文件 1192 2017-11-02 19:35 studentV1\src\com\student\StudentSaveAction.java
文件 1659 2017-11-02 19:35 studentV1\src\com\student\vo\Student.java
文件 1870 2017-11-02 19:35 studentV1\src\struts.xm
文件 1775 2017-11-02 19:39 studentV1\studenttb.sql
文件 513 2017-11-02 19:35 studentV1\WebContent\error.jsp
文件 976 2017-11-02 19:35 studentV1\WebContent\index.jsp
文件 39 2017-11-02 19:35 studentV1\WebContent\me
文件 1540 2017-11-02 19:35 studentV1\WebContent\studentlist.jsp
文件 4528 2017-11-02 19:35 studentV1\WebContent\studentlistbypage.jsp
文件 2113 2017-11-02 19:35 studentV1\WebContent\studentlistedit.jsp
文件 3271 2017-11-02 19:35 studentV1\WebContent\studentmodify.jsp
............此处省略38个文件信息
- 上一篇:历届长沙学院离散数学考试试卷
- 下一篇:UEditor公式编辑器完整版
相关资源
- 基于Struts2.3的多文件批量上传/
- 一个用struts2写的注册登录的页面
- Struts2漏洞检查工具,支持到最新版本
- struts2必备包+json包.rar
- struts2 freemaker exampler
- struts2案例
- Struts2拦截器实现权限控制demo
- SSM(Eclipse+Struts2+Spring+MyBatis)环境搭
- 基于struts2+hibernate购物广场商务系统
- struts2官方中文帮助文档.chm
- struts2.18 src
- Ext+Struts2的学生成绩管理系统
- Struts2+Hibernate的简单登录功能实现
- 网上图书管理系统struts2+hibernate的课程
- 深入浅出Struts2 中文版
- Struts2文件动态上传和动态(可自动生
- 一个简单的ssh框架集成的
- struts2+hibernate的网上购物管理系统的课
- Struts2+word导入导出
- 基于SSH+Bootstrap的公司员工管理系统
- struts2.3 spring4 hibernate4.3 EXTJS4项目
- struts2验证码完整
- S2SH整合 struts2 spring4 hibernate4
- struts2+spring2.5+hibernate3.2 annotation配置完
- 简单的实现Web登录(struts2+Hibernate)
- 基于WEB的电子商务系统
- Struts2+Spring2.5+Hibernate3.2框架的搭建
- 聊天室源代码struts2+spring+hibernate
- SSH集成积分管理,Spring2.5,Struts2,
- struts2+hibernate的简单学生信息管理
评论
共有 条评论