时报

IntelliJ IDEA连接MySql时报错

##错误如下: **Server returns invalid timezone. Go to ‘Advanced’ tab and set ‘serverTimezone’ property manually** ###错误原因可能如下: ###没有设置时区 打开命令窗口快捷键 Win + R ......
IntelliJ 时报 MySql IDEA

执行npm install 命令时报错Error: EPERM: operation not permitted, uv_cwd

执行npm install 命令时报错 ```bash path.js:1077 path = process.cwd(); ^ Error: EPERM: operation not permitted, uv_cwd at Object.resolve (path.js:1077:24) ``` ......
operation permitted 时报 命令 install

Doris启动FE时报错:JAVA_HOME tset

# Doris启动FE时报错:JAVA_HOME tset ## 问题描述 运行代码启动fe时报错 `./start_fe.sh --daemon` ## 错误信息 `Error:JAVA_HOME is not set.` ## 问题截图 ![](https://img2023.cnblogs.c ......
JAVA_HOME 时报 Doris JAVA HOME

使用Docker拉取镜像时报错

# 使用Docker拉取镜像时报错 ## 问题截图 ![](https://img2023.cnblogs.com/blog/3238840/202308/3238840-20230826193018929-413556686.png) ## 问题描述 使用Docker拉取镜像时,代码运行后直接报错 ......
时报 镜像 Docker

Resolving Android Dependencies 时报错 "Could not create an instance of type org.gradle.initialization.DefaultSettings_Decorated." for InMobi Unity

解决方案: Edit->Preferences->External Tools,在打开的窗口中,删除底部的复选框并给出相同的路径! ......

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

element-plus的el-select在切换时报ResizeObserver loop completed with undelivered notifications错的一种可能原因及解决方案

报错场景:`el-select`放在了table的td里,我做的是根据el-select切换的动态表格。切换时就会报此错误。 原因分析:分析发现,本场景在切换select时,其所在单元格尺寸发生了变化(因为我没有定表格内单元格的尺寸)。 解决方案:保证el-select所在单元格尺寸不发生变化即可。 ......

unity在使用了HybridCLR进行编译时报错

unity在使用了HybridCLR执行HybridCLR/Generate/All时,一直不成功,提示please first use "HybridCLR/Generate/All"后面还有fatal error: 'icalls/mscorlib/System/MonoType.h' file ......
HybridCLR 时报 unity

Ubuntu 20.04编译opencv-3.1.0时报错 error: 'CODEC_FLAG_GLOBAL_HEADER' was not declared in this scope

Ubuntu 20.04源码编译安装opencv320 报错 error: 'CODEC_FLAG_GLOBAL_HEADER' was not declared in this scope的解决办法: 修改/opt/opencv/opencv-3.2.0/modules/videoio/src/c ......

vue3传属性时报错 [Vue warn]: Component is missing template or render function.

上网查这个问题,解决方案很多,没有一款适合我。。。先说我的解决办法,如果解决不了再往下看,我的原因是 用的子组件的ref和子组件的标签名一样了: <ChildComponent1 ref="ChildComponent1" :parent-data="data" > <template #slot- ......
Component function template 属性 时报

读取xls文件时报错 Initialisation of record 0x203(NumberRecord) left 4 bytes remaining still to be read.

项目背景 :公司的一个客户报告项目需要同步及抽取客户方的文件数据,文件类型为xls格式,文件为客户方的第三方厂商系统批量生成,工具及方法不明 问题 :读取该类xls文件后,无法成功创建Workbook,报错提示“Initialisation of record 0x203(NumberRecord) ......

往 U盘中 Copy 大文件时报错:对于目标文件系统,文件“XXX”过大

往 U盘中 Copy 大文件时报错:对于目标文件系统,文件“XXX”过大 一、问题现象 往 U盘里 Copy 一个9GB左右的大文件,报错如下:对于目标文件系统,文件“XXX”过大。 截图如下: 二、问题原因 一般情况下,是由于U盘格式不对,如果采用FAT32分区格式的话,拷贝到U盘的文件不能超过4 ......
文件 时报 目标 系统 Copy

在使用npm进行全局安装时报错

我们在使用npm 安装全局以来时,两台电脑安装有可能一台成功了,一台失败了。这是windows执行策略的问题。 1.以管理员的身份运行powershell。powershell在开始里查找便可以找到。 2.输入命令 set-ExecutionPolicy remoteSigned,选择A允许执行。 ......
全局 时报 npm

安装MinGW时报错“The file has been downloaded incorrectly!”解决方案

这篇文章提供了Windows下安装MinGW报错“The file has been downloaded incorrectly!”的解决方案,简单来说,就是不用下载器,自己找好文件下载就行。 ......

在虚拟机的centos7容器中下载python3.9源码编译时报错

