添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
为什么这里要把两点合并到一个博客里面呢,因为调试这个问题可能对于开发人员来说,是非常容易的事情,我怕我容易忘记所以记下来,第二个刷新的点我也是在别人在我电脑操作时第一次见到直接清缓存硬核刷新的。

1. Chrome调试
找到想要调试的JS代码,在代码前单击,即可设置断点。当运行JS代码时,会自动进入到断点执行
右上角4个断点,分别是直接运行到下一断点、单步运行、进入函数体内运行、返回函数执行结果。对应的快捷键分别是F8、F10、F11和shift+F11
2. Chrome中点击刷新按钮选择清除缓存刷新
如图所示,在F12点击后,处于开发者模式状态下,右键点击刷新。可以选择清除缓存并硬性重新加载。
在这里插入图片描述
为什么要清除缓存硬性加载呢,因为在开发过程中有些时候会出现存在缓存,一些数据有莫名回显的状况。所以如果摸不到头绪的时候,可以试试清下缓存。虽然谷歌也可以在设置那边清除cookie,不过我觉得这种方法更快更容易一些~

     为什么这里要把两点合并到一个博客里面呢,因为调试这个问题可能对于开发人员来说,是非常容易的事情,我怕我容易忘记所以记下来,第二个刷新的点我也是在别人在我电脑操作时第一次见到直接清缓存硬核刷新的。1. Chrome调试     找到想要调试的JS代码,在代码前单击,即可设置断点。当运行J...
