not

WSL安装软件报错/sbin/ldconfig.real: /usr/lib/wsl/lib/libcuda.so.1 is not a symbolic link

原因 /usr/lib/wsl/lib/目录下都是文件而不是链接,且该目录只读,需要在其他目录操作 解决 cd /usr/lib/wslsudo mkdir lib2sudo ln -s lib/* lib2 更改wsl配置文件 sudo vim /etc/ld.so.conf.d/ld.wsl.c ......
lib ldconfig symbolic libcuda 软件

Could not load dynamic library 'libnvinfer.so.7' 解决方法

1.首先安装TensorRT pip install tensorrt 2.找到tensorrt_libs目录,一般在~/.local/lib/python3.10/site-packages/tensorrt_libs/。目录下可以看到libnvinfer.so.8等文件 注:有些教程说的是ten ......
libnvinfer dynamic library 方法 Could

pip安装MySQLdb报错mysql_config not found

报错EnvironmentError: mysql_config not found解决方法 1、sudo apt-get install python-setuptools 2、sudo apt-get install libmysqld-dev 3、sudo apt-get install li ......
mysql_config MySQLdb config mysql found

bash: conda: command not found...

服务器集群的奇奇怪怪问题总能被我碰到 是slurm集群,出现的问题是,我sh Anaconda3-2022.10-Linux-x86_64.sh之后,正打算创建环境,然后 出现下面的问题 bash: conda: command not found... 解决办法: 1.查看安装路径 echo $P ......
command conda found bash not

warning: Signature not supported. Hash algorithm SHA1 not available 问题解决

在使用Rocky Linux 安装服务的时候碰到此问题,记录下 解决方法 update-crypto-policies --set LEGACY 参考资料 https://www.redhat.com/en/blog/rhel-security-sha-1-package-signatures-di ......
Signature not algorithm available supported

Filesystem type ntfs3,ntfs not configured in kernel

title: Filesystem type ntfs3,ntfs not configured in kernel banner_img: https://cdn.studyinglover.com/pic/2023/07/6eb76e56ebdd72a1bbcb48f4a19cc0da.png ......
ntfs Filesystem configured kernel ntfs3

解决ls: relocation error: /lib64/libacl.so.1: symbol getxattr, version ATTR_1.0 not defined in file libattr.so.1 with link time reference

解决ls: relocation error: /lib64/libacl.so.1: symbol getxattr, version ATTR_1.0 not defined in file libattr.so.1 with link time reference 参考:https://www ......

pip install报错"Can't connect to HTTPS URL because the SSL module is not available"

pip时install报错 一、故障现象 [root@jenkins /data/package/openssl-1.1.1n]# pip3 install emoji WARNING: pip is configured with locations that require TLS/SSL, h ......
quot available install connect because

office the language DLL 'VBE7INTL.DLL' is not be found

其实是缺少vba,安装组件就可以了 解决方案:在卸载程序的面板中,找到office,右键选择更改,选择添加或删除功能,勾选如下两项就可以了 记得关掉office后再打开就好了 ......
DLL language VBE7INTL office 7INTL

mybatis plus 多模块扫描xml文件 当前模块扫描 子模块扫描(BindingException: Invalid bound statement (not found))

为了实现代码的复用,我们采用了多模块开发的方式,将通用的方法封装到 api-service 模块下,目录结构如下: api-service 核心文件介绍: MybatisPlusConfig: /** * 自定义 mybatis 配置;扫描 mapper.java 文件*/ @Configurati ......

mysql5.0升级8.0完成后,服务器重启引发"#1449 - The user specified as a definer ('mysql.infoschema'@'localhost') does not exist"异常小结

