离线数据存储& 使用 jQuery 访问

发布于 2024-07-18 05:18:16 字数 174 浏览 4 评论 0原文

有人有编写离线数据存储和数据存储的经验吗? 访问 jquery 上的应用程序。 我的服务器端应用程序将是一个 ASP.Net 应用程序。 基本上,我将提供网络应用程序的精简版本,以便用户可以在离线时访问一些数据,并在再次连接时同步数据。 我听说过 google gears,但想听听使用过它的人或对这个主题了解更多的人的意见。

does anybody have any experience writing up a offline data storage & access app on jquery. my server side app would be an ASP.Net app. basically, i would be providing a trimmed down version of my web app so that users could access some of the data while they are offline and can sync the data when they connect again. I have heard of google gears but wanted to hear from people who have used it or who know more on this subject.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

初见终念 2024-07-25 05:18:16

没有插件是很难甚至不可能的,因为你唯一的选择是有 4k 限制的 Cookie。

看起来像其他人建议的 jquery-store 使用 Flash 作为数据存储。
http://code.google.com/p/jquery-jstore/ 。 我有偏见,除非绝对必要,否则不喜欢闪光灯。 我在它和记忆方面遇到了问题。 所以这里有一些其他选择:

Google Gears 似乎就是您想要的。
http://gears.google.com/

Gears 它不是特定于 jQuery 的。 有人正在为其编写 jQuery 包装器 http://code.google.com/p/jquery -离线/

It's difficult to impossible to do without a plugin since your only option is a Cookie which has a 4k limit.

Looks like the jquery-store that others have suggested uses Flash as a data store.
http://code.google.com/p/jquery-jstore/ . I am biased and don't like flash unless absolutely necessary. I have had issues with it and memory. So here are some other options:

Google Gears seems to be the one that is going to be what you want.
http://gears.google.com/

Gears it is not jQuery specific. Someone is writing a jQuery wrapper for it http://code.google.com/p/jquery-offline/

笑叹一世浮沉 2024-07-25 05:18:16

这可能会有一些帮助 jquery-offline

this can be of some help jquery-offline

翻了热茶 2024-07-25 05:18:16

有一些 jquery 插件可以做到这一点:
http://plugins.jquery.com/taxonomy/term/1589

这也是关于此事的好帖子:

There are a few jquery plugins for that:
http://plugins.jquery.com/taxonomy/term/1589

Also this a good post about the matter:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文