在本地机器上运行 django web 应用程序时,为什么我的 Firefox 7.0.1 出现空白屏幕
我有两个用 Django 1.1 编写的 Web 应用程序。过去,我通过 http://127.0.0.1:8000 在本地计算机上运行它们从未遇到过问题。最近,我的firefox升级到了7.0.1版本。现在,对于不同的 URL,Firefox 会时不时地显示空白屏幕或部分屏幕 - 这是以前从未发生过的情况。
如果我点击刷新按钮,页面就会显示(有时需要 3-4 次尝试)。对于开发来说,这并不是什么大问题,只是它破坏了我的 Selenium 测试。
有什么想法可能会发生这种情况以及可能有什么解决方案吗?
I have two web apps written in Django 1.1. In the past, I have never had problems running them on my local computer via http://127.0.0.1:8000. Recently, my firefox was upgraded to v. 7.0.1. Now, from time to time and for various urls, firefox will display a blank screen or a partial screen - something that never happened before.
If I hit the refresh button, the page shows up (some times it takes 3-4 tries). For development, it's not that big a problem, except that it breaks my Selenium tests.
Any ideas why that might be happening and what solution there could be?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能与缓存有关。您是否设置了 about:config 设置,以便不进行缓存。
It could be something to do with the cache. Have you set the about:config settings so no caching takes place.