zoukankan      html  css  js  c++  java
  • 在Firefox浏览器中关闭缓存.命令

    在Firefox中关闭缓存

    看看这里

    在地址栏输入:about:config

    然后在过滤器中输入:browser.cache.disk.enable

    解释:When a page is loaded, it can be cached so it doesn’t need to be downloaded to be redisplayed. For e-mail and news, messages and attachments are cached as well. This preference controls whether to use the hard drive for caching purposes. browser.cache.disk.capacity controls the maximum amount of disk space to use.

    设置为false

    done

    补充:

    网上还有一篇文章介绍如何关闭缓存

    在地址栏输入:about:config

    在过滤器中输入:network.http.use-cache

    解释:When a page is loaded, it can be cached so it doesn’t need to be downloaded to be redisplayed. This preference controls whether to cache files retrieved by HTTP or HTTPS either in memory or on disk.

    设置为:false

    done

  • 相关阅读:
    day39
    day36
    day35
    day34
    深入理解css的margin
    git使用
    java常见的分页实现方式
    jquery常识
    与border不得不说的故事
    测试效果
  • 原文地址:https://www.cnblogs.com/pghWord/p/5112894.html
Copyright © 2011-2022 走看看