遇到的问题: 问题一:ERROR 1449 (HY000): The user specified as a definer ('mysql.infoschema'@'localhost') does not exist 异常原因:未知 解决办法: 验证指定的用户('mysql.infoschema ......
mysql 39 quot 小结 infoschema

git pull error: ******.git did not send all necessary objects

由于网络问题或其他临时错误导致了对象丢失或损坏,错误的原因往往是仓库中有一些对象在传输中丢失或损坏。当Git客户端从远程仓库获取对象时,如果有任何一个对象丢失或损坏,就会导致克隆失败并显示这个错误。 重新尝试克隆即可! ......
git necessary objects error pull

解决POST表单提交报错 Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported

百度发现 application/x-www-form-urlencoded;charset=UTF-8 是以键值对拼接的形式,即前端传过来的是键值对形式 前端代码:底层使用的vue中的axios发送的请求 import request from '@/utils/request' export d ......

Firefox developer tools truncates long network response, Chrome does not show

Firefox developer tools truncates long network response, Chrome does not show Firefox dev tools network inspector still truncates responses to 1MB by ......
developer truncates response Firefox network

企业微信——给国外的邮箱发邮件报错Authentication results: DKIM = did not pass

前言 发件人(i@easybe.org)域名的DNS记录未设置或设置错误导致对方拒收此邮件。 host gmail-smtp-in.l.google.com[172.253.118.27] said: 550-5.7.26 This mail has been blocked because the ......
Authentication 邮箱 邮件 results 企业

Tainted canvases may not be exported,视频帧截图跨域

做原生相机拍照的时候遇见的有趣问题,视频流是上传到云服务器的在线链接,赋值到video的src上,然后使用canvas的drawImg方法去截取视频帧做照片,结果canvas报错视频跨域。 解决方案: <video crossorigin="anonymous" src="在线地址" ref="vi ......
截图 canvases exported Tainted 视频

报错:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.itheima.dao.JobMapper.selectJobAll(找不到mapper.xml)

报错如下: 解决办法: 在配置文件中指定mapper.xml的位置: mybatis.mapperLocations = classpath*:com/itheima/dao/mappers/*Mapper.xml,com/itheima/dao/secondMappers/*Mapper.xml, ......

报错:Invalid bound statement (not found): com.ljxx.pts.dao.SitePriceMapper.selectByLike

如果你是Mybatis的话请注意yml或者properties文件里面的组件扫描 #指定mapper.xml的位置 mybatis.mapperLocations=classpath*:mapper/**/*Mapper.xml mybatis.configuration.map-underscor ......

使用adb命令的时候提示device not found是什么意思?

1:使用adb命令的时候,提示error: device not found adb shell ls /system/etc/security/cacerts/error: device not found 2:原因是手机没有开启USB调试。 可以参考我的另外一篇文章对手机开启USB调试:OPPO ......
命令 意思 时候 device found

在wsl中运行'./Allrun.sh'时报错:$'\r': command not found

在Windows下编写好sh文件后,在Linux下或者wsl中运行会报错: line 2: $'\r': command not found 这是因为Windows系统的文件换行使用的是 \r\n ,而Unix系统是\n 问题解决: dos2unix Allrun.sh dos2unix是将Wind ......
39 时报 command Allrun found

vue3_Extraneous non-props attributes (class) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.

今天的开发中发现了这个问题 Extraneous non-props attributes (class) were passed to component but could not be automatically inherited because component renders frag ......

刷机 pixel3 xl 报错,remote: 'Could not open super partition'解决。

问题一:Partition should be flashed in fastbootd FAILED (remote: Partition should be flashed in fastbootd) 解决: 升级到fastboot version 34.0.5-10900879版本后发现可以使 ......
partition pixel3 remote pixel Could

[emerg] could not build server_names_hash, you should increase server_names_hash_bucket_size:32

解决nginx报错 nginx: [emerg] could not build server_names_hash, you should increase server_nam es_hash_bucket_size: 32 nginx: configuration file xxxx/conf ......

./SNeP_111: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by ./SNeP_111)

001、软件报错如下: 002、系统 (base) [root@pc1 software]# cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) 003、查看glibc版本 (base) [root@pc1 software]# ......
SNeP 111 required version GLIBC

TortoiseGit拉取出现“Could not open repository. libgit2 returned: repository path……”错误的解决办法

TortoiseGit拉取出现“Could not open repository. libgit2 returned: repository path……”错误的解决办法 1、🎉问题描述 我们在使用TortoiseGit拉取项目的时候,突然出现图下图所示的错误,原因可能在于我们的Git项目所在的 ......

SQL 的 AND、OR 和 NOT 运算符:条件筛选的高级用法

AND 运算符 SQL的AND运算符用于根据多个条件筛选记录,确保所有条件都为TRUE才返回记录。下面是AND运算符的基本语法: SELECT column1, column2, ... FROM table_name WHERE condition1 AND condition2 AND cond ......
运算符 条件 SQL AND NOT

oracle19cPDB数据库连不上,提示ORA-01109: database not open

今天尝试创建了一个RAC环境的PDB数据库,在本地执行alter pluggable database pdb01 open 成功了,但是使用上去了plus连接还是连接不上,提示错误如下: C:\Users\Administrator>sqlplus system/oracle@192.168.1. ......
database 数据库 数据 oracle 01109

前端页面部署之后刷新页面之后出现HTTP 错误 404.0 - Not Found错误问题解决

前端页面部署能正常访问,但是一旦刷新页面就报如下错误:404.0 - Not Found 解决办法:下载IIS URL重写模版,并安装。下面为安装地址: URL Rewrite : The Official Microsoft IIS Site 安装之后IIS中出现如下IIS重写模块: 点击进去添加 ......
错误 页面 前端 问题 404.0

failed to configure a datasource: ‘url‘ attribute is not specified and no em

问题场景 在Spring Boot中整合MySQL、Mybatis进行数据库开发时,按照正常步骤添加了相关数据库的依赖,也进行了必要的数据库配置,结果在项目启动时出现如下异常信息: *************************** APPLICATION FAILED TO START *** ......

ERROR: Permission to stevenlong123/test.git denied to smith-bing. fatal: Could not read from remote

第一次练习git提交代码到github时出现的错误。这里就是说github服务器拒接了我们,不支持远程连接。发现是因为我使用的是ssh来提交的,ssh是安全连接需要通信双方各有一对公钥私钥,github服务器不会自动交换公钥,需要手动在github存储库中部署自己电脑的公钥。使用git命令“ls - ......