err_ssl_protocol_error protocol浏览器error

mysql登录报错ERROR 1045 (28000): Plugin caching_sha2_password could not be loaded

现象:某主机远程登录数据库出现如下报错 [xxxx01 ~]$ mysql -h 10.1.254.139 -u root -p Enter password: ERROR 1045 (28000): Plugin caching_sha2_password could not be loaded: ......
caching_sha password caching Plugin loaded

【zabbix】configure: error: Unable to use libevent (libevent check failed)解决方案

安装zabbix,在zabbix目录下执行编译命令时报错configure: error: Unable to use libevent (libevent check failed),如图: 说明:新服务器,一般依赖不足,需要视情况安装依赖,问题解决。 解决方案: yum install libe ......

zabbix4.x安装出现“configure: error: Not found mysqlclient library”的解决办法

一、zabbix3.x安装出现“configure: error: Not found mysqlclient library”的解决办法 1、编译安装zabbix-server出现 编译时加参数:--with-mysql 在编译时,可能会出现题目中所示的错误,可以通过安装mysql-devel这个 ......
mysqlclient configure zabbix4 library 办法

编译安装zabbix时遇到configure: error: no acceptable C compiler found in $PATH 问题解决

./configure --prefix=/usr/local/zabbix --enable-agent no acceptable C compiler found in $PATH,代表你没有安装C编译器 解决办法如下: 安装GCC软件套件 ......
acceptable configure compiler zabbix 问题

一款免费的3dtiles三维地图浏览器

三维地图浏览器支持3dtiles格式的实景三维(倾斜摄影)数据和建筑白模数据的浏览查看。 软件还支持距离和面积量算功能。 查询位置坐标功能。 截图功能。 隐藏地球功能。 软件下载地址: http://www.geosaas.com/download/map3dbrowser.exe ......
浏览器 3dtiles 地图 dtiles

nginx报错 [error] 612#4188: CreateFile() "C:\yjzx\nginx-1.24.0/logs/nginx.pid" failed (2: The system cannot find the file specified)

背景 无论是nginx -s stop还是nginx -s reload命令,都会出现这个错误。 [error] 612#4188: CreateFile() "C:\yjzx\nginx-1.24.0/logs/nginx.pid" failed (2: The system cannot fin ......
nginx quot CreateFile specified cannot

yum install 报错Error downloading packages

yum install ntp报以下错误: Error downloading packages: autogen-libopts-5.18-5.el7.x86_64: [Errno 5] [Errno 2] No such file or directory ntp-4.2.6p5-29.el7. ......
downloading packages install Error yum

PHP file_get_contents(): SSL operation failed with code 1. OpenSSL Error message...

在调试php脚本代码时,发现使用 file_get_contents() 函数请求HTTPS的网址链接时出现了报错,其报错代码如下面所示“file_get_contents(): SSL operation failed with code 1. OpenSSL Error message...”百 ......

Syntax Error: Error: Node Sass version 8.0.0 is incompatible with ^4.0.0.

依赖关系如图: 如果报如题这个错误,并且按照上面node-sass官网的依赖关系依赖对了node版本还不行,那么,请删除node-sass npm uninstall node-sass 然后执行 npm i sass --save-dev 然后运行项目,如果出现类似图片中的错误时,别慌,把所有的/ ......
Error incompatible version Syntax Node

keepalive 跳转到某个页面缓存 否则不缓存 缓存浏览的位置

