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
基础教程推荐
- 如何在 XAMPP 上启用 mysqli? 2021-01-01
- PHP 守护进程/worker 环境 2022-01-01
- Doctrine 2 - 在多对多关系中记录更改 2022-01-01
- phpmyadmin 错误“#1062 - 密钥 1 的重复条目‘1’" 2022-01-01
- 如何在 Symfony 和 Doctrine 中实现多对多和一对多? 2022-01-01
- 在 CakePHP 2.0 中使用 Html Helper 时未定义的变量 2021-01-01
- 在 yii2 中迁移时出现异常“找不到驱动程序" 2022-01-01
- 使用 PDO 转义列名 2021-01-01
- 找不到类“AppHttpControllersDB",我也无法使用新模型 2022-01-01
- HTTP 与 FTP 上传 2021-01-01