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

推荐订阅源

T
Tailwind CSS Blog
P
Proofpoint News Feed
V
Visual Studio Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
爱范儿
爱范儿
Microsoft Azure Blog
Microsoft Azure Blog
Recent Announcements
Recent Announcements
Vercel News
Vercel News
Hugging Face - Blog
Hugging Face - Blog
GbyAI
GbyAI
博客园 - 聂微东
D
DataBreaches.Net
酷 壳 – CoolShell
酷 壳 – CoolShell
Microsoft Security Blog
Microsoft Security Blog
L
LangChain Blog
美团技术团队
H
Help Net Security
aimingoo的专栏
aimingoo的专栏
C
Check Point Blog
U
Unit 42
博客园 - 叶小钗
有赞技术团队
有赞技术团队
M
MIT News - Artificial intelligence
MongoDB | Blog
MongoDB | Blog

博客园 - qufo

Golang 线程池 Docker 实现的 redis 主从 Golang 之 Base62 编码 Golang 之 Qrcode 二维码 Golang 之 key-value LevelDB 无废话 Thrift 之 Hello World( PHP 版). [转] putty 使用密钥登陆 OpenSSH 一个视图引发的血案 破一个行业ERP的感想 七七前一天,搞定 PHP5 + Oracle 8.1.7 去掉PowerDesigner 15 在 Visual Studio 2008里的不兼容。 回家 庆祝自己通过驾驶员考试 2008.08.08.一个有记住意义的时刻。 adverbux.com 明天路考 blank.security 距离2008年8月8日还有8天。 随时10个可用线程--自己涂鸦的“线程池”
Practical Ext JS Projects with Gears中关于Gears描述。
qufo · 2009-08-26 · via 博客园 - qufo

去找了一本 Practical Ext JS Projects with Gears 来看了一下。立刻翻到关于Gears的那一章,仔细一看,发现如下:

LocalServer
The LocalServer component of Gears enables you to cache and serve the resources that go
into rendering a web page from a local cache. This may not sound too exciting at first. In fact,
your initial thought may be, “Browsers already have caches, so what’s the big deal?”
The big deal, my friend, is that this cache is under your programmatic control. You can tell
it what resources to cache and serve, and when. In other words, you can take an application
“offline,” assuming all its resources are in the cache, meaning a connection to the server is no
longer required.
There is obvious potential in terms of performance too, although interestingly, that’s a
secondary concern at best. It’s that ability to go offline and still have an application work that
LocalServer is there to address.
The applications in this book won’t be using LocalServer, so I won’t go into anymore
detail on it here. This is, after all, a book on Ext JS and not Gears! Go to http://gears.google.
com to learn more if LocalServer is something that interests you.

最后一段雷死我了,我找错了地方?