• 大小: 37.85MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-28
  • 语言: Java
  • 标签: java  管理系统  

资源简介

基于宠物售卖的管理系统,有详细的文档,数据库配置,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.javascriptValidator.launch
     文件        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.xml
     文件          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\meta-INF\
     文件          39  2018-03-02 04:50  宠物管理系统\Ebuy\WebContent\meta-INF\MANIFEST.MF
     目录           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个文件信息

评论

共有 条评论