err_ssl_protocol_error protocol浏览器error

Dapp 连接TrustWallet钱包签名返回error:call backid 页面刷新

由于一开始钱包的连接使用的是ethers库,它兼容一般的钱包连接MetaMask bitkeep 等。后来没有单独使用其他的连接方式,使用了metaMask原有的方式连接trustWallet钱包。惊奇的发现能连接上,以为能使用原有的方法,但是在手机端的Dapp上连接签名是正常的,签名的时候也能吊起 ......
TrustWallet 钱包 页面 backid error

19c环境,运行DBCA创建CDB时,报错ORA-01519: error while processing file:?/rdbms/admin/dcore.bsq......

1、 同事新搭建的一套19C RAC,补丁为19.10,运行DBCA安装CDB数据库时报错,错误日志如下所示: ORA-01519: error while processing file:?/rdbms/admin/dcore.bsq.....ORA-00604: error occurred a ......
processing 环境 01519 error admin

CENTOS7.9安装CHROME浏览器

CENTOS7.9安装CHROME浏览器 1、上GOOGLE官网https://www.google.cn/intl/zh-CN/chrome/browser-tools/ 在左下角CHROME系列选择其他平台,选择LINUX的RPM版本下载链接https://dl.google.com/linux ......
浏览器 CENTOS7 CENTOS CHROME

async function 报eslint 错误:Parsing error: Unexpected token function 解决方法

async function getData() { 这个代码报eslint 错误:Parsing error: Unexpected token function。 .eslintrc中 parserOptions: { ecmaVersion: 6 }, 根据ESLint的官方文档,"ecmaV ......
function Unexpected 错误 Parsing 方法

设置Windows主机的浏览器为wls2的默认浏览器

这里以Chrome为例。 1. 准备工作 wsl是可以使用Windows主机上安装的exe程序,出于安全考虑,默认情况下改功能是无法使用。要使用的话,终端需要以管理员权限启动。 我这里以Windows Terminal为例,介绍如何默认使用管理员权限打开终端,具体操作如下图所示: 2. 操作 wsl ......
浏览器 主机 Windows wls2 wls

IDEA启动报错Internal error. Please refer to https://jb.gg/ide/critical-startup-errors解决

CMD 右键以管理员身份运行 netsh winsock reset 完成后重启 netsh winsock reset命令,作用是重置 Winsock 目录。如果一台机器上的Winsock协议配置有问题的话将会导致网络连接等问题,就需要用netsh winsock reset命令来重置Winsoc ......

chromium 内核浏览器刷新扩展列表

文档说明: 仅仅记录关键点方;2023-04-18 缘由: 用 shell 脚本批量更新扩展 更新方法是:替换整个文件夹; 更新完毕,扩展功能并不会生效还需逐个刷新扩展 环境要求: chromium 内核浏览器 版本 > 87 扩展管理页面,启用开发者模式 //扩展列表启用开发模式 let dev_ ......
内核 chromium 浏览器

is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'

指定允许连接不成功的最大尝试次数。5.7默认是100;如果到达这个数,那么服务器将不再允许新的连接,即便mysql仍正常对外提供服务。所以可以将这个参数设置为几万。 show variables like 'max_connect_errors'; //最大链接错误次数 可以提供最大的链接错误次数 ......

浏览器报错net::err_connection_timed_out 怎么解决

误代码“err_connection_timed_out”的解决方案2017-04-20 11:02 曾经试过用浏览器访问一个或几个特定网站,出现“ err_connection_timed_out ”错误,而其他网站加载良好没有任何问题或错误。上网查过发现这是一个常见的互联网错误。发生此DNS错误 ......

MySQL参数max_connect_errors分析释疑【转】

最近一MySQL服务器,由于一些特殊因素遇到“ERROR 1129 (00000): Host 'xxx' is blocked because of many connection errors. Unblock with 'mysqladmin flush-hosts'”,在问题解决后,在详细了 ......

远程桌面报错“出现了内部错误”"An internal error has occurred"

问题: Windows系统自带的远程桌面是我们经常会用到的一个小工具,但在使用中有时会出现错误提示导致无法连接,具体如下: 处理办法: 1.在被远程的电脑上打开本地组策略编辑器: 2.在左侧依次选择:“计算机配置” > “管理模板” > “Windows组件” > “远程桌面服务” > “远程桌面会 ......
quot internal occurred 桌面 错误

Run Configuration Error: Broken configuration due to unavailable plugin or invalid configuration dat

解决Run Configuration Error: Broken configuration due to unavailable plugin or invalid configuration dat这个问题: 不知道在哪里设置的原因,本人瞎点了几处设置,结果导致tomcat不可以运行了,后来经 ......

用C#破解Chrome浏览器cookie值

背景 最近小编接到一个获取网站请求数据的需求,要求抓取网站某个页面请求的数据。我使用Google Chrome浏览器查看了一下请求链接的传入参数,发现需要传入一个Token值才能获取数据。于是我在Chrome中登录后,通过Postman请求成功,并将Token存储到了Cookie中。然而问题又来了, ......
浏览器 Chrome cookie

edge浏览器选择配置文件启动

最近在ubuntu上用edge浏览器,多配置文件的时候不管是启动还是切换都比较麻烦。因为微软的edge是基于 Chromium 开源项目,谷歌浏览器也是。以前在用谷歌浏览器的时候用过一些奇技淫巧应该在edge上也有效,索性自己摸索着改了一下edge的启动方式。 确定配置文件 百度找到了这个文章 c# ......
浏览器 文件 edge

解决 Error running ‘Application‘: Command line is too long.

一、项目场景:运行刚拉取下来的项目代码,出现下面问题描述的错误提示。 二、问题描述Error running 'Application': Command line is too long. Shorten command line for Application or also for Sprin ......
Application Command running Error line

How to fix use the cURL to connect to GitHub with a 443 HTTPS error All In One

How to fix use the cURL to connect to GitHub with a 443 HTTPS error All In One curl: (7) Failed to connect to raw.githubusercontent.com port 443: 拒绝连接... ......
to connect GitHub HTTPS error

Socket error Event: 32 Error: 10053.

Xshell意外关闭可能会出现这种问题,如遇如下错误可解决:Connecting to 47.106.80.28:22…Connection established.To escape to local shell, press ‘Ctrl+Alt+]’. Socket error Event: 3 ......
Socket Event 10053 Error error

