zoukankan      html  css  js  c++  java
  • 在Firefox中关闭缓存

    火狐缓存说明:https://developer.mozilla.org/en-US/docs/Mozilla/Preferences/Mozilla_networking_preferences#Cache

    在地址栏输入: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

    还有一个属性:browser.cache.memory.enable

    browser.cache.disk.enable/browser.cache.memory.enable 指上面的属性打开(true)后,设置保存在disk还是memory。

    因为网上文章有误,所以我特意删除了一些信息。

    原文可以参考:http://www.cnblogs.com/hutton/p/4585015.html

     关于IE不能调试的原因:

     IE调试的时候会跟VS通信,加载样式、脚本源文件 ,当你在VS改了样式的时候,浏览器里可以立即生效,应该是这部分出错了。
  • 相关阅读:
    Spring aop 实现异常拦截
    drf 视图家族
    算法与数据结构
    接口
    Kubernetes
    drf
    drf 序列化
    drf 内部模块
    drf 接口
    vue
  • 原文地址:https://www.cnblogs.com/gallop/p/6844363.html
Copyright © 2011-2022 走看看