项目进行nginx反向代理后发现图片和js、css等加载很慢,甚至加载不出来。 chrome 浏览器 访问 项目时加载大文件失败 ERR_CONTENT_LENGTH_MISMATCH: 然后查看nginx的log,发现错误如下: error.log  错误 : [crit] 3727#0: *538 open() "/usr/local/nginx/proxy_temp/1/03/0
Chrome 浏览器 清除 页面js文件 缓存 1、打开需清 缓存 的页面(如:元素编辑页面),再按F12调出开发模式框 2、勾选 Network标签下 Disable cache选项 3、按F5或右键“重新加载” 刷新 页面 内容 转载:https://blog.csdn.net/pukuimin1226/article/details/73204609
现象: 访问 百度加载都很慢,加载图片有时也很慢甚至加载不出来,看视频的开始加载也慢。 最近Edge浏览器更新(版本 86.0.622.69 (官方内部版本) (64 位) )遇到这个问题很是烦恼,试过很多办法,清 缓存 、清DNS、关闭代理、重置、甚至重装浏览器,均 有得到解决,后来确定是新版本的设置问题。 结论:Chromium内核的浏览器在新版本( Chrome 83开始\Edge 86.0.612.0开始 )中添加了“安全DNS”功能,而安全DNS功能默认提供的是国外的服务商,所以国内使用该功能会出现网络加载
【箭头图标】用于在页面 选择 一个元素来审查和查看它的相关信息,当我们在Elements这个按钮页面下点击某个Dom元素时,箭头按钮会变成 选择 状态 【设备图标】切换到不同的移动终端设备模式,同时可以 选择 不同的尺寸比例 【Elements】元素面板,查看Web页面的HTML与CSS,可以双击对当前页面进行修改 【Console】控制台面板,JavaScript输出信息的控制台,在这里可以查看到JS的错误信息,也可以执行键入的JS脚本 【Source
浏览器强制 刷新 清楚 缓存 方法 清楚 缓存 浏览器的 刷新 一般分为三种 清楚 缓存 按Ctrl+Shfit+Delete弹窗然后时间范围下拉框选时间不限点,默认会勾选四个,如果密码和自动填充也不要全勾选带你 清楚 数据即可 浏览器的 刷新 一般分为三种 1、正常重新加载 F5 or Ctrl + R,在地址栏回车,点击链接。 如果 缓存 不过期,会使用 缓存 ,浏览器可以避免重新下载JavaScript文件,图像,文本文件等,那么它会读取 缓存 信息。 简述: chrome 浏览器 调试 代码,代码有改动的时候,控制台 内容 未变,即使强制 刷新 (CTR+F5)也 动静。 这样每次都需要到历史记录里面 清除 浏览器数据才生效,不过一直这样也非常麻烦。 下面介绍一种比较简便的方法: 禁用 缓存 :先按F12,再按F1, 勾选 Disable cache (while DevTools is open)
最近发现我的 Chrome 和新版edge 访问 网页特别慢,每每要等好久,甚至还不如普通的edge了,然后就去网上找了两种可能有效的方法,第一个是我自己试过的,感觉有用,第二个是知乎点赞比较高的,作为记录,下次要用就来看看
Chrome 浏览器中按下F5或 Ctrl+F5 都 用, Chrome 总是会强制使用页面 缓存 进行 刷新 ,如何不使用页面 缓存 进行 刷新 Chrome 官方推荐使用如下快捷键,就可以不使用页面 缓存 进行 刷新 Windows和Linux操作系统: Shift+F5 或 Ctrl+Shift+R Mac OS: Cmd+Shft+R 如果上面方法 有效果,可以按下F12(Windows) 或 Cmd+O...
# 创建 Chrome 浏览器实例 chrome _options = webdriver. Chrome Options() chrome _options.add_argument('--disable-gpu') chrome _options.add_argument('--no-sandbox') chrome _options.add_argument('--disable-dev-shm-usage') chrome _options.add_argument('--disable-extensions') chrome _options.add_argument('--disable-infobars') chrome _options.add_argument('--disable-popup-blocking') chrome _options.add_argument('--start-maximized') chrome _options.add_argument('--incognito') chrome _options.add_argument('--disable-blink-features=AutomationControlled') chrome _options.add_argument('--disable-extensions') chrome _options.add_argument('--disable-plugins-discovery') chrome _options.add_argument('--disable-extensions-file-access-check') chrome _options.add_argument('--disable-web-security') chrome _options.add_argument('--disable-extensions-http-throttling') chrome _options.add_argument('--disable-extensions-suggestions-service') chrome _options.add_argument('--disable-extensions-clipboard') chrome _options.add_argument('--disable-extensions-signin-promo') chrome _options.add_argument('--disable-extensions-remote-install') chrome _options.add_argument('--disable-extensions-install-verification') chrome _options.add_argument('--disable-extensions-downloads') chrome _options.add_argument('--disable-extensions-geolocation-api') chrome _options.add_argument('--disable-extensions-geolocation') chrome _options.add_argument('--disable-extensions-background-fetches') chrome _options.add_argument('--disable-extensions-background-networking') chrome _options.add_argument('--disable-extensions-auto-update') chrome _options.add_argument('--disable-extensions-file-access') chrome _options.add_argument('--disable-extensions-file-detection') chrome _options.add_argument('--disable-extensions-file-access-check') chrome _options.add_argument('--disable-extensions-logging') chrome _options.add_argument('--disable-extensions-logging-redirect') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-append') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-append') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-overwrite') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite-append') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-overwrite-append') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite-append-quiet') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-overwrite-append-quiet') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite-append-quiet-stderr') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-overwrite-append-quiet-stdout') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite-append-quiet-stderr-stdout') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-overwrite-append-quiet-stdout-stderr') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite-append-quiet-stderr-stdout-stderr') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-overwrite-append-quiet-stdout-stderr-stdout') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite-append-quiet-stderr-stdout-stderr-stdout') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-overwrite-append-quiet-stdout-stderr-stdout-stderr') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite-append-quiet-stderr-stdout-stderr-stdout-stderr') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-overwrite-append-quiet-stdout-stderr-stdout-stderr-stdout') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite-append-quiet-stderr-stdout-stderr-stdout-stderr-stdout') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-overwrite-append-quiet-stdout-stderr-stdout-stderr-stdout-stderr-stdout') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite-append-quiet-stderr-stdout-stderr-stdout-stderr-stdout-stderr') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-overwrite-append-quiet-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite-append-quiet-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-overwrite-append-quiet-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite-append-quiet-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-overwrite-append-quiet-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite-append-quiet-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-overwrite-append-quiet-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite-append-quiet-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-overwrite-append-quiet-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite-append-quiet-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-overwrite-append-quiet-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite-append-quiet-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-overwrite-append-quiet-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite-append-quiet-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-overwrite-append-quiet-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite-append-quiet-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-overwrite-append-quiet-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite-append-quiet-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-overwrite-append-quiet-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite-append-quiet-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-overwrite-append-quiet-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite-append-quiet-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-overwrite-append-quiet-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite-append-quiet-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-overwrite-append-quiet-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite-append-quiet-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-overwrite-append-quiet-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite-append-quiet-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-overwrite-append-quiet-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite-append-quiet-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-overwrite-append-quiet-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite-append-quiet-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-overwrite-append-quiet-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite-append-quiet-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout') chrome _options.add_argument('--disable-extensions-logging-redirect-stderr-to-file-overwrite-append-quiet-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout') chrome _options.add_argument('--disable-extensions-logging-redirect-stdout-to-file-overwrite-append-quiet-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr-stdout-stderr') chrome _options.add_argument('--