found

关于resource xml/bottom (aka com.example.car:xml/bottom) not found. error: failed processing manifest.

我在Android Studio中创建了一个.xml文件,但是运行的时候却出现了resource xml/bottom (aka com.example.car:xml/bottom) not found. error: failed processing manifest.的报错 具体更改方式为 ......
bottom processing xml resource manifest

门户发送请求出现404 Not Found

一、问题背景 在门户新部署了个微服务,利用nacos管理微服务media,门户测试出现404异常,后端工作日志也没有出现错误 二、报错截图如下 三、我的项目配置如下 在项目配置bootstrap.yml #微服务配置 spring: application: name: media-api # 服务 ......
Found 门户 404 Not

重复地踩坑: 关于 qt6cored.dll not found

这个问题之前解决过,可是没有记录下来,结果又反复发生了,耽误了一下午。 解决方法: 1. 增加环境变量设置:path ,将该文件所在的目录加入进去。 2. 在运行目录下,在qt运行console里,运行windeployqt , 会自动将需要的文件放入exe目录里。 ......
qt6cored 6cored cored found dll

记录使用uniapp出现Not found -1,68,0[ERROR]的问题

由于组件代码内容很长,就对代码进行了拆分,把index.vue里面的template和css代码放到了index.vue里面,把js代码放到了index.js里面,结果h5上面没有问题,app调试的时候出现了Not found -1,68,0[ERROR]。找到原因是把components也写到了m ......
uniapp 问题 ERROR found Not

报错 qt.qpa.plugin: Could not load the Qt platform plugin “xcb“ in ““ even though it was found

参考: https://blog.csdn.net/qq_39938666/article/details/120452028 使用ubuntu系统下python的seaborn模块画图,报错: qt.qpa.plugin: Could not load the Qt platform plugin ......
plugin platform though Could found

Project 'org.springframework.boot:spring-boot-starter-parent:XXX' not found

问题:Project 'org.springframework.boot:spring-boot-starter-parent:XXX' not found 当 spring-boot-starter-parent下面的版本报红时并不是这个版本不存在, 而是因为 idea 会默认缓存 Maven 本 ......

Anaconda ImportError: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found

尝试把conda下的移过去,但没有权限,操作失败 方法 参考 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/your/path/to/conda/env/lib ......
ImportError Anaconda GLIBCXX libstdc version

docker :repository docker.io/zookeeper not found: does not exist or no pull access

