https 39 whitelist protocol

Cannot read property 'clearValidate' of undefined

Cannot read property 'clearValidate' of undefined ![](https://img2023.cnblogs.com/blog/1119068/202308/1119068-20230827143618946-1052389559.png) 这个错误是因 ......
clearValidate undefined property Cannot 39

pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple

pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simpleLooking in indexes: https://pypi.tuna.tsinghua.edu.cn/simpleCollecting numpy Downloading ......
tsinghua install simple https numpy

SharedArrayBuffer is not defined 问题的解决以及服务器https证书的配置

## 问题 前端使用了ffmpeg压缩组件,在运行项目出现 SharedArrayBuffer is not defined的问题,使项目不能正常运行,经过网上查询,需要在response加入以下的head: ```nginx Cross-Origin-Opener-Policy: same-ori ......

How to get the Axios's response file type All In One

# How to get the Axios's response file type All In One > 获取 Axios 请求响应头中的文件类型 ## Axios `API` https://www.npmjs.com/package/axios ## demos ```js import ......
response Axios file type How

报错ValueError: Can't find 'adapter_config.json'

# 前言 在做组内2030项目时,我具体做的一个工作是对大模型进行LoRA微调,在整个过程中有许多坑,其中有些值得记录的问题,于是便产生了这篇博客。 # 问题 我在得到微调好的模型后,需要对模型进行性能测评。在加载模型时,遇到如下报错 ``` ValueError: Can't find 'adap ......
adapter_config ValueError 39 adapter config

mac生成https本地证书

生成证书 我们将使用 mkcert 这个零配置的命令行工具生成证书。 首先安装 mkcert。macOS 下可以使用 Homebrew 安装,其他系统请参考 mkcert 的文档: ``` brew install mkcert brew install nss ``` 其中,nss 是可选的,如果 ......
证书 https mac

【python】使用ddddocr模块报错处理:AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS'

- 安装 - pip install ddddocr安装特别慢,几kb每秒,而且容易超时报错 - 使用清华源下载:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple ddddocr - 使用 ![](https://img2023.cnbl ......
39 AttributeError ANTIALIAS attribute 模块

ModuleNotFoundError: No module named 'torch._six'

ModuleNotFoundError: No module named 'torch._six' 由于torch 2.0版本没有这个模块,因此,只需要降低torch版本,就可以解决。 1)新建一个虚拟环境 2)安装低版本torch REF https://blog.csdn.net/wzwddkb ......
ModuleNotFoundError module named torch 39

fiddler抓包手机端HTTPS协议:安卓或鸿蒙端-小程序/APP

问题描述:fiddler抓包安卓或者鸿蒙端的HTTPS协议时,fiddler日志报错:AuthenticationException 调用SSPI失败;访问app时提示:Trust anchor for certification not found 原因: 1)安卓端下载使用了fiddler自带的 ......
鸿蒙 fiddler 程序 手机 HTTPS

Autofac报错No constructors on type 'xxx' can be found with the constructor finder

**No constructors on type 'JK.TitanData.Repository.Fact_Sales_GMVTargetTotalRepository' can be found with the constructor finder 'Autofac.Core.Activat ......

主从升级(mysql5.7.39-mysql8.0.25)

环境:OS:Centos 7当前数据库版本:5.7.39(主从目前启用了审计 server_audit.so,master_auto_position=1)计划升级的数据库版本:8.0.28 升级顺序:先升级从库 ########################从库机器上的操作########### ......
主从 mysql mysql5 mysql8 7.39

vue3 报错 and 'localEnabled' does not exist in type 'ViteMockOptions'

报错:ReferenceError: require is not defined 原因: 通过命令行 pnpm install -D vite-plugin-mock mockjs 安装得vite-plugin-mock 之后发现再vite.config.ts里边报错 vue3+vite安装vit ......
39 ViteMockOptions localEnabled exist vue3

https://socket.io/zh-CN/

......
socket https zh-CN CN io

Spring源码搭建导依赖时报错:Failed to apply plugin 'kotlin'.

