随笔分类 -  其它

摘要:配置文件读取问题 同包配置文件读取 this.getClass().getResourceAsStream("/img/logo.png"); jar包提供给别的程序依赖,配置外部配置文件 pop.load(new FileInputStream(new File(this.getClass().g 阅读全文
posted @ 2021-09-21 16:25 ynsocool 阅读(64) 评论(0) 推荐(0)
摘要:下载项目下的文件 /** * 下载文件. * @param response 响应 */ @Override public void downLoadFile(HttpServletResponse response) { String fileName = "文件名" + ".doc"; File 阅读全文
posted @ 2021-09-21 16:23 ynsocool 阅读(41) 评论(0) 推荐(0)
摘要:Base64文件下载 阅读全文
posted @ 2020-12-02 10:18 ynsocool 阅读(313) 评论(0) 推荐(0)