上传与下载文件

摘要: @LogAnnotation @RequestMapping(value = "/uploadIssuesList") @ApiOperation(httpMethod = "POST", value = "上传文件") public Wrapper<Map<String,Object>> uplo 阅读全文
posted @ 2019-10-14 15:24 奔跑中。。。 阅读(171) 评论(0) 推荐(0)

获取时间工具

摘要: /** * 获取相差天数 * @param beginTime * @param endTime * @return */ public static int getDaysBetween(String beginTime,String endTime) { SimpleDateFormat sdf 阅读全文
posted @ 2019-10-14 15:16 奔跑中。。。 阅读(168) 评论(0) 推荐(0)

JAVA利用JXL导出 EXCEL (在原有的excel模板上把数据导到excel上)

摘要: 添加依赖 <dependency> <groupId>net.sourceforge.jexcelapi</groupId> <artifactId>jxl</artifactId> <version>2.6.12</version> </dependency> package com.cyg.wr 阅读全文
posted @ 2019-06-17 14:45 奔跑中。。。 阅读(591) 评论(0) 推荐(0)