上一页 1 2 3 4 5 6 7 ··· 11 下一页
摘要: String photoUrl = data.getString("attachment"); String filename = photoUrl.substring(photoUrl.lastIndexOf("/")); //生成图片链接的url类 URL urlImg = new URL(ph 阅读全文
posted @ 2020-04-16 13:07 Bob.Xie 阅读(1536) 评论(0) 推荐(0) 编辑
摘要: /** * html导出word * @param person 人员数据 * @param wordfile word入径 * @param filtlist 过滤子弹 * @param showCJ 是否导出成绩 * @throws InvalidParameterException * @th 阅读全文
posted @ 2020-03-04 13:48 Bob.Xie 阅读(1549) 评论(0) 推荐(0) 编辑
摘要: SXSSFWorkbook workbook = new SXSSFWorkbook();// 创建一个Excel文件 Sheet sheet = workbook.createSheet(filename);// 创建一个Excel的Sheet ...... row = sheet.getRow( 阅读全文
posted @ 2020-02-25 17:59 Bob.Xie 阅读(18650) 评论(2) 推荐(1) 编辑
摘要: ofbiz编译报错: 找不到org.ofbiz.widget.DataResourceWorkerInterface的类文件 找不到org.ofbiz.widget.ContentWorkerInterface的类文件 解决方法: 在application 下的order, party, produ 阅读全文
posted @ 2019-12-10 16:10 Bob.Xie 阅读(209) 评论(0) 推荐(0) 编辑
摘要: showYjdkhMessage:按钮id 阅读全文
posted @ 2019-12-10 14:46 Bob.Xie 阅读(214) 评论(0) 推荐(0) 编辑
摘要: canvas2image.js html2canvas.min.js 阅读全文
posted @ 2019-11-19 17:06 Bob.Xie 阅读(895) 评论(0) 推荐(0) 编辑
摘要: 1、前台js保存 2、controller配置 3、service配置 3、service保存方法 注意:因为保存模板是html代码,所以要在service配置时,在模板内容的入参加一个参数: allow-html="any" <attribute name="templateContent" mo 阅读全文
posted @ 2019-11-06 13:28 Bob.Xie 阅读(174) 评论(0) 推荐(0) 编辑
摘要: forEachStatus.index+1 阅读全文
posted @ 2019-11-01 10:58 Bob.Xie 阅读(112) 评论(0) 推荐(0) 编辑
摘要: import java.io.File; import java.io.FileOutputStream; import org.zefer.pd4ml.PD4Constants; import org.zefer.pd4ml.PD4ML; import org.zefer.pd4ml.PD4PageMark; import javax.print.Doc; import javax.print. 阅读全文
posted @ 2019-09-23 10:42 Bob.Xie 阅读(4485) 评论(0) 推荐(0) 编辑
摘要: 公共刷新方法 触发刷新方法 阅读全文
posted @ 2019-09-18 15:04 Bob.Xie 阅读(365) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 11 下一页