网站Logo MsBlog
首页
默认分类
关于
登录
打包jar运行出现invalid END header (bad central directory offset)

打包jar运行出现invalid END header (bad central directory offset)

2021-10-05
2355
0
java
总结
问题
打包jar运行出现invalid END header (bad central directory offset)

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
spring cloud中OpenFeign整合Sentinel启动报错
spring cloud中OpenFeign整合Sentinel启动报错
feign远程调用及异步调用丢失请求头问题

feign远程调用及异步调用丢失请求头问题

2021-07-21
4757
0
java
问题
Feign
多线程
微服务
feign远程调用及异步调用丢失请求头问题

lettuce堆外内存溢出bug

2021-06-30
2131
0
java
问题
redis
分布式
lettuce堆外内存溢出bug
lettuce堆外内存溢出bug
PUT和POST的区别

PUT和POST的区别

2021-06-23
1232
0
总结
问题
http
PUT和POST的区别

mysql连接错误:com.mysql.cj.jdbc.exceptions.communicationsexception: communications link failure

2021-06-21
1716
0
java
总结
mysql
问题
mysql连接错误:com.mysql.cj.jdbc.exceptions.communicationsexception: communications link failure
mysql连接错误:com.mysql.cj.jdbc.exceptions.communicationsexception: communications link failure
什么是跨域以及如何解决

什么是跨域以及如何解决

2021-06-05
1600
0
前端
总结
问题
javascript
vue
vue.js
服务器
什么是跨域以及如何解决

Certbot查看证书过期时间,手动续期以及自动续期

查看过期时间certbot renew查看证书情况certbot certificates手动续期证书(过期前一个月内)/bin/certbot renew忽略证书过期时间,直接重置证书时间certbot renew --force-renewal自动续期1,定时任务crontab -e2,编辑文件

2021-06-02
3587
0
总结
问题
Certbot
服务器
Certbot查看证书过期时间,手动续期以及自动续期
Certbot查看证书过期时间,手动续期以及自动续期
windows查看指定端口占用情况

windows查看指定端口占用情况

1,查看端口占用情况:netstat -ano|findstr "端口号"2,杀死指定线程taskkill -PID 进程号 -F

2021-06-01
1096
0
问题
技巧
windows
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
问题
npm install node-sass报错问题的解决
npm install node-sass报错问题的解决
1 2 3