-
1:能够设置图片压缩大小格式,例如:20x20,100x100,防止随意生成不同格式图片。
2:图片可能存储fastdfs中,nginx通过http请求下载图片到本地,在压缩,添加水印。
3:可以缓存压缩图片,如果已经压缩过,还重复压缩吗?
我以前通过nginx+lua方式做过:http://www.iteye.com/topic/1125126
melin updated
9 years ago
-
如题, 这样大家都很方便了, 而且能同步最新版本; 发布流程可参考 http://www.arccode.net/publish-artifact-to-maven-central-repository.html
-
1、我们需要将文件加密后的byte[]存入fastdfs
2、nginx模块取出来的是加密的byte[]
3、我们目前是自己新写了一个服务,用这个服务去请求fastdfs的文件,然后解密后返回给前端
请问有更优雅的实现方式嘛
-
```
5.02版本
做压测的时候两个storage报错
[2014-06-10 11:31:39] ERROR - file: storage_dio.c, line: 462, write to file:
/home/yuqing/fastdfs/data/.cp86619.tmp fail, fd=24, write_bytes=-262134, errno:
14, error…
-
```
5.02版本
做压测的时候两个storage报错
[2014-06-10 11:31:39] ERROR - file: storage_dio.c, line: 462, write to file:
/home/yuqing/fastdfs/data/.cp86619.tmp fail, fd=24, write_bytes=-262134, errno:
14, error…
-
```
5.02版本
做压测的时候两个storage报错
[2014-06-10 11:31:39] ERROR - file: storage_dio.c, line: 462, write to file:
/home/yuqing/fastdfs/data/.cp86619.tmp fail, fd=24, write_bytes=-262134, errno:
14, error…
-
https://841809077.github.io/2020/03/05/spring-boot-fastdfs-upload-and-download-file.html
-
在定时关闭连接,或者在借出连接时,如果发现连接已经关闭,再去调用close方法,必然会出发这个错误,能否在连接关闭时做个判断,如果连接关闭时,就不调用 this.socket.getOutputStream().write(header);这一步了,避免打出一个标题错误日志。
public synchronized void close() {
LOGGER.debug…
-
可不可以添加对响应式编程的支持,系统全面拥抱spring 的webflux,发现好像fastdfs的io是阻塞式的
-
有时上传文件时会出现以下错误,不知道大家有没有遇到过类似问题?
throws java.io.IOException,org.csource.common.MyException]
2016-06-15 11:52:27,462 [DEBUG] [AbstractBeanFactory.java] doGetBean http-bio-5004-exec-2: 248 -- Returning…