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

推荐订阅源

T
The Blog of Author Tim Ferriss
TaoSecurity Blog
TaoSecurity Blog
U
Unit 42
Blog — PlanetScale
Blog — PlanetScale
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
大猫的无限游戏
大猫的无限游戏
NISL@THU
NISL@THU
Scott Helme
Scott Helme
G
Google Developers Blog
T
Threat Research - Cisco Blogs
aimingoo的专栏
aimingoo的专栏
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Apple Machine Learning Research
Apple Machine Learning Research
H
Hackread – Cybersecurity News, Data Breaches, AI and More
T
The Exploit Database - CXSecurity.com
G
GRAHAM CLULEY
The Cloudflare Blog
The Hacker News
The Hacker News
Spread Privacy
Spread Privacy
N
Netflix TechBlog - Medium
Hacker News: Ask HN
Hacker News: Ask HN
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
C
Cisco Blogs
O
OpenAI News
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Forbes - Security
Forbes - Security
Recorded Future
Recorded Future
C
CXSECURITY Database RSS Feed - CXSecurity.com
D
DataBreaches.Net
云风的 BLOG
云风的 BLOG
S
Security Affairs
B
Blog RSS Feed
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
P
Privacy & Cybersecurity Law Blog
Martin Fowler
Martin Fowler
Know Your Adversary
Know Your Adversary
F
Full Disclosure
The GitHub Blog
The GitHub Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Google DeepMind News
Google DeepMind News
博客园 - Franky
F
Fortinet All Blogs
Last Week in AI
Last Week in AI
C
Cybersecurity and Infrastructure Security Agency CISA
L
Lohrmann on Cybersecurity
T
Tenable Blog
V
V2EX
W
WeLiveSecurity
Google Online Security Blog
Google Online Security Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed

博客园 - 而且

参考网上例子,在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