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

  • 大小: 11.27MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2023-07-12
  • 語言: 其他
  • 標(biāo)簽: java??

資源簡介

該代碼可以實(shí)現(xiàn)倉庫庫存管理系統(tǒng)的基本功能,實(shí)現(xiàn)對(duì)倉庫中的商品進(jìn)行增刪改查。對(duì)管理員、用戶進(jìn)行增刪改查。總共有八個(gè)頁面,分別是主頁面、供應(yīng)商管理、入庫管理、出庫管理、類別管理,庫存管理等。還包括數(shù)據(jù)庫。

資源截圖

代碼片段和文件信息

package?com.java1234.action;

import?java.io.File;
import?java.io.FileInputStream;
import?java.sql.Connection;
import?java.sql.ResultSet;
import?java.util.ArrayList;


import?javax.servlet.http.HttpServletRequest;


import?net.sf.json.JSONArray;
import?net.sf.json.JSONobject;

import?org.apache.poi.hssf.usermodel.HSSFRow;
import?org.apache.poi.hssf.usermodel.HSSFSheet;
import?org.apache.poi.hssf.usermodel.HSSFWorkbook;
import?org.apache.poi.poifs.filesystem.POIFSFileSystem;
import?org.apache.poi.ss.usermodel.Workbook;
import?org.apache.struts2.ServletActionContext;
import?org.apache.struts2.interceptor.ServletRequestAware;

import?com.opensymphony.xwork2.ActionSupport;
import?com.java1234.dao.GoodsDao;
import?com.java1234.dao.InGoodsDao;
import?com.java1234.dao.OutGoodsDao;
import?com.java1234.dao.SaveGoodsDao;
import?com.java1234.model.Goods;

import?com.java1234.model.PageBean;
import?com.java1234.util.DbUtil;
import?com.java1234.util.ExcelUtil;
import?com.java1234.util.JsonUtil;
import?com.java1234.util.ResponseUtil;
import?com.java1234.util.StringToInt;
import?com.java1234.util.StringUtil;

