草庐IT

update-dependency-configurations

全部标签

Win11安装Docker报错Update the WSL kernel by running “wsl --update“ or follow instructions at https://doc

Win11安装Docker问题:Win11正式版升级安装Docker(基于WSL2)UpdatetheWSLkernelbyrunning"wsl--update"orfollowinstructionsathttps://docs.microsoft.com/windows/wsl/wsl2-kernel.UpdatetheWSLkernelbyrunning"wsl--update"orfollowinstructionsathttps://docs.microsoft.com/windows/wsl/wsl2-kernel.问题描述:从Win10升级到Win11后,当计算机第一次启动时(

从git提交出现“updates were rejected because a pushed branch tip is behind its remote”到提交成功解决问题的过程

git提交代码从reject到提交成功全过程1.问题重述2.解决过程出现新问题:Yourlocalchangestothefollowingfileswouldbeoverwrittenbymerge出现新问题:Mergingisnotpossiblebecauseyouhaveunmergedfiles出现新问题:SystemMeanageService爆红出现新问题:Youhavenotconcludedyourmerge(MERGE_HEADexists).这里是不断发芽的山有木兮,希望这个帖子可以帮到你!1.问题重述git提交出现“updateswererejectedbecausea

从git提交出现“updates were rejected because a pushed branch tip is behind its remote”到提交成功解决问题的过程

git提交代码从reject到提交成功全过程1.问题重述2.解决过程出现新问题:Yourlocalchangestothefollowingfileswouldbeoverwrittenbymerge出现新问题:Mergingisnotpossiblebecauseyouhaveunmergedfiles出现新问题:SystemMeanageService爆红出现新问题:Youhavenotconcludedyourmerge(MERGE_HEADexists).这里是不断发芽的山有木兮,希望这个帖子可以帮到你!1.问题重述git提交出现“updateswererejectedbecausea

已解决WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python

已解决(pip升级报错)WARNING:pipisconfiguredwithlocationsthatrequireTLS/SSL,howeverthesslmoduleinPythonisnotavailable.Lookinginindexes:https://pypi.tuna.tsinghua.edu.cn/simpleRequirementalreadysatisfied:pipine:\anaconda\install_root\lib\site-packages(21.0.1)WARNING:Retrying(Retry(total=4,connect=None,read=No

已解决WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python

已解决(pip升级报错)WARNING:pipisconfiguredwithlocationsthatrequireTLS/SSL,howeverthesslmoduleinPythonisnotavailable.Lookinginindexes:https://pypi.tuna.tsinghua.edu.cn/simpleRequirementalreadysatisfied:pipine:\anaconda\install_root\lib\site-packages(21.0.1)WARNING:Retrying(Retry(total=4,connect=None,read=No

druid和druid-spring-boot-starter 的区别与报错Cannot resolve configuration property ‘spring.datasource.xxx解决

druid官方文档:https://github.com/alibaba/druidhttps://github.com/alibaba/druid/wikidruidmaven仓库https://mvnrepository.com/artifact/com.alibaba/druid一、druid和druid-spring-boot-starter区别分析参考文章:https://www.cnblogs.com/dxiaodang/p/14571590.html主要原因还是要不要手动写配置类,springboot的使用auto帮我们封装好了属性值描述如下:作用是一样的,都是连接池提供连接,里

druid和druid-spring-boot-starter 的区别与报错Cannot resolve configuration property ‘spring.datasource.xxx解决

druid官方文档:https://github.com/alibaba/druidhttps://github.com/alibaba/druid/wikidruidmaven仓库https://mvnrepository.com/artifact/com.alibaba/druid一、druid和druid-spring-boot-starter区别分析参考文章:https://www.cnblogs.com/dxiaodang/p/14571590.html主要原因还是要不要手动写配置类,springboot的使用auto帮我们封装好了属性值描述如下:作用是一样的,都是连接池提供连接,里

MySQL报错:The server quit without updating PID file 我的解决思路和方法

今天在学习mysql二进制日志的时候需要在编辑my.cnf的文件,产生的一系列报错,个人的排错思路和方法,仅供参考。重启damon、重启mysql发现报错StartingMySQL.ERROR!TheserverquitwithoutupdatingPIDfile(/usr/local/mysql/data/mysqld.pid).发现注释这三行配置之后发现可以正常启动,那么问题就出现在这三行代码上log-bin=mysql-bin  #binlog_expire_logs_seconds=600#max_binlog_size=200M 查询日志发现报错:Youhaveenabledtheb

MySQL报错:The server quit without updating PID file 我的解决思路和方法

今天在学习mysql二进制日志的时候需要在编辑my.cnf的文件,产生的一系列报错,个人的排错思路和方法,仅供参考。重启damon、重启mysql发现报错StartingMySQL.ERROR!TheserverquitwithoutupdatingPIDfile(/usr/local/mysql/data/mysqld.pid).发现注释这三行配置之后发现可以正常启动,那么问题就出现在这三行代码上log-bin=mysql-bin  #binlog_expire_logs_seconds=600#max_binlog_size=200M 查询日志发现报错:Youhaveenabledtheb

Android在构建提示“Could not resolve all files for configuration ‘:app:debugRuntimeClasspath‘.”

今天在添加MQTT依赖库的时候,在构建时提示一下错误:Causedby:org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException:Couldnotresolveallfilesforconfiguration':app:debugRuntimeClasspath'.后面根据错误的提示发现可能和工程中build.gradle(:app)里面添加的这一句有关系:implementation'com.android.support:support-v4:4.4.1