spring cloud中OpenFeign整合Sentinel启动报错 错误:FactoryBean threw exception on object creation; nested exception is java.lang.AbstractMethodError: com.alibaba.cloud.sentinel.feign.SentinelContrac 2021-08-03 4614 0 java spring cloud 问题 Feign Sentinel
mysql连接错误:com.mysql.cj.jdbc.exceptions.communicationsexception: communications link failure 2021-06-21 1716 0 java 总结 mysql 问题
Certbot查看证书过期时间,手动续期以及自动续期 查看过期时间certbot renew查看证书情况certbot certificates手动续期证书(过期前一个月内)/bin/certbot renew忽略证书过期时间,直接重置证书时间certbot renew --force-renewal自动续期1,定时任务crontab -e2,编辑文件 2021-06-02 3587 0 总结 问题 Certbot 服务器
windows查看指定端口占用情况 1,查看端口占用情况:netstat -ano|findstr "端口号"2,杀死指定线程taskkill -PID 进程号 -F 2021-06-01 1096 0 问题 技巧 windows
npm install node-sass报错问题的解决 主要是node-sass版本问题,它的版本对应着不同的node版本。可以在https://github.com/sass/node-sass查看对应关系,如下图解决方法:1,win+R打开命令行输入,node -v查看node版本2,删除旧的node-sass,npm uninstall node- 2021-05-26 902 0 前端 node 问题