logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

idea pull报错GiteeAccessTokenExpiredException: 401 Unauthorized: Access token is expired,解决方法

在pull时idea报错:GiteeAccessTokenExpiredException: 401 Unauthorized: Access token is expired原因:是登录gitee密码过期解决方法:在idea中 File--->Settings--->Version Control--->Gitee 输入密码再次登录就可以了...

#java#git#idea +1
sql中计算输出百分比 ,并保留两位小数或判断数据库中时间,是否为当日时间进行判断,输出百分比,当前在线数,今日总在线数

#状态为1占比数(状态分为0和1)decimal(10,0):保留小数0 例如:输出80decimal(10,2):保留小数2 例如:输出80.66CONCAT(80,'%') 例如:输出80%select CONCAT(convert(sum(`status`=1)*100/count(*),decimal(10,0)),'%') as 百分比 from equipment#判断数据库时间与当前

#mysql#sql#数据库 +1
SpringBoot中报错expected at least 1 bean which qualifies as autowire candidate. Dependency annotations:

报错:Unsatisfied dependency expressed through field 'xxxMapper'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.gdata.biz.content.ma

#spring#spring boot#mybatis
关于tomcat启动报错Error deploying web application directory [C:\......]出现的其中一种问题解决:

tomcat启动报这个错:严重: Error deploying web application directory [C:\Users\86150\Desktop\总\tomcat\apache-tomcat-9.0.22\webapps\demo]java.lang.IllegalStateException: Error starting childat org.apache.cata...

#tomcat
SpringBoot中报错expected at least 1 bean which qualifies as autowire candidate. Dependency annotations:

报错:Unsatisfied dependency expressed through field 'xxxMapper'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.gdata.biz.content.ma

#spring#spring boot
Caused by: com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SC

问题1:Caused by: com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='root', source='test01', password=<hidden>, mechanismProperties=<hi

#mongodb#java#数据库
到底了