摘要: java.lang.IllegalStateException: The platform metadata area could not be written: /private/var/folders/tt/8n9j9ywx7zn9tklqhyj2r4_h0000gn/T/AppTransloc 阅读全文
posted @ 2020-07-02 23:43 图生 阅读(1376) 评论(0) 推荐(0) 编辑
摘要: 微服务系统中熔断限流环节,对保护系统的稳定性起到了很大的作用,作为网关,Spring Cloud Gateway也提供了很好的支持。先来理解下熔断限流概念: 熔断降级:在分布式系统中,网关作为流量的入口,大量请求进入网关,向后端远程系统或服务发起调用,后端服务不可避免的会产生调用失败(超时或者异常) 阅读全文
posted @ 2020-07-02 09:20 图生 阅读(2480) 评论(0) 推荐(0) 编辑
摘要: 查询安装目录 ps -ef|grep mysql 74 59066 1 0 3:51下午 ?? 0:00.74 /usr/local/mysql/bin/mysqld --user=_mysql --basedir=/usr/local/mysql --datadir=/usr/local/mysq 阅读全文
posted @ 2020-05-23 17:04 图生 阅读(1861) 评论(0) 推荐(1) 编辑
摘要: 起因: 服务器 http://172.22.76.69:8083/actuator/health 等待很久才响应 {"status":"DOWN"} 本地 http://localhost:8083/actuator/health {"status":"UP"} 分析: 看表象,应该是网络问题 查看 阅读全文
posted @ 2020-02-27 16:47 图生 阅读(1134) 评论(0) 推荐(0) 编辑
摘要: 版本:Greenwich.SR2 + 1.官网配置 https://cloud.spring.io/spring-cloud-static/spring-cloud-gateway/2.2.1.RELEASE/reference/html/#cors-configuration 给个例子: spri 阅读全文
posted @ 2020-02-03 16:31 图生 阅读(8519) 评论(2) 推荐(0) 编辑
摘要: 一、首先安装docker环境 参考:在Ubuntu 16.0.4LTS 上安装Docker 二、安装Rancher服务器 在docker的基础上启动rancher服务器,Rancher 服务器是一个 Docker image,所以其软件本身不需要安装,只需要执行 Docker 命令下载并且成功运行 阅读全文
posted @ 2019-06-10 14:23 图生 阅读(2941) 评论(2) 推荐(0) 编辑
摘要: ###boot项目为一个SpringCloud框架的demo ####目录#### 模块信息 环境变量 模块信息 环境变量 ####版本信息#### eureka-server 注册中心 config-server 配置中心 monitor 监控模块 monitor-admin spring boo 阅读全文
posted @ 2019-05-30 21:48 图生 阅读(701) 评论(0) 推荐(1) 编辑
摘要: LOG_HOME=/Users/lucheng/logsexport LOG_HOME $ source .bash_profile //重新加载该文件 $ echo $LOG_HOME /Users/lucheng/logs 在STS中获取环境变量为空 说明环境变量没有起到作用,或者STS没有读取 阅读全文
posted @ 2019-05-03 17:16 图生 阅读(1585) 评论(0) 推荐(0) 编辑
摘要: 参考文献: https://docs.spring.io/spring/docs/5.1.6.RELEASE/spring-framework-reference/integration.html#cache https://www.cnblogs.com/OnlyCT/p/7845660.html 阅读全文
posted @ 2019-04-25 07:49 图生 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 子报表参数传递 下图的参数名称可以自定义 再子报表新增一个同名称的参数即可 阅读全文
posted @ 2019-04-01 11:22 图生 阅读(1993) 评论(0) 推荐(0) 编辑