84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
我的网站访问图片和视频都是通过java .do后缀 的请求来处理的,比如我访问一张图片1.jpg,我的请求是www.xxx.com/getFile.do?file=1.jpg这样的,通过io流来获取的,请问这种可以用cdn加速吗?还有视频的也是通过这种访问方式进行的,可以用cdn加速吗
人生最曼妙的风景,竟是内心的淡定与从容!
Why do you need IO stream? If you access it this way, you can directly return the file. url
url
Probably not. Your resources are all read from the server. How can the CND server cache them?
Why do you need IO stream? If you access it this way, you can directly return the file.
url
Probably not. Your resources are all read from the server. How can the CND server cache them?