4
2
0
2
摘要: import org.apache.axis.client.Call; import org.springframework.context.annotation.Configuration; import javax.xml.namespace.QName; import javax.xml.rp 阅读全文
posted @ 2021-09-12 14:29 CoderTL 阅读(97) 评论(0) 推荐(0) 编辑
摘要: import cn.afterturn.easypoi.excel.ExcelExportUtil; import cn.afterturn.easypoi.excel.ExcelImportUtil; import cn.afterturn.easypoi.excel.entity.ExportP 阅读全文
posted @ 2021-09-12 13:33 CoderTL 阅读(104) 评论(0) 推荐(0) 编辑
摘要: public class GetFileExtUtil { /** * 获取文件扩展名 * @param path 文件路径 */ public static String getExt(String path) { if (path == null || path.equals("") || !p 阅读全文
posted @ 2021-09-12 13:32 CoderTL 阅读(34) 评论(0) 推荐(0) 编辑