- 2024-07-27Linux: 更新系统相关依赖命令yum update执行失败: One of the configured repositories failed...
环境:CentOS7(ISO映像文件=CentOS-7-x86_64-DVD-2009.iso)解决思路:系统repo镜像源连接问题导致执行失败,切换repo为国内源即可#切换仓库镜像源curl-o/etc/yum.repos.d/CentOS-Base.repohttps://mirrors.aliyun.com/repo/Centos-7.repo#或者wget-O/etc/yum.rep
- 2024-06-13PreconditionNotMetError: The third-party dynamic library (cudnn64_8.dll) that Paddle depends on is n
下载paddle的时候,运行importpaddleprint(paddle.__version__)paddle.utils.run_check()如题所示的错误如果cuda、cudnn、paddlepaddle-gpu的匹配版本都没有错的话可能是因为电脑没有显卡驱动在这里填上你的电脑信息会自动找到适合你电脑的显卡驱动官方驱动|NVIDIA例如我
- 2024-04-17vscode remote-x11 ssh 连接时Another All configured authentication methods failed like #10 报错修复
错误remote-x11-ssh插件使用ssh2扩展出现以下错误https://github.com/joelspadin/vscode-remote-x11/issues/75Error:Allconfiguredauthenticationmethodsfailed原因https://github.com/mscdex/ssh2/issues/989解决换成ed25519并修改配置
- 2024-04-13CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'
当使用condaactivatemy_env激活环境时,可能会遇到如下错误:CommandNotFoundError:Yourshellhasnotbeenproperlyconfiguredtouse'condaactivate'.Toinitializeyourshell,run$condainit<SHELL_NAME>Currentlysupportedshellsare:-bash
- 2024-03-23Dotnet8运行新问题-he configured user limit (128) on the number of inotify instances has been reached
问题现象:System.IO.IOException:Theconfigureduserlimit(128)onthenumberofinotifyinstanceshasbeenreached,ortheper-processlimitonthenumberofopenfiledescriptorshasbeenreached 解决办法:修改配置:sudovim/
- 2024-01-30ubuntu18.04 配置1920 1080
添加/etc/X11/xorg.conf文件,将此模式保存为默认分辨率。1、$sudovim/etc/X11/xorg.conf(如果没有安装vim,可以使用“sudogedit/etc/X11/xorg.conf”)粘贴以下内容:Section"Monitor"Identifier"ConfiguredMonitor"Modeline"1920x1080_60.00"173.0019202
- 2024-01-17解决PyCharm显示"No Python Interpreter configured for the project"的问题
PyCharm提供了许多功能和工具,以帮助开发人员编写、调试和运行Python程序。但是,在启动新项目或打开现有项目时,有时会出现"NoPythonInterpreterconfiguredfortheproject"的错误提示。这意味着PyCharm无法找到配置的Python解释器,导致无法正常运行代码。下面将介绍可能导致此问
- 2023-12-29Vite + ESBuild error: No loader is configured for ".node" files: node_modules/fsevents/fse
Vite+ESBuilderror:Noloaderisconfiguredfor".node"files:node_modules/fsevents/fsevents.nodeAddfseventstoyouroptimizeDepsexcludeinyourvite.config.jsfile:optimizeDeps:{exclude:["fsevents"]},import{defineConfig
- 2023-11-26Filesystem type ntfs3,ntfs not configured in kernel
title:Filesystemtypentfs3,ntfsnotconfiguredinkernelbanner_img:https://cdn.studyinglover.com/pic/2023/07/6eb76e56ebdd72a1bbcb48f4a19cc0da.pngdate:2023-7-149:35:00categories:-踩坑Filesystemtypentfs3,ntfsnotconfiguredinkernel昨天卸载硬盘
- 2023-11-02Your shell has not been properly configured to use 'conda activate'.
#./condaactivatepy38CommandNotFoundError:Yourshellhasnotbeenproperlyconfiguredtouse'condaactivate'.Toinitializeyourshell,run $condainit<SHELL_NAME>Currentlysupportedshellsare: -bash -fish -tcsh -xonsh -
- 2023-10-18Failed to stop auditd.service: Operation refused, unit auditd.service may be requested by dependency
[root@7~]#systemctlstopauditd.serviceFailedtostopauditd.service:Operationrefused,unitauditd.servicemayberequestedbydependencyonly(itisconfiguredtorefusemanualstart/stop).Seesystemlogsand'systemctlstatusauditd.service
- 2023-10-11java.lang.IllegalArgumentException: Expected MultipartHttpServletRequest: is a MultipartResolver con
原文链接:https://www.longkui.site/error/java-lang-illegalargumentexception-expected-multiparthttpservletrequest-is-a-multipartresolver-configured/4837/0.背景JAVA后台一个上传excel的接口,如下:importData(@RequestParam("file")MultipartFilefile)然后,前台按
- 2023-09-26Mac故障排查系列:redis删除key报错MISCONF Redis is configured to save RDB snapshots, but it's currently una
背景:Mac下使用AnotherRedisDesktopManager客户端,删除key,遇到报错:MISCONFRedisisconfiguredtosaveRDBsnapshots,butit'scurrentlyunabletopersisttodisk.Commandsthatmaymodifythedatasetaredisabled,becausethisinstanceisconfiguredtoreporte
- 2023-07-07ubuntu pip is configured with locations that require TLS/SSL
使用pip时出现pipisconfiguredwithlocationsthatrequireTLS/SSL是因为在编译时候没有加上开启SSL的参数,现在大部分的网络链接为了安全,都开启了SSL加密,常见的有HTTPS。加上--with-openssl=/usr参数--with-openssl需要指定的是openssl的源码目录,经过测试u
- 2023-06-13解决:pip is configured with locations that require TLS/SSL
在使用pip进行软件包安装的时候出现问题:WARNING:pipisconfiguredwithlocationsthatrequireTLS/SSL,howeverthesslmoduleinPythonisnotavailable.解决:mkdir-p~/.pipvim~/.pip/pip.conf 然后输入内容:[global]index-url=http://mirrors.aliyun.
- 2023-06-05Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasou
这个异常在springboot,是一个常见的异常,我们引入了mybatis依赖,确没有在.yml文件中配置数据源,这次我配置了数据源,但是因为有二个application.yml和application-dev.yml,没有指定yml的环境,在application.yml中添加指定dev即可
- 2023-05-24Expected MultipartHttpServletRequest: is a MultipartResolver configured方案。
//1.报错:ExpectedMultipartHttpServletRequest:isaMultipartResolverconfigured?//2.解决<!--uploadify文件上传组件--><dependency><groupId>commons-fileupload</groupId><artifactId>commons-fileupload</artifactId>
- 2023-05-16idea配置Tomcat出现Warning: No artifacts configured 解决方法
报错的截图解决方法 完成后启动 成功!!!!!!!!!!!!!
- 2023-05-08[230]连接Redis后执行命令错误 MISCONF Redis is configured to save RDB snapshots
今天在redis中执行setrangename1chun命令时报了如下错误提示:(error)MISCONFRedisisconfiguredtosaveRDBsnapshots,butiscurrentlynotabletopersistondisk.Commandsthatmaymodifythedatasetaredisabled.PleasecheckRedislogsfordetailsabout
- 2023-04-30VNC server: no dispalys configured [FAILED])
检查配置文件(取消如下两行注释),图中的两行根据实际情况修改,再启动服务查看注意:检查防火墙和selinux不然有可能会连接不上。
- 2023-04-25Spring Boot Configuration Annotation Processor not configured
一、Springboot自定义配置实现自动提示@ConfigurationProperties的作用:让JavaBean中属性值要和配置文件进行映射@Getter@Setter@ConfigurationProperties(prefix="jwt")publicclassJwtProperties{/***JWT加解密使用的密钥*/privateString
- 2023-04-15Spring Boot Configuration Annotation Processor not configured(最简单的解决办法)
在使用@ConfigurationProperties是报红:SpringBootConfigurationAnnotationProcessornotconfigured,如下图所示:其实这个不影响程序运行,但作为程序员就是看着不舒服,网上也有解决办法,其中最多的就是说在pom.xml中加入以下依赖:<dependency><groupId>org.springframework
- 2023-04-14Ubuntu开机卡“A start job is running for wait for network to be Configured”的解决方法
问题虚拟机安装ubuntu22.04TLS系统后,开机总会卡在等待网络连接好长时间。卡在AstartjobisrunningforhaitforNetworktobeConfigured(1min40s/no)这里如图所示解决办法进入系统后,打开终端,输入下面命令,cd/etc/systemd/system/network-online.target.wants/
- 2023-04-04Error resolving template [date], template might not exist or might not be accessible by any of the c
这种情况要不就是你想加载页面@RequestMapping("/welcome1.html")publicStringwelcome1(){return"/welcome1";}但写错了改正:@RequestMapping("/welcome1.html")publicStringwelcome1(){return"welcome1";}或者你想return一个值加入注解@R
- 2023-03-22The property '***' is not a String or Byte array. Length can only be configured for String
Theproperty'*'isnotaStringorBytearray.LengthcanonlybeconfiguredforStringandBytearrayproperties的问题解决在EntityFramework中执行Migration操作