91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡(jiǎn)介

基于ssh框架實(shí)現(xiàn)的新聞信息管理系統(tǒng),包含用戶的注冊(cè)登錄以及新聞管理模塊的實(shí)現(xiàn)等等

資源截圖

代碼片段和文件信息

package?cn.item.action;

import?java.util.List;

import?org.apache.log4j.Logger;
import?org.springframework.beans.factory.annotation.Autowired;

import?com.opensymphony.xwork2.ActionSupport;

import?cn.item.service.ItemService;
import?cn.news.entity.Item;

public?class?ItemAction?extends?ActionSupport?{
private?static?final?long?serialVersionUID?=?-5726075575948373903L;
private?static?Logger?logger?=?Logger.getLogger(“ItemAction“);
@Autowired
private?ItemService?itemService;

private?Item?item;

private?Integer?itemld;

List?list;
/*
?*?查詢
?*/
public?String?list(){
?try?{
list?=?itemService.queryAllItem();
return?“success“;
}?catch?(Exception?e)?{
logger.error(“查詢欄目異?!?+?e);
return?“error“;
}
}
/*
?*?刪除?
?*/
public?String?delete()?{

try?{
itemService.deleteItem(item);
return?“deleteSuccess“;
}?catch?(Exception?e)?{
logger.error(“刪除欄目異?!?+?e);
return?“error“;
}
}
/*
?*?添加
?*/
public?String?add(){

try?{
itemService.addItem(item);
return?“addSuccess“;
}?catch?(Exception?e)?{
logger.error(“添加欄目異?!?+?e);
return?“error“;
}
}
/*
?*?進(jìn)入編輯頁(yè)面
?*/
public?String?toUpdate(){

try?{
item?=?itemService.queryByItemId(itemld);
return?“toUpdateSuccess“;
}?catch?(Exception?e)?{
logger.error(“進(jìn)入編輯欄目異常“?+?e);
return?“error“;
}
}
/*
?*?編輯
?*/
public?String?update(){
try?{
itemService.updateItem(item);
return?“updateSuccess“;
}?catch?(Exception?e)?{
logger.error(“編輯欄目異?!?+?e);
return?“error“;
}
}

public?List?getList()?{
return?list;
}

public?void?setList(List?list)?{
this.list?=?list;
}
public?Item?getItem()?{
return?item;
}
public?void?setItem(Item?item)?{
this.item?=?item;
}
public?Integer?getItemld()?{
return?itemld;
}
public?void?setItemld(Integer?itemld)?{
this.itemld?=?itemld;
}


}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-12-15?09:04??SSH\
?????文件?????????889??2017-12-13?15:33??SSH\.classpath
?????文件????????1036??2017-12-13?15:19??SSH\.project
?????目錄???????????0??2017-12-15?09:13??SSH\.settings\
?????文件?????????567??2017-12-13?15:19??SSH\.settings\.jsdtscope
?????文件??????????69??2017-12-15?09:13??SSH\.settings\org.eclipse.core.resources.prefs
?????文件?????????364??2017-12-13?15:19??SSH\.settings\org.eclipse.jdt.core.prefs
?????文件?????????541??2017-12-13?15:33??SSH\.settings\org.eclipse.wst.common.component
?????文件?????????345??2017-12-13?15:19??SSH\.settings\org.eclipse.wst.common.project.facet.core.xml
?????文件??????????49??2017-12-13?15:19??SSH\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2017-12-13?15:19??SSH\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????目錄???????????0??2017-12-20?16:17??SSH\WebContent\
?????文件?????????379??2017-12-15?09:44??SSH\WebContent\404.jsp
?????目錄???????????0??2017-12-13?15:19??SSH\WebContent\meta-INF\
?????文件??????????39??2017-12-13?15:19??SSH\WebContent\meta-INF\MANIFEST.MF
?????目錄???????????0??2017-12-13?21:13??SSH\WebContent\WEB-INF\
?????目錄???????????0??2017-12-13?15:21??SSH\WebContent\WEB-INF\lib\
?????文件??????445288??2017-12-13?15:21??SSH\WebContent\WEB-INF\lib\antlr-2.7.7.jar
?????文件????????4467??2017-12-13?15:21??SSH\WebContent\WEB-INF\lib\aopalliance-1.0.jar
?????文件???????53259??2017-12-13?15:21??SSH\WebContent\WEB-INF\lib\asm-5.2.jar
?????文件???????47197??2017-12-13?15:21??SSH\WebContent\WEB-INF\lib\asm-commons-5.2.jar
?????文件???????29582??2017-12-13?15:21??SSH\WebContent\WEB-INF\lib\asm-tree-5.2.jar
?????文件?????1663623??2017-12-13?15:21??SSH\WebContent\WEB-INF\lib\aspectjweaver-1.6.9.jar
?????文件??????160519??2017-12-13?15:21??SSH\WebContent\WEB-INF\lib\commons-dbcp-1.4.jar
?????文件???????70604??2017-12-13?15:21??SSH\WebContent\WEB-INF\lib\commons-fileupload-1.3.3.jar
?????文件??????208700??2017-12-13?15:21??SSH\WebContent\WEB-INF\lib\commons-io-2.5.jar
?????文件??????494856??2017-12-13?15:21??SSH\WebContent\WEB-INF\lib\commons-lang3-3.6.jar
?????文件???????61829??2017-12-13?15:21??SSH\WebContent\WEB-INF\lib\commons-logging-1.2.jar
?????文件??????111119??2017-12-13?15:21??SSH\WebContent\WEB-INF\lib\commons-pool-1.6.jar
?????文件??????313898??2017-12-13?15:21??SSH\WebContent\WEB-INF\lib\dom4j-1.6.1.jar
?????文件?????1496146??2017-12-13?15:21??SSH\WebContent\WEB-INF\lib\freemarker-2.3.26-incubating.jar
............此處省略192個(gè)文件信息

評(píng)論

共有 條評(píng)論