分析 略 解决 vi /etc/docker/daemon.json { "registry-mirrors" : [ "http://registry.docker-cn.com", "http://docker.mirrors.ustc.edu.cn", "http://hub-mirror.c ......
docker repository not zookeeper access

$‘\r‘: command not found的解决方法

出现这样的错误,是因为Shell脚本在Windows系统编写时,每行结尾是\r\n,而在Linux系统中行每行结尾是\n,所以在Linux系统中运行脚本时,会认为\r是一个字符,导致运行错误。 解决方法 去除Shell脚本的\r字符 sed -i 's/\r//' open_777_html.sh ......
command 方法 found not

mac os上python报错 fatal error: 'Python.h' file not found

1. 安装python (可安装任意版本) brew install python@3.9 2. 创建虚拟环境 cd ~ /opt/homebrew/bin/python3.9 -m venv ai3.9 3. 激活虚拟环境 source ~/ai3.9/bin/activate 4. 安装 pip ......
Python python fatal error found

oh-my-zsh nvm command not found

oh-my-zsh nvm command not found 如果你在使用 oh-my-zsh 并且在终端输入 nvm 命令时提示 "command not found",这可能是因为 oh-my-zsh 没有配置 nvm 插件导致的。 首先,确保你已经在系统中安装了 nvm。如果没有安装,请参考 ......
oh-my-zsh command found nvm not

VIDEOJS: ERROR: (CODE:4 MEDIA_ERR_SRC_NOT_SUPPORTED) No compatible source was found

原因: VIDEOJS: ERROR: (CODE:4 MEDIA_ERR_SRC_NOT_SUPPORTED) No compatible source was found 出现的原因是你提供的视频连接可能没有扩展名导致,这样videojs无法知道视频的格式。 需要在type属性指定播放视频的格式 ......

pod中安装tc(解决chaosblade-box报错`tc`: command not found)

1、进入pod kubectl exec -it nginx-pvc-65f97c4894-lrp8j -n dev /bin/bash 2、执行 apt-get update 3、安装tc apt-get install iproute2 ......
chaosblade-box chaosblade command found pod

ERROR Failed to compile with 541 errors 11:27:44 These dependencies were not found: * core-js/modules/es.array.concat.js in ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./

ERROR Failed to compile with 541 errors 11:27:44 These dependencies were not found: * core-js/modules/es.array.concat.js in ./node_modules/cache-loade ......

linux sudo命令提示 command not found

什么是sudo su 是申请切换 root用户,需要申请root用户密码,sudo 是用户申请管理员权限执行一个操作,而此处的操作就是变成管理员。 sudo 是 Linux 系统管理指令,是允许系统管理员让普通用户执行一些或者全部的 root 命令的一个工具,如 halt,reboot,su 等等。 ......
命令 command linux found sudo

【问题记录】【Linux】bash: ps: command not found

1 bash: ps: command not found apt-get update && apt-get install procps 2 bash: ll: command not found echo "alias ll='ls -rltha'" >> ~/.bashrc && sourc ......
command 问题 Linux found bash

mac 安装svn解决vscode签出项目报Svn installation not found的问题。

svn之前安装过,更新系统就丢了,再brew也没法访问了。 在国内有几个镜像去访问,安装国内镜像: /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 开始选择了阿里巴巴下载源, ......
installation 项目 vscode 问题 found

关于Could not autowire. No beans of 'xxxx' type found. 解决方法之一

#关于Could not autowire. No beans of 'xxxx' type found. 解决方法之一 原因:启动类与配置类是在一个包下 但是不同包 而且配置类也不是子包 启动类没扫描到配置类 这时候有两种解决方案 第一种需要在Springboot启动类上添加@ComponentS ......
autowire 方法 Could beans found

uniapp 页面跳转时 redirectTo:fail page '/pages/index/pages/index/login' is not found

uniapp 跳转页面有以下两种,分清楚情况写 url 才能正确跳转: 绝对路径跳转; 相对路径跳转。 :one: 绝对路径跳转: 绝对路径跳转必须要是这样的格式 /pages/xxx/xxx,pages 前面必须要有 /,代表 src 目录。 :two: 相对路径跳转: 相对路径跳转不带 /,是以 ......
index pages redirectTo 页面 uniapp

Plugin 'org.springframework.boot:spring-boot-maven-plugin:' not found

报错如下: 解决方法: 添加版本号,这个版本号要与pom文件中的parent标签中的版本号一致, 即 最终效果如下: ......

解决CentOS7 重启网卡出现Failed to restart network.service: Unit network.service not found.

问题描述 克隆CentOS7 虚拟机后, 修改完/etc/hosts配置文件后, 运行systemctl restart network重启网卡, 出现Failed to restart network.service: Unit network.service not found. 解决 在新版本 ......
network service 网卡 CentOS7 restart

MariaDB start 报错:mysql-bin.index' not found (Errcode: 2) (Errcode: 13)

问题是修改配置log-bin=/data/mysql/binlog/mysql-bin后出现的。 报错:Errcode: 2 mkdir -p /data/mysql/binlog ## 和正常的DB节点比较可以看到没有binlog目录,创建目录之后没有这个报错。 报错:Errcode: 13 ch ......
Errcode mysql-bin MariaDB start mysql

Spring data JPA: No property XXX found for type XXX 根据方法名字中属性未找到 映射数据库实体Entity中的属性 可能不规范命名或者方法名字写错 建议小驼峰命名不带下划线

Spring data JPA: No property XXX found for type XXX https://blog.csdn.net/weixin_44712778/article/details/115896555 今天开发的时候,遇见一个特别容易被忽视的问题,也是踩坑了,但是我的坑 ......
属性 名字 方法 驼峰 下划线

mybatis报错 Parameter 'candidateId' not found. Available parameters are [arg1, arg0, param1, param2]

1. 导致的12。有两种解决方法3: 在方法定义时加上@Param注解,指定参数名 在编译时开启-parameters选项,让MyBatis自动获取参数名 ......

xxx required a bean of type ‘java.lang.Integer‘ that could not be found

日志 2022-11-03 13:15:38.189 ERROR 8384 [] [ main] o.s.b.d.LoggingFailureAnalysisReporter 40 : *************************** APPLICATION FAILED TO START * ......
required Integer could found bean

docker bash: xxx : command not found

1.现象: 在容器内执行route命令会报错 bash: route: command not found 2.原因 容器内没有安装route命令 3.解决办法 (1)bash: ip: command not found apt-get update && apt-get install -y i ......
command docker found bash xxx

arm-none-linux-gnueabi-gcc: not found 的解决办法

在Ubuntu下安装了ARM交叉编译器,在验证交叉编译器是否能够使用的时候,出现了arm-none-linux-gnueabi-gcc 找不到的错误!如下所示 出现这种情况的原因是:在64位Linux系统下无法兼容32位交叉编译器 安装32位的库,64位的Linux系统能够兼容arm-linux-g ......
共387篇  :13/13页 首页上一页13下一页尾页