惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
爱范儿
爱范儿
T
The Exploit Database - CXSecurity.com
量子位
T
Tailwind CSS Blog
T
Threatpost
The GitHub Blog
The GitHub Blog
AWS News Blog
AWS News Blog
云风的 BLOG
云风的 BLOG
K
Kaspersky official blog
P
Proofpoint News Feed
博客园 - 司徒正美
L
LangChain Blog
T
Threat Research - Cisco Blogs
C
CERT Recently Published Vulnerability Notes
罗磊的独立博客
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 叶小钗
S
Secure Thoughts
The Last Watchdog
The Last Watchdog
Spread Privacy
Spread Privacy
H
Hacker News: Front Page
T
Troy Hunt's Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News
W
WeLiveSecurity
A
Arctic Wolf
Apple Machine Learning Research
Apple Machine Learning Research
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
P
Proofpoint News Feed
T
Tor Project blog
T
The Blog of Author Tim Ferriss
I
Intezer
P
Privacy & Cybersecurity Law Blog
美团技术团队
N
Netflix TechBlog - Medium
博客园_首页
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
Vulnerabilities – Threatpost
Application and Cybersecurity Blog
Application and Cybersecurity Blog
G
Google Developers Blog
Attack and Defense Labs
Attack and Defense Labs
T
Tenable Blog
月光博客
月光博客
Stack Overflow Blog
Stack Overflow Blog
J
Java Code Geeks
腾讯CDC
Microsoft Security Blog
Microsoft Security Blog
A
About on SuperTechFans
Last Week in AI
Last Week in AI

博客园 - 周末

JS判断IE6,ie7,ie8,ff ASP.NET(C#) 四舍五入、进一法、舍位(取整,舍去小数,向负无穷舍入)函数 在线用户统计的实现方法 HttpModule与HttpHandler详解 IE bug: 1像素的dotted/dashed边框 JS日期计算函数 同时兼容ie和ff的获取事件的方法 关于JS冒泡的问题 jQuery load()方法的美妙用法 兼容各主流浏览器的简单拖拽drag CSS 使用expression方法优化 判断 iframe 是否加载完成的完美方法 setCapture,captureEvents,releaseCapture 的技巧。 经典左右两列布局CSS 准确取得当前滚动条的位置 不常用的有意思的标签:optgroup log4net的日志输出格式-log4net.Layout.PatternLayout用法 log4net 将日志按不同类型写入多个文件 vs2008.net多语言实现方法
FireFox使用技巧
周末 · 2009-06-22 · via 博客园 - 周末

Posted on 2009-06-22 18:01  周末  阅读(315)  评论()    收藏  举报

FireFox使用技巧

关键字: 取消页面缓存

  1. 调试程序的时候发现FireFox在访问一些页面时会不能及时更新,总是把缓存的页面显示出来,总要自己刷一下才行。Google了一下, 找到解决方法如下:
    在FireFox 的地址栏目输入:about:config
    在弹出的界面中找到如下项目:
    browser.cache.check_doc_frequency
    缺省设置为3,改为1
    Set how often to check accuracy of cached documents 设定检查是否需要更新缓存文档的频率
    • 0 : Once per session 每个进程一次 每次启动Firefox时检查
    • 1 : Each time 每次访问此页时检查
    • 2 : Never 不检查
    • 3 : When appropriate/automatically 自动

           可以到这里看看FireFox 的配置解释:http://wiki.mozcn.org/index.php/Firefox:aboutconfig_B

  2. 在地址栏中访问about:cache,可以看到当前浏览器的缓存文件。about:config是详细设置界面。
  3. 有时会希望发送的地址支持UTF-8。还是 about:config ,在“过滤器”中输入utf8,将 _network.standard-url.encode-utf8_ 设为true, _network.standard-url.escape-utf8_ 设为false。这样,我们在资源管理器中双击.htm文件用Firefox打开的时候,就不会出现错误信息了。

Firefox的7个隐藏页面

不仅仅是about:config哦... about:blank不算。

  • about: 一个简单的介绍页面,类似帮助菜单里面的About。
  • about:buildconfig: 显示所有build和平台相关的配置/参数
  • about:cache: 所有和Cache相关的配置和信息 - 难怪我在about:config里面找不到cache目录在哪里 -.-
  • about:config: 这个应该都知道,配置firefox的地方,所有常用的开关啦参数啦都在这里了
  • about:plugins: 显示所安装插件的详细信息
  • about:Mozilla: 配色极其丑陋的白痴页面...