08 2014 档案
摘要:package cn.cctv.net; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileOutputStream; import java.io.InputStream; impo...
阅读全文
摘要:public int importExcel(String path,int type){ if(mark==false){ return 0; }else try{ POIFSFileSystem fs; ...
阅读全文
摘要:(1) action代码package comSys.struts.articleManager;import java.io.File;import java.io.FileInputStream;import java.io.FileOutputStream;import org.apache....
阅读全文
摘要:/*** * 获得根目录 * @returns */function getRootPath() { var strFullPath = window.document.location.href; var strPath = window.document.location.pathn...
阅读全文
摘要:1. 上传文件(1) controller@RequestMapping(value={"/uploadFile"},method={RequestMethod.POST}) public String upload(@RequestParam(value = "file", require...
阅读全文