public?class?GoodsAction?extends?ActionSupport?implements?ServletRequestAware{
private?static?final?long?serialVersionUID?=?1L;
private?Goods?goods;
private?String?goodscode;
private?String?goodsname;
private?String?supplyid;
private?String?typeid;
private?String?goodsothers;
private?String?page;
private?String?rows;
private?String?delIds;
private?String?goodsid;
private?File?goodsUploadFile;

public?File?getGoodsUploadFile()?{
return?goodsUploadFile;
}

public?void?setGoodsUploadFile(File?goodsUploadFile)?{
this.goodsUploadFile?=?goodsUploadFile;
}

HttpServletRequest?request;

public?HttpServletRequest?getRequest()?{
return?request;
}

public?void?setRequest(HttpServletRequest?request)?{
this.request?=?request;
}

public?String?getSupplyid()?{
return?supplyid;
}

public?void?setSupplyid(String?supplyid)?{
this.supplyid?=?supplyid;
}

public?String?getTypeid()?{
return?typeid;
}

public?void?setTypeid(String?typeid)?{
this.typeid?=?typeid;
}

public?String?getGoodscode()?{
return?goodscode;
}

public?void?setGoodscode(String?goodscode)?{
this.goodscode?=?goodscode;
}

public?String?getGoodsname()?{
return?goodsname;
}

public?void?setGoodsname(String?goodsname)?{
this.goodsname?=?goodsname;
}

public?String?getGoodsothers()?{
return?goodsothers;
}

public?void?setGoodsothers(String?goodsothers)?{
this.goodsothers?=?goodsothers;
}

public?String?getGoodsid()?{
return?goodsid;
}

public?void?setGoodsid(String?goodsid)?{
this.goodsid?=?goodsid;
}

public?String?getPage()?{
return?page;
}

public?void?setPage(String?page)?{
this.page?=?page;
}

public?String?getRows()?{
return?rows;
}

public?void?setRows(String?rows)?{
this.rows?=?rows;

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-12-05?15:53??源代碼\
?????目錄???????????0??2019-12-05?15:53??源代碼\InventoryManageSystem\
?????文件?????????727??2018-07-09?17:25??源代碼\InventoryManageSystem\.classpath
?????文件????????1270??2018-07-09?17:25??源代碼\InventoryManageSystem\.project
?????目錄???????????0??2019-12-05?15:53??源代碼\InventoryManageSystem\.settings\
?????文件?????????503??2018-07-09?17:25??源代碼\InventoryManageSystem\.settings\.jsdtscope
?????文件?????????395??2018-07-09?17:25??源代碼\InventoryManageSystem\.settings\org.eclipse.jdt.core.prefs
?????文件?????????493??2018-07-09?17:25??源代碼\InventoryManageSystem\.settings\org.eclipse.wst.common.component
?????文件?????????305??2018-07-09?17:25??源代碼\InventoryManageSystem\.settings\org.eclipse.wst.common.project.facet.core.xml
?????文件??????????49??2018-07-09?17:25??源代碼\InventoryManageSystem\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2018-07-09?17:25??源代碼\InventoryManageSystem\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????目錄???????????0??2019-12-05?15:53??源代碼\InventoryManageSystem\WebContent\
?????文件????????8770??2018-07-09?17:25??源代碼\InventoryManageSystem\WebContent\Goods.jsp
?????文件????????6077??2018-07-09?17:25??源代碼\InventoryManageSystem\WebContent\GoodsInfo.jsp
?????文件????????5274??2018-07-09?17:25??源代碼\InventoryManageSystem\WebContent\GoodsTypeManage.jsp
?????文件????????9069??2018-07-09?17:25??源代碼\InventoryManageSystem\WebContent\InGoods.jsp
?????目錄???????????0??2019-12-05?15:53??源代碼\InventoryManageSystem\WebContent\meta-INF\
?????文件??????????39??2018-07-09?17:25??源代碼\InventoryManageSystem\WebContent\meta-INF\MANIFEST.MF
?????文件????????7673??2018-07-09?17:25??源代碼\InventoryManageSystem\WebContent\OutGoods.jsp
?????文件????????6794??2018-07-09?17:25??源代碼\InventoryManageSystem\WebContent\SaveGoods.jsp
?????文件????????6313??2018-07-09?17:25??源代碼\InventoryManageSystem\WebContent\SupplyManManage.jsp
?????目錄???????????0??2019-12-05?15:53??源代碼\InventoryManageSystem\WebContent\WEB-INF\
?????目錄???????????0??2019-12-05?15:53??源代碼\InventoryManageSystem\WebContent\WEB-INF\lib\
?????文件??????231320??2018-07-09?17:25??源代碼\InventoryManageSystem\WebContent\WEB-INF\lib\commons-beanutils-1.8.0.jar
?????文件??????571259??2018-07-09?17:25??源代碼\InventoryManageSystem\WebContent\WEB-INF\lib\commons-collections-3.2.jar
?????文件???????59590??2018-07-09?17:25??源代碼\InventoryManageSystem\WebContent\WEB-INF\lib\commons-fileupload-1.2.2.jar
?????文件??????159509??2018-07-09?17:25??源代碼\InventoryManageSystem\WebContent\WEB-INF\lib\commons-io-2.0.1.jar
?????文件??????261809??2018-07-09?17:25??源代碼\InventoryManageSystem\WebContent\WEB-INF\lib\commons-lang-2.4.jar
?????文件??????315805??2018-07-09?17:25??源代碼\InventoryManageSystem\WebContent\WEB-INF\lib\commons-lang3-3.1.jar
?????文件???????60686??2018-07-09?17:25??源代碼\InventoryManageSystem\WebContent\WEB-INF\lib\commons-logging-1.1.1.jar
?????文件???????77826??2018-07-09?17:25??源代碼\InventoryManageSystem\WebContent\WEB-INF\lib\ezmorph-1.0.3.jar
............此處省略772個(gè)文件信息

評(píng)論

共有 條評(píng)論