Stupid error: Failed to load resource: net::ERR_CACHE_MISS(愚蠢的错误:无法加载资源:net::ERR_CACHE_MISS)
问题描述
我正在 Yii 框架中开发 Web 应用程序.我需要在我的一些页面中使用 AJAX
.所以,当我点击按钮(我用 AJAX 加载它们时,Google Chrome Developer Tools
浏览器告诉我:
I'm developing Web app in Yii framework. I need use AJAX
in my some pages. So, when I clicked the button (which I loaded them with AJAX the Google Chrome Developer Tools
browser says me:
加载资源失败:net::ERR_CACHE_MISS
如何解决这个问题?
P.S:我知道这是重复的问题,但我找不到解决我的问题的方法.在一些帖子中,用户说使用 Ctrl
+Shift
+N
并尝试一下.它会起作用.和/或有人说:用Ctrl
+F5
重新加载页面,因为谷歌浏览器喜欢缓存一切..因此,我阅读了所有这些主题并应用了所有解决方案技巧.但没有帮助.请帮帮我...
P.S: I know it's duplicate question, but I couldn't find the solution for my problem. In some posts users said use Ctrl
+Shift
+N
and try it. it will works. and/or somebody said: reload pages with Ctrl
+F5
because Google Chrome likes cache everything.. So, I read all of these topics and applied all solution tips. But there were not help. Please help me...
而且在其他浏览器中,某些页面也无法正常工作.但只有 Google Chrome 开发者工具
会返回愚蠢的错误.
And also in other browsers some pages not working properly. But only the Google Chrome Developer Tools
returns me the stupid error.
最好的.
推荐答案
Google 声明这不是失败,而是一些误导性错误报告".此错误将在 chrome 40 版本中修复.
Google declares that this is not a failure, but some "misleading error reports". This bug will be fixed in version 40 of chrome.
您可以阅读:
Chromium 论坛
Chromium 论坛
补丁
这篇关于愚蠢的错误:无法加载资源:net::ERR_CACHE_MISS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:愚蠢的错误:无法加载资源:net::ERR_CACHE_MISS
- PHP - if 语句中的倒序 2021-01-01
- 如何在 Symfony2 中正确使用 webSockets 2021-01-01
- 如何使用 Google API 在团队云端硬盘中创建文件夹? 2022-01-01
- 如何从数据库中获取数据以在 laravel 中查看页面? 2022-01-01
- 覆盖 Magento 社区模块控制器的问题 2022-01-01
- PHP foreach() 与数组中的数组? 2022-01-01
- openssl_digest vs hash vs hash_hmac?盐与盐的区别HMAC? 2022-01-01
- 使用 GD 和 libjpeg 支持编译 PHP 2022-01-01
- Laravel 5:Model.php 中的 MassAssignmentException 2021-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01