- 博客(3)
- 收藏
- 关注
原创 SpringCloud 通过Feign 调用其他服务下载文件
SpringCloud 微服务中 通过Feign 调用文件下载接口 下载文件 不能使用 HttpServletResponse 接受文件流. 1. 使用 feign.Response, 调用完远程接口后,再获取处理返回的文件流 2. 使用ResponseEntity<byte[]> 来传送文件流 a. 远程文件下载接口 ResponseEntity&...
2018-09-04 17:24:39
9281
2
原创 java HttpClient 下载文件关于 content-length 为 -1 的问题
在系统使用 HttpClient 去服务器下载文件时,以 以下 代码为例,需要使用getContentLength判断content-length的长度 response = getHttpClient().execute(httpPost); log.info("message:download请求状态, param:[status:{}]" ,resp...
2018-09-04 17:11:30
6581
原创 使用VBScript 遍历根目录下所有文件夹的excel并格式化为其他excel格式
'write by shawn in 2017/09/14 Dim oFso,now_current_path,CurrentPath_Now,oSubFolders,Filename,Filename2,CountSet oFso = CreateObject("Scripting.FileSystemObject") Set CurrentPath_Now = oFso.GetFo
2017-09-14 20:49:10
473
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人