gpt4 book ai didi

caching - Sencha 触摸2 : Cannot disable the disableCache mechanism - app does not run offline

转载 作者:行者123 更新时间:2023-12-02 06:59:33 24 4
gpt4 key购买 nike

在我的 SenchaTouch 2 应用程序中,app.js 中的第一行内容如下:

Ext.Loader.setConfig( {enabled: true, disableCaching: false} );
Ext.data.Connection.disableCaching = false;
Ext.data.JsonP.disableCaching = false;
Ext.data.proxy.Server.prototype.noCache = false;
Ext.Ajax.disableCaching = false;

该应用程序编译为生产版本,没有错误或警告。它从服务器加载并运行。当我尝试在 Chrome 中离线运行它时,会出现 404 错误

GET http://myServer/m/Override/...=1346682646496 /m/Override/slider/Slider.js?_dc=1346682646496:1
GET http://myServer/m/app.json?1346682646693 /m/:6

这表明disableCache参数的时间戳被附加到GET请求中。因此,该应用程序不会离线加载。它卡在“应用程序正在加载...”屏幕上。如何启用缓存并避免此 _dc 参数?

SDK版本为2.0.1.1

--更新:找到解决方法。 app.js 中集成 Slider.js

最佳答案

这是一个已知的错误,或者更确切地说,该功能未正确实现。它在 sencha 2.1 中也不适合我。

关于caching - Sencha 触摸2 : Cannot disable the disableCache mechanism - app does not run offline,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12259774/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com