离线数据存储& 使用 jQuery 访问
有人有编写离线数据存储和数据存储的经验吗? 访问 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
没有插件是很难甚至不可能的,因为你唯一的选择是有 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/
这可能会有一些帮助 jquery-offline
this can be of some help jquery-offline
有一些 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: