o19830015 2013-02-16 02:57 采纳率: 12.5%
浏览 1860

currentTimeMillis()中4小时

有个问题,如下函数,有一个名为cachetime的参数,如何设置为4小时?设置4 * 3600000

public static File getCache(String name, Context c, int cacheTime) 
{
    if (cacheTime <= 0)
        return null;
    File cache = new File(c.getCacheDir(), name);
    long now = System.currentTimeMillis();
    if (cache.exists() && (now - cache.lastModified() < cacheTime))
        return cache;
    return null;
}
  • 写回答

1条回答 默认 最新

  • ce_la_vie 2013-02-16 05:54
    关注
    // 4 hours * 60 (min/hour) * 60 (sec/min) * 1000 (msec/sec)
    getCache(name, c, 4 * 3600 * 1000);
    
    评论

报告相同问题?

悬赏问题

  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 对于相关问题的求解与代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料