技术教程
npm install总是报错:unable to verify the first certificate的两种解决方法
拉起svn 运行碰到问题: 本地项目问题 解决办法: 重新打开cmd窗口: 取消ssl验证: npm config set strict-ssl false 运行 npm inst…
使用MySQL导入数据时出现乱码的两种解决方法
使用MySQL导入数据时出现乱码的两种解决方法如下: 1、添加 –default-character-set 先检查一下,目标数据编码。 Display variable ‘cha…
Git 常用命令以及遇到Access denied解决方法
Git 常用命令以及遇到Access denied解决方法介绍: 常用命令 # 初始化一个仓库 git init # 从 git site,clone repository,con…
Win10上启动Docker失败解决方法
今日介绍一下Win10上启动Docker失败解决方法: 1、报错信息 Docker.ApiServices.WSL2.WslKernelUpdateNotInstalledExce…
npm install常见四种报错情况以及解决方案
今天介绍一下npm install常见四种报错情况以及解决方案: 报错一: mpm ERR! Unexpected end of JSON input while parsing …
Vue-代理解决跨域问题
vue代理:使用vue时,经常遇到使用npm run serve后,与后端出现跨域问题,获取不到数据,其中一个解决方法,就是在前端,vue中开启代理proxy。I saw it. …
解决flask跨域问题
1.解决flask跨域问题方法介绍: pip install flask-cors from flask_cors import CORS CORS(app, resources=…
openssl 版本冲突导致 nginx, uwsgi, mycli 的问题解决
问题 CentOS 7 默认安装的 nginx 依赖 openssl 版本为 v1.0.2k (需要手动安装最新版 nginx v1.20.2,支持openssl v1.0.2+)…
DLL load failed while importing ft2font: 找不到指定模块的解决方法
今日介绍一下DLL load failed while importing ft2font: 找不到指定模块的解决方法: import matplotlib.pyplot as p…
利用springboot 解决log4j2漏洞
介绍一下利用springboot 解决log4j2漏洞的方法: 1、通过pom依赖管理进行指定最新版本 <dependencyManagement> <dependencies> …