无法设置“始终从服务器刷新”在 IE8 开发者工具中
IE8 开发者工具的奇怪问题。我无法在缓存下设置“始终从服务器刷新”选项。该选项未禁用(灰显)。还有其他人遇到过这种情况吗?提前致谢。我的配置 - Windows 7、IE8 (8.0.7600.16385)。
更新: 此问题似乎已在 Internet Explorer 版本 10.0.92 中得到解决。
Weird problem with IE8 developer tools. I'm unable to set the "Always Refresh from Server" option under Cache. The option is NOT disabled(greyed out). Anybody else experiencing this? Thanks in advance. My config - Windows 7, IE8 (8.0.7600.16385).
Update:
This seems to have been resolved in Internet Explorer version 10.0.92.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
有一个解决方法。
转到“工具\Internet 选项”,然后单击“浏览历史记录”中的“设置”按钮,然后选择“每次访问网页时”单选按钮。
there is a workaround.
Go to Tools\Internet Options, then click on the Settings button in Browsing History, then select the Every time I visit the webpage radio button.
我也被这个问题困扰了,并在干净的虚拟机上重现了它,适用于 Windows 7 32 位和 64 位。安装“Internet Explorer 累积安全更新”KB 2497640 后,就会出现此问题。
除了不给系统打补丁之外,我找不到解决方法(真的不是一个好主意)。我所做的就是在 XP 模式或其他虚拟机中运行 IE8。 XP 和 Vista 作为虚拟机的基础是可以的,他们没有这个错误。
I've been bitten by this as well and reproduced it on clean VMs, for Windows 7 32 bit as well as 64 bit. The problem occurs as soon as the "Cumulative security update for Internet Explorer", KB 2497640, is installed.
I haven't been able to find a workaround except leaving the system unpatched (not a good idea, really). What I do is running IE8 either in XP mode or in some other VM. XP and Vista are ok as a base in a VM, they don't have this bug.
此问题没有解决方案,但存在解决方法
之前的答案中概述了两个。让我提供我自己的:
当我希望启用始终从服务器刷新选项时,我会清除该域的浏览器缓存,这将强制执行相同的操作用于下一个请求。它将从服务器获取它。
但如前所述,这些都只是解决方法。
No solution to this problem but workarounds exist
Two have been outlines in previous answers. Let me provide my own:
When I'd like the option Always refresh from server to be enabled I do a Clear browser cache for this domain which will force the same thing for the next request. It will get it from the server.
But as mentioned, these are all just workarounds.