wangeditor5 vue2 安装后运行报错 Error in ./node_modules/@wangeditor/editor/dist/index.esm.js

问题 解决方法: 原因就是引入的链接不对, 使用cnpm 、 npm、pnpm、yarn安装插件的时候,路径都是不一样的,所以要对应着改路径就可以了 链接:https://github.com/wangeditor-team/wangEditor/issues/4041 ......

React redux toolkit: Uncaught Error:[Immer] An immer producer returned a new...

React在写一个购物车的redux toolkit时遇到了问题。核心问题是reducer中不能既修改state,又return新值。修改后代码正常运行。 ......
Uncaught producer returned toolkit React

如果是不创建新浏览器窗口,直接在已打开的浏览器,则代码需要修改为:

如果是不创建新浏览器窗口,直接在已打开的浏览器,则代码需要修改为: caps = DesiredCapabilities.CHROMEcaps['loggingPrefs'] = {'performance': 'ALL'} options = webdriver.ChromeOptions()op ......
浏览器 代码

in pyvis I always get this error: "AttributeError: 'NoneType' object has no attribute 'render'"

in pyvis I always get this error: "AttributeError: 'NoneType' object has no attribute 'render'" Solution When initializing the Network, I added notebo ......
39 quot AttributeError attribute NoneType

启动SSH服务报:Job for ssh.service failed because the control process exited with error code.......

Job for ssh.service failed because the control process exited with error codesee systemctl status ssh.service and journalctl -xe for details.然后按照提示输入: ......
because control service process failed

记录selenium,python自动化测试中的chromedriver.exe地址和打开后自动关闭浏览器问题

selenium的官方地址为:https://selenium-python.readthedocs.io/index.html 镜像地址:https://npmmirror.com/ # 导入 webdriverfrom selenium import webdriverfrom selenium ......

安装anaconda遇到问题:Error: Due to incompatibility with several Python libraries, 'Destination Folder' cannot contain non-ascii characters (special characters or diacritics). Please choose another location.

-今天安装anaconda遇到一个问题:Error: Due to incompatibility with several Python libraries, 'Destination Folder' cannot contain non-ascii characters (special cha ......

gitee github 左侧栏树形显示插件 Octotree codetree 浏览器插件

起因 看到一位仁兄用gitee做仓库 https://gitee.com/zhengqingya/java-developer-document 然后左侧栏挺方便(抖音视频) 下载 chrome扩展市场 搜 octotree 用于 github codetree 用于 gitee 双核浏览器 扩展市 ......
插件 树形 Octotree codetree 浏览器

每日总结之app实现浏览功能

在昨天我实现了app对pdf文件的浏览,然后今天上午去骆驼湾参加了河北省全民健身大赛,并且获得了证书,下午回来后,又对app端先对pdf文件下载后在进行浏览这项功能进行了操作,通过在网上搜索,并没有好的进度,所以目前还在继续努力当中。 ......
功能 app

Protocol Buffers V3中文语法指南

https://blog.csdn.net/qq_45696377/article/details/128040153 https://protobuf.dev/programming-guides/ 最近工作中需要用到 Google 家的 Protocol Buffers,抽空把官网的 proto ......
语法 Protocol Buffers 指南

node中使用axios时:Error: unable to verify the first certificate 报错

参考 https://www.daozhao.com/10611.html 报错原因: 在使用浏览器访问时,客户端、服务器在握手阶段完成验证。当我们在node中使用axios请求时,客户端没法确认服务端的TLS证书 解决方案 1、局部 const axios = require('axios') c ......
certificate unable verify axios Error

储存数据至mysql数据库时出现 (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '),'自营店')' at line 1")报错该怎么解决?

在msyql数据库中存储数据时,程序出现了如下报错: 打印存储的数据类型发现数据类型有错误,将数据转为str类型就可以了。。。 解决思路: 在初入数据库学习时,出现这个报错还是有些懵的,于是改了捕获异常,发现存储数据函数有问题。从报错中可以看出是有跟'自营店'类似的数据有关系的,于是,查看了自己的数 ......
数据 syntax 39 quot your