我的文件系统只读了几天。在我的/var/log/messages上搜索一些东西并找到了这个。
****EMITTING CHANGED for /sys/devices/pci0000:00/0000:00:11/host0/target0:0:0/0:0:0:0/block/sda
****Refreshing ATA SMART data for /sys/devices/pci0000:00/0000:00:11/host0/target0:0:0/0:0:0:0/block/sda
helper(pid 3495):launched job udisks-helper-ata-smar
我在我的安卓应用程序中使用进行图像缓存。它是用于Volley的LRU缓存的实现,因为它本身不提供任何图像缓存。
尽管它确实使用来缓存HTTP请求。现在谈到这个问题,当FileNotFoundExceptions试图获取或删除缓存条目时,我会反复获得DiskBasedCache。
下面是样本日志。
23833 Volley D [47291] DiskBasedCache.remove: Could not delete cache entry for key=http://a2.mzstatic.com/us/r30/Music1/v4/69/66/0b/
我英语不好。但我需要知道新固定线程池的情况。
enter code here
ExecutorService executorService = new FixedThreadPool().newFixedThreadPool(4);
.....
public class FixedThreadPool {
private ExecutorService newFixedThreadPool(int nThreads) {
return new ThreadPoolExecutor(nThreads, nThreads,