资源简介
下载就用! 有数据库, 配置文件, 增删改查的实例 ,登陆 等等, 欢迎大家下载, 有问题给我发私信
代码片段和文件信息
package org.xx.action;
import java.util.List;
import org.xx.model.People;
import org.xx.service.HandleService;
import com.opensymphony.xwork2.ActionSupport;
public class HandleAction extends ActionSupport {
public List lists;
private int id;
private People people;
private HandleService handleservice = new HandleService();
public String add() {
int a=handleservice.add(people);
if(a==1){
return SUCCESS;
}
return INPUT;
}
public String check() {
lists=handleservice.check();
return SUCCESS;
}
public String findbyid(){
System.out.println(“ddfdfd“);
this.people=handleservice.findbyId(id);
return SUCCESS;
}
public String deletebyid(){
handleservice.deletebydi(id);
return SUCCESS;
}
public String update() {
System.out.println(people.getAddress());
System.out.println(people.getId());
System.out.println(people.getPassword());
handleservice.update(people);
return SUCCESS;
}
public String updateinput() {
this.people = handleservice.findbyId(id);
return INPUT;
}
public People getPeople() {
return people;
}
public void setPeople(People people) {
this.people = people;
}
public HandleService getHandleservice() {
return handleservice;
}
public void setHandleservice(HandleService handleservice) {
this.handleservice = handleservice;
}
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public List getLists() {
return lists;
}
public void setLists(List lists) {
this.lists = lists;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1148 2010-02-28 15:04 StrutsTest\.classpath
文件 303 2010-02-28 15:04 StrutsTest\.myme
文件 1228 2010-02-28 15:04 StrutsTest\.project
文件 1074 2010-02-28 15:05 StrutsTest\people.sql
文件 1631 2010-02-28 15:04 StrutsTest\src\org\xx\action\HandleAction.java
文件 1464 2010-02-28 15:04 StrutsTest\src\org\xx\action\LoginAction.java
文件 812 2010-02-28 15:04 StrutsTest\src\org\xx\model\People.java
文件 468 2010-02-28 15:04 StrutsTest\src\org\xx\model\users.java
文件 4529 2010-02-28 15:04 StrutsTest\src\org\xx\service\HandleService.java
文件 414 2010-02-28 15:04 StrutsTest\src\org\xx\service\pp.java
文件 1349 2010-02-28 15:04 StrutsTest\src\org\xx\util\DB.java
文件 607 2010-02-28 15:04 StrutsTest\src\org\xx\util\test.java
文件 684 2010-02-28 15:04 StrutsTest\src\struts.xm
文件 896 2010-02-28 15:06 StrutsTest\users.sql
文件 827 2010-02-28 15:04 StrutsTest\WebRoot\Handle_add.jsp
文件 1074 2010-02-28 15:04 StrutsTest\WebRoot\Handle_addinput.jsp
文件 1244 2010-02-28 15:04 StrutsTest\WebRoot\Handle_check.jsp
文件 897 2010-02-28 15:04 StrutsTest\WebRoot\Handle_deletebyid.jsp
文件 1396 2010-02-28 15:04 StrutsTest\WebRoot\Handle_findbyid.jsp
文件 836 2010-02-28 15:04 StrutsTest\WebRoot\Handle_update.jsp
文件 951 2010-02-28 15:04 StrutsTest\WebRoot\Login_login.jsp
文件 942 2010-02-28 15:04 StrutsTest\WebRoot\Login_logininput.jsp
文件 39 2010-02-28 15:04 StrutsTest\WebRoot\me
文件 2613 2010-02-28 15:04 StrutsTest\WebRoot\WEB-INF\classes\org\xx\action\HandleAction.class
文件 2656 2010-02-28 15:04 StrutsTest\WebRoot\WEB-INF\classes\org\xx\action\LoginAction.class
文件 1345 2010-02-28 15:04 StrutsTest\WebRoot\WEB-INF\classes\org\xx\model\People.class
文件 903 2010-02-28 15:04 StrutsTest\WebRoot\WEB-INF\classes\org\xx\model\users.class
文件 4978 2010-02-28 15:04 StrutsTest\WebRoot\WEB-INF\classes\org\xx\service\HandleService.class
文件 1158 2010-02-28 15:04 StrutsTest\WebRoot\WEB-INF\classes\org\xx\service\pp.class
文件 1915 2010-02-28 15:04 StrutsTest\WebRoot\WEB-INF\classes\org\xx\util\DB.class
............此处省略36个文件信息
- 上一篇:authorware个人简历模版
- 下一篇:数字电子秤设计(ADC0809)
相关资源
- ssh医院管理系统
- struts2和hibernate小
- 配置好的webpack4的项目
- google earth api
- Idea实现WebService
- POI 完美生成带文字水印的excle
- 初级struts2应用-学生信息管理系统
- 全面认识前端知识领域PPT
- 基于struts2的网上书店系统
- 网上作业提交系统
- KTV管理系统Swing界面,含源码
- eclipse开发计算器app
- io文档文档
- 网上商城(ShoppingMallSystem(UML))设
- 数据库原理课程设计---通讯录系统
- 深入理解ES6 完整版
- 最新尚硅谷全套视频打包地址
- 基于struts2的酒店管理系统
- SSM+Maven电费管理系统源码+文档
- 基于web的ssh在线音乐系统
- struts2+hibernate的简单学生信息管理系统
- struts2图书馆管理系统
- 火车订票系统(毕业设计完整项目)
- Spring MVC4 中文高清 PDF (压缩包)
- 各种系统架构图及其简介(Spring+IBa
- 优质程序员转正答辩ppt
- springboot图片代理,请求url传入img返回
- 基于socket的多线程QQ聊天系统(代码
- 企业日常事务管理系统
- 基于SSH的学生选课系统
评论
共有 条评论