资源简介
基于宠物售卖的管理系统,有详细的文档,数据库配置,ppt,包含毕业设计论文
代码片段和文件信息
package com.briup.action;
import java.util.Date;
import java.util.List;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import net.sf.json.JSONArray;
import net.sf.json.JSONobject;
import net.sf.json.JsonConfig;
import org.apache.struts2.ServletActionContext;
import org.apache.struts2.interceptor.ServletRequestAware;
import org.springframework.stereotype.Controller;
import com.briup.entity.Comment;
import com.briup.entity.Notice;
import com.briup.entity.PageBean;
import com.briup.service.CommentService;
import com.briup.util.PageUtil;
import com.briup.util.PropertiesUtil;
import com.briup.util.ResponseUtil;
import com.briup.util.StringUtil;
import com.opensymphony.xwork2.ActionSupport;
/**
* 留言Action类
* @author Administrator
*
*/
@Controller
public class CommentAction extends ActionSupport implements ServletRequestAware {
/**
*
*/
private static final long serialVersionUID = 1L;
private HttpServletRequest request;
/**
* 留言Service
*/
@Resource
private CommentService commentService;
private List commentList;
private String mainPage; // 主页
private String page; // 第几页
private Long total; // 总记录数
private String pageCode; // 分页代码
private Comment s_comment; // 查询留言
private Comment comment; // 留言实体
private String rows;
private String ids;
private int commentId;
public Comment getS_comment() {
return s_comment;
}
public void setS_comment(Comment s_comment) {
this.s_comment = s_comment;
}
public String getRows() {
return rows;
}
public void setRows(String rows) {
this.rows = rows;
}
public String getIds() {
return ids;
}
public void setIds(String ids) {
this.ids = ids;
}
public List getCommentList() {
return commentList;
}
public void setCommentList(List commentList) {
this.commentList = commentList;
}
public String getMainPage() {
return mainPage;
}
public void setMainPage(String mainPage) {
this.mainPage = mainPage;
}
public String getPage() {
return page;
}
public void setPage(String page) {
this.page = page;
}
public Long getTotal() {
return total;
}
public void setTotal(Long total) {
this.total = total;
}
public String getPageCode() {
return pageCode;
}
public void setPageCode(String pageCode) {
this.pageCode = pageCode;
}
public Comment getComment() {
return comment;
}
public void setComment(Comment comment) {
this.comment = comment;
}
public int getCommentId() {
return commentId;
}
public void setCommentId(int commentId) {
this.commentId = commentId;
}
/**
* 留言查询
* @return
* @throws Exception
*/
public String list() throws Exception {
// TODO Auto-generated method stub
//留言为空时,默认“1”
if(StringUtil.isEmpty(page)){
page=“1“;
}
//每页显示3条留言
PageBean pageB
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-05-09 21:22 宠物管理系统\
文件 2396160 2018-03-02 03:04 宠物管理系统\101031网上宠物销售商城.ppt
目录 0 2018-03-06 03:47 宠物管理系统\Ebuy\
文件 771 2018-03-01 10:01 宠物管理系统\Ebuy\.classpath
目录 0 2018-03-07 12:21 宠物管理系统\Ebuy\.externalToolBuilders\
文件 548 2018-03-08 10:53 宠物管理系统\Ebuy\.externalToolBuilders\org.eclipse.wst.jsdt.core.ja
文件 1484 2018-03-02 18:57 宠物管理系统\Ebuy\.project
目录 0 2018-03-03 06:14 宠物管理系统\Ebuy\.settings\
文件 503 2018-03-05 09:30 宠物管理系统\Ebuy\.settings\.jsdtscope
文件 80 2018-03-01 11:00 宠物管理系统\Ebuy\.settings\com.genuitec.eclipse.migration.prefs
文件 360 2018-03-11 06:12 宠物管理系统\Ebuy\.settings\org.eclipse.core.resources.prefs
文件 629 2018-03-08 09:40 宠物管理系统\Ebuy\.settings\org.eclipse.jdt.core.prefs
文件 464 2018-03-01 18:15 宠物管理系统\Ebuy\.settings\org.eclipse.wst.common.component
文件 305 2018-03-05 04:17 宠物管理系统\Ebuy\.settings\org.eclipse.wst.common.project.facet.core.xm
文件 49 2018-03-09 23:57 宠物管理系统\Ebuy\.settings\org.eclipse.wst.jsdt.ui.superType.container
文件 6 2018-03-07 21:45 宠物管理系统\Ebuy\.settings\org.eclipse.wst.jsdt.ui.superType.name
目录 0 2018-03-09 08:20 宠物管理系统\Ebuy\WebContent\
目录 0 2018-03-10 15:19 宠物管理系统\Ebuy\WebContent\me
文件 39 2018-03-02 04:50 宠物管理系统\Ebuy\WebContent\me
目录 0 2018-03-08 13:42 宠物管理系统\Ebuy\WebContent\WEB-INF\
目录 0 2018-03-03 08:14 宠物管理系统\Ebuy\WebContent\WEB-INF\lib\
文件 445288 2018-03-04 02:24 宠物管理系统\Ebuy\WebContent\WEB-INF\lib\antlr-2.7.7.jar
文件 4467 2018-03-07 02:06 宠物管理系统\Ebuy\WebContent\WEB-INF\lib\aopalliance-1.0.jar
文件 43578 2018-03-06 04:55 宠物管理系统\Ebuy\WebContent\WEB-INF\lib\asm-3.3.jar
文件 38275 2018-03-10 05:03 宠物管理系统\Ebuy\WebContent\WEB-INF\lib\asm-commons-3.3.jar
文件 1887781 2018-03-11 06:17 宠物管理系统\Ebuy\WebContent\WEB-INF\lib\aspectjweaver.jar
文件 231320 2018-03-09 12:53 宠物管理系统\Ebuy\WebContent\WEB-INF\lib\commons-beanutils-1.8.0.jar
文件 559366 2018-03-01 11:44 宠物管理系统\Ebuy\WebContent\WEB-INF\lib\commons-collections-3.1.jar
文件 69002 2018-03-04 08:41 宠物管理系统\Ebuy\WebContent\WEB-INF\lib\commons-fileupload-1.3.1.jar
文件 173587 2018-03-03 02:33 宠物管理系统\Ebuy\WebContent\WEB-INF\lib\commons-io-2.2.jar
文件 261809 2018-03-01 15:01 宠物管理系统\Ebuy\WebContent\WEB-INF\lib\commons-lang-2.4.jar
............此处省略1220个文件信息
相关资源
- JSP+MYSQL学生成绩管理系统
- worldwind java 版源码
- 黑马程序员-Java基础案例教程PPT
- aspose words for java 18.10 最新完美破解版
- 简单的Java可视化邮件发送Demo
- JAVAWeb项目开发案例-房屋出租系统
- 基于linux C/C++和android的酒店终端管理
- Java课程设计日历记事本
- java试卷和答案10套
- 黑马程序员最新最全就业班JAVAEE培训
- 新生报道系统JavaEE版本
- 利用JavaFx实现照片册功能
- 基于Android的课堂点名系统
- 基于B/S的大学生就业信息管理系统
- 毕设外卖订餐系统JAVA+JSP+数据库+项目
- java图书借阅管理系统设计毕业设计程
- javaweb资料非常全面
- java与蓝牙模块实现通信.rar
- 网上订餐管理系统.zip
- 二级计算机java考试模拟软件
- javaweb点餐系统
- Java How to Program 第四版中文版
- 中文javadoc1.8
- 基于java的文件管理/网盘系统
- java毕业设计动漫论坛系统
- 基于SSM框架JAVA项目-经销存系统含视频
- JavaEE课设.7z
- Java API 6.0中文版,开发手册
- 汽车销售管理系统java web源代码
- javaWeb SSH进销存管理系统源代码
评论
共有 条评论