执行这一步时报错: ./configure --prefix=/usr/local/python39 报错内容是: configure: error: no acceptable C compiler found in $PATH 这里的报错原因为,找不到合适的 C 编译器,我们需要更新一下 gcc ......
容器 源码 时报 centos7 python3

K8S 1.27.1版本初始化配置文件时报your configuration file uses an old API spec: "kubeadm.k8s.io/v1beta2". Please use kubeadm v1.22 instead and run 'kubeadm config migrate

现象: your configuration file uses an old API spec: "kubeadm.k8s.io/v1beta2". Please use kubeadm v1.22 instead and run 'kubeadm config migrate --old-con ......
kubeadm quot configuration 时报 instead

switch-case 和 if-else 申明相同变量时报错

## switch-case 和 if-else 在分支处理上的不同 switch case 不同分支里申明同一个变量会报错,因为swicth case 不同的分支仍处于同一个作用域scope。但是if else 却没有注意的问题。 ```js // Cannot redeclare block-s ......
变量 switch-case 时报 if-else switch

vue-table-width-grid 以及axios下载时报错

import Vue from 'vue' import App from './App.vue' import router from './router' import store from './store' // 导入字体图标 import './assets/fonts/iconfont. ......

非root用户解决Rstudo安装R包时报错 libpng16.so.16: cannot open shared object file: No such file or directory

在安装好几个R包的时候都出现了这个报错,看网上的解决方法都是root用户才能干的,我只是普通用户没法办,本来想忍忍就过去了,可是今天装个Deseq2都装不起来,并报错: libpng-config: command not found read.c:3:17: fatal error: png.h: ......
file directory 时报 用户 Rstudo

maven子模块相互依赖打包时报错找不到类的解决方案

第一步 刪除iml文件 第二部 关闭idea,重新打开项目 第三步 右键pom.xml,点击 Maven -> Unignore Projects ......
模块 时报 解决方案 方案 maven

docker login&&docker search 时报错

在docker search 时报错(centos7-9) 问题:Error response from daemon: Get "https://index.docker.io/v1/search?q=centos&n=25": dial tcp: lookup index.docker.io o ......
docker amp 时报 search login

18.python打包win32print时报错,说找不到该模块

相关插件自己提前安装好。 代码: 1 #encoding:utf-8 2 3 from tkinter import * 4 from tkinter import messagebox 5 import win32print 6 import time 7 from tkinter import ......
模块 时报 python print win

ES保存数据时报错:Bulk indexing has failures

# ElasticSearch保存时报错问题解决: ## 错误信息 ``` org.springframework.data.elasticsearch.ElasticsearchException: Bulk indexing has failures. Use ElasticsearchExce ......
indexing failures 时报 数据 Bulk

2023-07-31 uniapp用canvas绘制图片时报错:getImageInfo:fail invalid ==》图片加载失败,请使用不受保护的图片路径

methods: { drawPoster() { const ctx = uni.createCanvasContext('canvas', this); // 设置字体样式 ctx.setFontSize(20); ctx.setTextAlign('center'); ctx.setTextB ......
图片 getImageInfo 路径 时报 invalid

Nacos启动时报错No DataSource set排查

## 问题描述 最近在学习[Nacos](https://nacos.io/en-us/)组件,使用的是最新版本:2.2.3。 在本地虚拟机`CentOS 8.5.2111`环境中安装Nacos,并使用`standalone`模式启动,同时配置使用外部MySQL数据库,MySQL版本为:8.0.34 ......
DataSource 时报 Nacos set

安装 MySQL for Windows 时报错 The configuration for MySQL Server 8.0.34 has failed. You can find more information about the failures in the 'Log' tab. 解决方法

今天在安装 MySQL for Windows 时报错 ```txt The configuration for MySQL Server 8.0.34 has failed. You can find more information about the failures in the 'Log' ......
MySQL configuration information for the

项目启动时报:Method breakpoints may dramatically slow down debugging

####一、问题故障 ==Method breakpoints may dramatically slow down debugging.== 翻译:方法断点可能会大大降低调试速度。 ![](https://img2023.cnblogs.com/blog/2203459/202307/220345 ......

git commit 时报错:husky - pre-commit hook exited with code 1 (error)

在使用 git 进行 commit 时出现错误:husky - pre-commit hook exited with code 1 (error)。 ![](https://img2023.cnblogs.com/blog/2481261/202307/2481261-20230718232503 ......
commit pre-commit 时报 exited error

当在js文件里引入pinia时报错:Uncaught Error: []: getActivePinia was called with no active Pinia

1、问题背景 我在一个 js 文件里需要使用 pinia 去修改状态存储里的内容,但是在引入 pinia 的时候,比如 cont store = useStore() 时发现报错:getActivePinia was called with no active Pinia. 说是实例在文件中使用的时 ......
getActivePinia Uncaught 时报 文件 called