原因是kotlin插件的版本与gradle中指定的版本不一致,我的是1.8.0,spring5.3.x版本gradle配置文件指定的kotlin版本是1.5.32,修改成1.8.0 ![](https://img2023.cnblogs.com/blog/2135157/202308/2135157 ......
源码 时报 Spring Failed plugin

python 中 if __name__ == '__main__'

当我们编写 Python 模块时,有时候需要让某些代码只在该模块作为主程序运行时才执行,而不是被其他模块 import 引入时就执行。这时候可以使用 if __name__ == '__main__' 这个条件语句。 什么是 name 变量 在 Python 中,每个模块(Python 文件)都有一 ......
python 39 name main if

Winter '24发布在即,Salesforce Flow中的最热功能不容错过!

Flow Builder作为自动化领域的新秀,它在功能方面已经远远超过Workflow Rules和Process Builder,随着Workflow Rules和Process Builder的退役,目前所有自动化都需要迁移到Flow。 Winter '24发布在即,Flow中的亮点功能不容错过 ......
Salesforce 错过 功能 Winter Flow

Monkey 测试工具 gremlins.js 无法访问 https://unpkg.com/gremlins.js

!function(e,a){"object"==typeof exports&&"undefined"!=typeof module?a(exports):"function"==typeof define&&define.amd?define(["exports"],a):a((e=e||sel ......
gremlins 测试工具 工具 Monkey https

ModuleNotFoundError: No module named 'qrcode'

W File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 222, in _prepare dist = self._prepare_distribution() F ......
ModuleNotFoundError module qrcode named 39

提醒"libc.so.6: version `GLIBC_2.14' not found"系统的glibc版本太低

1.查看系统glibc支持的版本: strings /lib64/libc.so.6 | grep GLIBC_ GLIBC_2.2.5 GLIBC_2.2.6 GLIBC_2.3 GLIBC_2.3.2 GLIBC_2.3.3 GLIBC_2.3.4 GLIBC_2.4 GLIBC_2.5 GLI ......
quot version 版本 系统 GLIBC

Troubleshooting waits for 'enq: TX - allocate ITL entry' (Doc ID 1472175.1)

| Troubleshooting waits for 'enq: TX - allocate ITL entry' (Doc ID 1472175.1) | header | | | | | | | In this Document Symptoms Cause Solution Increase ......

Nginx-配置https证书

#### 一、说明 在有些项目中需要帮客户配置https证书, 如果你的服务使用Nginx作为静态服务器并且做为了端口转发, 那么可以直接在Nginx中配置https证书 证书有好几种格式, 不同的格式对应不同server的配置, 这里主要使用的是pem/key格式的证书, 即公钥私钥文件对(必须要 ......
证书 Nginx https

Python-Flask配置https证书

# 零、问题 错误:SSL Version 2 and 3 Protocol Detection # 一、说明 1、通过使用flask 框架配置https证书进行HTTPs证书配置后会被扫描到漏洞, 漏洞描述如下: ```python 远程服务接受使用SSL2.0和/或SSL3.0加密的连接。这些版 ......
Python-Flask 证书 Python Flask https

『30 天沉淀 90 mins』Day 3 http2.0 探索与 https 入门

# http2.0 探索 ## http1.1 如何优化? 1. 通过缓存技术来避免发送 HTTP 请求。客户端收到第一个请求的响应后,可以将其缓存在本地磁盘,下次请求的时候,如果缓存没过期,就直接读取本地缓存的响应数据。如果缓存过期,客户端发送请求的时候带上响应数据的摘要,服务器比对后发现资源没有 ......
http2 https mins http Day

error: undefined reference to `cv::imread(cv::String const&, int)' 解决方法

方法1 原文链接:https://blog.csdn.net/WhiteLiu/article/details/72901520 编译时出现下列错误: undefined reference to 'cv::imread(cv::String const&, int)' undefined refe ......
undefined reference 方法 String imread

Why I can't registration gitlab runner? / 为什么我无法注册 gitlab runner?

当我又一次要搞 CI/CD 时,却怎么都想不起来如何注册,看下方截图: 最后求助同事,发现是我浏览器背景颜色的问题,更换了颜色之后,看下方截图: 真相大白了!哭晕在厕所 ......
gitlab runner registration Why can

WebDriver.__init__() got an unexpected keyword argument 'desired_capabilities'

我的selenium的版本是4.11.2selenium4.10中已经不支持desired_capabilities参数如果要传这个参数的话建议用 selenium==4.9.1参考《Appium新版本引发的一个问题》 ......

无法连接仓库:Command "git ls-remote -h -- https://gitee.com/xxx/xxxrned status code 128

无法连接仓库:Command "git ls-remote -h -- https://gitee.com/xxx/xxxrned status code 128: stdout: stderr: remote: [session-554c92af] Username for 'https ......
仓库 ls-remote Command xxxrned remote

navicat 连接 mysql 连接出现Authentication plugin 'caching_sha2_password' cannot be loaded

1.进行mysql bin中打开cmd登录 mysql -uroot -proot1 2.修改加密规则 ALTER USER 'root'@'localhost' IDENTIFIED BY 'root1' PASSWORD EXPIRE NEVER; 3.更新一下用户的密码 ALTER USER ......

Vue项目原本原本http请求变成了https

Vue项目http请求变更为https处理方式在index.html中添加如下代码 <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">如果向去去掉s就注释 <meta http-equiv=" ......
原本 项目 https http Vue

Python基础入门学习笔记 051 模块:__name__='__main__'、搜索路径和包

模块!模块! 实例1:为TemperatureConversion添加测试程序(TemperatureConversion被作为程序运行) 1 def c2f(cal): 2 return cal * 1.8 + 32 3 4 def f2c(fah): 5 return (fah - 32)/1. ......
路径 模块 基础 笔记 Python