export const KeepaliveListMixin = { /** * 两个路由守卫 实现 从详情返回到列表 列表页面缓存 否则就不缓存 */ beforeRouteEnter (to, from, next) { to.meta.keepAlive = true; next() }, ......
缓存 keepalive 位置 页面

mysql docker容器中导入数据库失败 Failed to open file ‘‘****.sql‘‘, error: 2

mysql docker 容器中导入数据库失败【Failed to open file ‘’****.sql’’, error: 2】使用浑身解数docker exec -it xxxxxxxxx sh 进入mysql容器。mysql -uroot -pxxxx 登陆use database; 切换 ......
容器 数据库 数据 docker Failed

【xterm】在浏览器中实现SSH终端,实现远程登录服务器

使用插件 Xterm.js 扩展终端功能的 JavaScript 模块 网页植入SSH终端(web-terminal) 连接服务端,实现远程登录,用户可以在网页上直接进行远程登录和操作服务器,而无需使用传统的终端或SSH客户端 HTML 示例 npm install xterm <!doctype ......
终端 浏览器 服务器 xterm SSH

报错 org.springframework.dao.DataIntegrityViolationException: Error attempting to get column

原因是持久化层的字段属性 跟 数据库的没有对应上, 类型不对 dao.DataIntegrityViolationException: Error attempting to get column 'STATUS' from result set. <if test="record.status ! ......

Webmin 是一款基于 Web 的系统管理工具,可以帮助管理员通过浏览器远程管理 Linux 和其他 Unix-like 操作系统。

Webmin 是一款基于 Web 的系统管理工具,可以帮助管理员通过浏览器远程管理 Linux 和其他 Unix-like 操作系统。它提供了一个直观的用户界面,使管理员可以方便地查看和配置系统设置、用户账户、网络设置、文件系统等。 Webmin 支持大多数常见的 Linux 发行版,如 CentO ......

Vue 组件 v-full 监听浏览器进入退出全屏事件

1、新建 full.ts // 导出Full对象 export const Full = { // 挂载函数 mounted(el: any, binding: any) { // 获取传入的函数 const handler = binding.value // 设置事件监听的参数 const op ......
组件 浏览器 事件 v-full full

uniapp开发编写nvue报警Unhandled error during execution of render function

关键的两行报错如下: [Vue warn]: Unhandled error during execution of render function [Vue warn]: Unhandled error during execution of scheduler flush. This is li ......
Unhandled execution function uniapp during

Python:重装Python后,在pycharm运行报错——Cannot run program "C:\Users\*****\Python36\python.exe" (in directory "E:\www\python_tony\spider"): CreateProcess error=2, 系统找不到指定的文件。

电脑重装Python后,重新打开Pycharm执行python,发现报错:Cannot run program "C:\Users\***\Python36\python.exe" (in directory "E:\www\python_tony\spider"): CreateProcess e ......
quot Python python CreateProcess python_tony

Error loading wikitext data raise NotImplementedError(f"Loading a dataset cached in a {type(self._fs).__name__} is not supported.")

Error loading wikitext data raise NotImplementedError(f"Loading a dataset cached in a {type(self._fs).name} is not supported.") QA I was trying to loa ......

linux启动mysql数据库,报错mysql: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory

如下 原因: 解决方案: 1、在/usr/lib64目录里面找一个差不多名称版本的文件进行链接 # 软连接出一个新的文件 sudo ln -s /usr/lib64/libtinfo.so.6.1 /usr/lib64/libtinfo.so.5 若本服务器没有相近版本的文件 2、从其他服务器下载一 ......
shared mysql file directory libraries

双层while嵌套循环导致 500internal server error

在编写从文本文件中提取有用信息的过程中,使用到了双层while嵌套循环(其实内循环就是8,9次数据处理,时间复杂度并不高,为O(n))。 奇怪现象:第一次进入内层while循环,函数会成功执行,但是不能正确退出,且浏览器页面不显示任何内容,只是一个劲儿地转圈圈,随后(大约6,7秒钟之后,会出现:50 ......
双层 internal server while error

容器报错 Error response from daemon: driver failed programming external connectivity on endpoint

在启动容器时的容器时,会出现报错:Error response from daemon: driver failed programming external connectivity on endpoint XXX(端口映射或启动容器时报错) 如下: 原因:在我们启动了Docker后,我们再对防火 ......

使用Postman快速复现浏览器的请求(包括生成调用代码)

前言 大家好!我是sum墨,一个一线的底层码农,平时喜欢研究和思考一些技术相关的问题并整理成文,限于本人水平,如果文章和代码有表述不当之处,还请不吝赐教。 好久没有写开发类的工具使用文了,这次我来讲下平时我是如何使用Postman工具的。 一、工具准备 软件下载链接:https://www.post ......
浏览器 Postman 代码

Chrome浏览器查看前端参数

按F12或者右键点击“检查”进入开发者模式。 点击这个箭头图标,即可选择要查看参数的区域。 查看表格的行高和列宽 当鼠标移到某区域,就会出现浮层,显示此区域的长和宽 查看字体和字号 在搜索栏搜索关键字“font-size”可找到字号 ......
前端 浏览器 参数 Chrome

selenium远程调用浏览器(firefox版)

安装selenium浏览器服务 docker run --name firefox -d -p 4444:4444 -p 7900:7900 --shm-size="2g" selenium/standalone-firefox:3.141 demo from selenium import web ......
selenium 浏览器 firefox

git报错 | error: You have not concluded your merge (MERGE_HEAD exists). hint: Please, commit your changes before merging. fatal: Exiting because of unfinished merge.

git报错 error: error: You have not concluded your merge (MERGE_HEAD exists). hint: Please, commit your changes before merging. fatal: Exiting because of ......
merge your MERGE_HEAD unfinished concluded

Linxu解决systemctl启动服务失败,Error: No space left on device【转】

查看磁盘空间实际占用情况 查看磁盘inodes占用情况 这两部发现都没有问题。要是哪里发现被沾满了,直接删除解放空间。此篇是讲另一种情况。 查看默认inotify的max_user_watches值 [root@VM-4-4-centos nginx]# sysctl fs.inotify fs.i ......
systemctl device Linxu Error space

clickhouse-backup list报错warn BackupList bd.Walk return error: file does not exist logger=SFTP

clickhouse-backup list警告warn BackupList bd.Walk return error: file does not exist logger=SFTP 当clickhouse-backup的默认配置文件/etc/clickhouse-backup/config.y ......

MIGO Runtime Errors MESSAGE_TYPE_X program SAPLCKM4 in PERIODENART_BESTIMMEN

用户在测试环境执行MIGO,系统dump 检查系统后,发现是物料账期错误 修改账期,系统正常 ......

禁止浏览器打开 F12调试

<script language="JavaScript"> //禁止页面选择以及鼠标右键 document.οncοntextmenu=function(){return false;}; document.onselectstart=function(){return false;}; let ... ......
浏览器 F12 12