随笔- 488
文章- 1
评论- 31
阅读-
144万
11 2019 档案
Java 文件句柄泄露问题解决小记(转)
摘要:转:Java 文件句柄泄露问题解决小记 维护 WebIDE 免不了要管理很多的文件, 自从我们线上系统增加了资源回收功能,便一直受一个问题困扰:后台线程解绑目录时偶尔报错,看症状因为是某些文件被占用了,目录不能解绑。但是由于系统中很多地方都有打开文件,各种包也存在复杂的的引用关系,在搜查几遍代码后并
阅读全文
Nginx warn:an upstream response is buffered to a temporary file
摘要:我通过nginx下载文件,error.log中出现如下警告日志:warn:an upstream response is buffered to a temporary file 。 虽然网上各种例子都是通过增加fastcgi_buffers 和fastcgi_buffer_size来解决此问题。
阅读全文
HttpClient详解
摘要:<dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.3.*</version></dependency> BTW,4.3版本不设置超时的话,一
阅读全文