当前位置:网站首页>7.3.2 File Download & big file download
7.3.2 File Download & big file download
2020-11-06 01:14:00 【Memory】
All the source code in the project can be found in the linked repository :https://github.com/chenhaoxiang/uifuture-ssm
List of articles
7.3.2 adopt ResponseEntity Download the file
7.3.1 Section shows the transfer of files and objects , Now let's show you Spring MVC File download in .
The file download is relatively simple , You can also download files directly from the page by accessing the hyperlink to the file . But if the file name is Chinese name , It's possible that in some early browsers, it could lead to garbled code , So the download failed .
Spring MVC Provides ResponseEntity type , It is very convenient to define return header, return file name and status code .
stay FileController Add download method in . Take a look at Controller Class provides the download file method , Such as code list 7-27 Shown .
Controller Download method of layer
Code list 7-27:Controller Download method of layer
/**
* If there's a big file , Meeting OOM.
* There will be java.lang.OutOfMemor
版权声明
本文为[Memory]所创,转载请带上原文链接,感谢
边栏推荐
猜你喜欢
随机推荐
Basic principle and application of iptables
Using Es5 to realize the class of ES6
Pattern matching: The gestalt approach一种序列的文本相似度方法
6.8 multipartresolver file upload parser (in-depth analysis of SSM and project practice)
Jmeter——ForEach Controller&Loop Controller
(1)ASP.NET Core3.1 Ocelot介紹
数字城市响应相关国家政策大力发展数字孪生平台的建设
小白量化投资交易入门课(python入门金融分析)
Serilog原始碼解析——使用方法
中国提出的AI方法影响越来越大,天大等从大量文献中挖掘AI发展规律
Jmeter——ForEach Controller&Loop Controller
mac 安装hanlp,以及win下安装与使用
直播预告 | 微服务架构学习系列直播第三期
免费的专利下载教程(知网、espacenet强强联合)
人工智能学什么课程?它将替代人类工作?
TensorFlow2.0 问世,Pytorch还能否撼动老大哥地位?
Azure Data Factory(三)整合 Azure Devops 實現CI/CD
Kitty中的动态线程池支持Nacos,Apollo多配置中心了
不吹不黑,跨平臺框架AspNetCore開發實踐雜談
用Keras LSTM构建编码器-解码器模型