摘要: ssm项目实现excel与数据库双向导入 环境介绍 环境:SSM+Maven+Poi+jsp+mysql+jdk1.8 pom.xml <!-- 文件上传 --> <dependency> <groupId>commons-fileupload</groupId> <artifactId>commo 阅读全文
posted @ 2022-05-03 20:07 ASini 阅读(121) 评论(0) 推荐(0) 编辑
摘要: SSM中下载文件到指定位置 后端代码中请求头设置 response.setHeader("Content-Disposition","attachment;filename="+new String("测试表.xls".getBytes(),"ISO-8859-1")); response.setC 阅读全文
posted @ 2022-05-03 19:48 ASini 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 解决方法:注意项目路径下的resouces的状态,要是普通文件夹就不行,需要make dict as resous 阅读全文
posted @ 2022-05-03 12:58 ASini 阅读(475) 评论(0) 推荐(0) 编辑