- 博客(8)
- 资源 (2)
- 问答 (1)
- 收藏
- 关注
原创 Hystrix Dashboard出现Unable to connect to Command Metric Stream.
初次使用Hystrix Dashboard(豪猪哥图像化界面)出现以下提示 莫慌,打开控制台看下什么原因 Origin parameter: http://localhost:8989/hystrix.stream is not in the allowed list of proxy host names. If it should be allowed add it to hystrix.dashboard.proxyStreamAllowList 当出现上述原因,尝试在两个地方做修改: 1.修改
2021-07-24 12:59:58 221 2
原创 较全的gitignore模板(学习过程记录)
# Byte-compiled / optimized / DLL files __pycache__/ .idea *.py[cod] *$py.class # C extensions *.so # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/pyt
2021-07-23 15:51:06 267 1
原创 用Jedis连接阿里云等服务器上的redis
1.关闭虚拟器防火墙 建议进入linux操作系统将防火墙进行关闭。注意了! 要先重启防火墙 service iptables restart 然后再进行关闭 service iptables stop 万一报了以下错误,请先执行yum install iptables-services,等待安装完成 [root@iZwz91obh1cwf62gu149pkZ bin]# service iptables restart Redirecting to /bin/systemctl restart ipt
2021-06-26 16:06:04 196
原创 后台往前台传日期对象,显示结果却是一串数字
解决方法:在实体类中加入注解 @JsonFormat(pattern=“yyyy-MM-dd HH:mm:ss”,timezone = “GMT+8”) 加注解后完美得到结果:
2021-05-14 00:32:31 202
原创 v-model原理
```javascript <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <div id="app"> <h2>{{msg}}</h2> <input type=".
2021-05-03 14:28:47 129
原创 错误:java无效的源发行版:1.9
今日,在创建Spring Initializr项目时遇到如上问题,原因是我电脑上装的是jdk1.8,但在一开始创建项目时Java Version默认被选上了11 解决方法是在项目创建之初,把Java Version改成8。
2021-04-03 23:06:49 266
原创 IntelliJ IDEA创建springboot项目无法连接http://start.spring.io/
今日在创建Spring Initializr项目时遇到一些小问题,本人是新手,跟大多数人一样一开始创建项目是遇到以下问题 之后我百度了很多帖子,都是说在settings里边选择系统设置->HTTP PROXY->check connection里输入地址https://start.spring.io,我原以为能成功,但结果依然不行。 解决:自定义URL,在Custom里输入https://start.aliyun.com/,之后就能完美创建Springboot项目啦。 ...
2021-04-03 22:58:46 220
TA创建的收藏夹 TA关注的收藏夹
TA关注的人