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

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hacker News: Front Page
P
Palo Alto Networks Blog
T
ThreatConnect
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
T
True Tiger Recordings
P
Privacy & Cybersecurity Law Blog
B
Blog
IT之家
IT之家
Last Week in AI
Last Week in AI
F
Full Disclosure
Hacker News: Ask HN
Hacker News: Ask HN
C
Comments on: Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Cybersecurity and Infrastructure Security Agency CISA
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
N
News and Events Feed by Topic
NISL@THU
NISL@THU
腾讯CDC
雷峰网
雷峰网
Security Latest
Security Latest
李成银的技术随笔
M
Microsoft Research Blog - Microsoft Research
L
LangChain Blog
L
Lohrmann on Cybersecurity
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
C
Check Point Blog
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
博客园 - Franky
N
News | PayPal Newsroom
V
V2EX
A
About on SuperTechFans
The Register - Security
The Register - Security
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google Online Security Blog
Google Online Security Blog
MyScale Blog
MyScale Blog
Cisco Talos Blog
Cisco Talos Blog
Vercel News
Vercel News
WordPress大学
WordPress大学
C
Cyber Attacks, Cyber Crime and Cyber Security
The Hacker News
The Hacker News
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
爱范儿
爱范儿
A
Arctic Wolf
L
LINUX DO - 最新话题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

博客园 - 而且

参考网上例子,在PPT中批量设置m3的3为上标的VBA 分享自己动手弄的基于Rime的新世纪五笔输入法码表 快速设置IP的脚本 word中几个好用的宏代码(立方米上标、关闭样式自动更新、删除无效样式、表格加粗边框、宋体引号) word中设置首行缩进的快捷键 加密的encrypted.google.com不能访问的解决方法 - 而且 安装CASS后CAD的快捷键与工具栏恢复方法(含ctrl+z,复制、粘贴等) 在word2010里裁剪cad等图像 - 而且 解决奇妙的Dell显示器屏幕闪的问题 批量替换excel里的软回车 360,你还能再流氓一点吗? Google Earth批量生成地标文件(kml)的Excel VBA代码 - 而且 [转]Arcgis制作泰森多边形具体步骤 删除word中的参考文献引用标记 Aquaveo.GMS.v7.1.3.0.x86-REDT 修改的2010版word与excel的菜单,把常用的提取了出来 转一个按月统计的SQL语句 amChart图形控件在asp.net中的使用 [转]免费网站推广
[转]如何让Firefox优化得比Chrome更快
而且 · 2010-03-08 · via 博客园 - 而且

如何让Firefox优化得比Chrome更快 Firefox一向比IE快得多,但Google Chrome发布之后,Firefox便更像是龟兔赛跑中的乌龟而不是火狐了。这篇文章提供了优化方法让Firefox优化得比Chrome更快:

1、安装BleachBit(选择下载多语言版,支持Linux和Windows,已包含在Ubuntu 和Debian软件仓库内),专门用于释放磁盘空间的开源工具,可清除Firefox的缓存和历史,改进启动速度。

2、在地址栏输入about:config,改变设置以更快的渲染网页:创建新的整数值content.notify.backoffcount, 设定值为5;创建新的值nglayout.initialpaint.delay,设定为0。第一个值是让Firefox不要等到整个网页全部下载后再去 渲染,第二个值是改进渲染速度,不要等待网页的布局信息全部下载后再渲染。

3、优化历史:打开about:config,将储存的浏览历史过期天数browser.history_expire_days从默认的180天 从改为7天,browser.history_expire_days_min从默认的90天改为7天(两个值也可以该为14或其它较低的天 数),browser.history_expire_sites定义储存的最大网站数量从默认的40000降到更少。

4、加速菜单:打开about:config,创建新整数ui.submenuDelay,值设为0。

5、禁用IPv6,IPv4仍然是主流,IPv6数量很少,因此关闭它可以提高速度:打开about:config,将network.dns.disableIPv6从默认的'False'改为'True'。

6、增加缓存空间,如果你的内存有2GB,那么不妨把缓存设置大一点:打开about:config,创建browser.cache.memory.capacity,设为32768。"

7、使用TraceMonkey JavaScript引擎:打开about:config,改javascript.options.jit.chrome为True,javascript.options.jit.content的值为True。

8、优化TCP:打开about:config,加入(有些服务器不支持)

browser.tabs.showSingleWindowModePrefs – true

network.http.max-connections – 48

network.http.max-connections-per-server – 16

network.http.max-persistent-connections-per-proxy – 8

network.http.max-persistent-connections-per-server – 4

network.http.pipelining – true

network.http.pipelining.maxrequests – 8

network.http.proxy.pipelining – true

network.http.request.timeout – 300

content.notify.ontimer - true

trim_on_minimize - true (Windows only)

content.interrupt.parsing - true

content.max.tokenizing.time - 2250000

content.maxtextrun - 8191

content.notify.interval - 750000

content.switch.threshold - 750000