当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
猜你喜欢
随机推荐
【快速因數分解】Pollard's Rho 演算法
Vue 3 responsive Foundation
Introduction to Google software testing
03_ Detailed explanation and test of installation and configuration of Ubuntu Samba
iptables基礎原理和使用簡介
微服務 - 如何解決鏈路追蹤問題
“颜值经济”的野望:华熙生物净利率六连降,收购案遭上交所问询
X Window System介紹
The practice of the architecture of Internet public opinion system
Vue.js移动端左滑删除组件
如何将数据变成资产?吸引数据科学家
JetCache埋点的骚操作,不服不行啊
【效能優化】納尼?記憶體又溢位了?!是時候總結一波了!!
How to get started with new HTML5 (2)
Every day we say we need to do performance optimization. What are we optimizing?
給萌新HTML5 入門指南(二)
How do the general bottom buried points do?
对pandas 数据进行数据打乱并选取训练机与测试机集
Chainlink将美国选举结果带入区块链 - Everipedia
我们编写 React 组件的最佳实践