上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: IDEA工具栏 → HELP → Edit Custom VM Options... 文件尾部添加一行 -Dfile.encoding=utf-8 重启IDEA即可 阅读全文
posted @ 2021-06-18 12:38 有来技术 阅读(659) 评论(0) 推荐(0) 编辑
摘要: Spring Cloud & Alibaba 实战 | 第十二篇: Sentinel+Nacos实现流控、熔断降级,赋能拥有降级功能的Feign新技能熔断,做到熔断降级双剑合璧(JMeter模拟测试) 目录 一. Sentinel概念 1. 什么是Sentinel? 2. Sentinel功能特性 3. Sentinel VS Hystrix 二. Docker部署Sentinel Dashboard 1. 拉取镜像 2. 启动容器 3. 访问测试 三. Sentinel网关流控 1. 网关流控定 阅读全文
posted @ 2021-04-30 01:34 有来技术 阅读(6515) 评论(4) 推荐(7) 编辑
摘要: Docker部署redis cluster三主三从实现高可用 阅读全文
posted @ 2021-04-09 11:59 有来技术 阅读(556) 评论(0) 推荐(1) 编辑
摘要: Elasticsearch 的核心是搜索引擎,所以用户开始将其用于日志用例,并希望能够轻松地对日志进行采集和可视化。有鉴于此,引入了强大的采集管道 Logstash 和灵活的可视化工具 Kibana。 阅读全文
posted @ 2021-03-30 12:39 有来技术 阅读(3199) 评论(3) 推荐(3) 编辑
摘要: git pull origin master --allow-unrelated-histories 阅读全文
posted @ 2021-03-03 09:36 有来技术 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 1. 环境准备 创建挂载数据目录和配置文件 mkdir -p /mnt/mysql/data /etc/mysql/conf touch /etc/mysql/conf/my.cnf 2. 拉取镜像 docker pull mysql 3. 启动容器 docker run --restart=alw 阅读全文
posted @ 2021-02-11 18:06 有来技术 阅读(1095) 评论(0) 推荐(1) 编辑
摘要: 1. 镜像下载 docker pull redis 2. 创建目录 mkdir -p /etc/redis/redis.conf mkdir -p /data/redis 3. 启动容器 docker run -d --name=redis \ -p 6379:6379 \ -v /etc/redi 阅读全文
posted @ 2021-02-11 17:59 有来技术 阅读(1024) 评论(0) 推荐(0) 编辑
摘要: 一. 前言 【有来】开源全栈项目版本更新,本文部分内容和项目源码有出入,建议移步至 【Spring Cloud & Alibaba 实战 | 总结篇】Spring Cloud Gateway + Spring Security OAuth2 + JWT 实现微服务统一认证授权和鉴权,基于RBAC设计 阅读全文
posted @ 2021-02-10 23:19 有来技术 阅读(15390) 评论(27) 推荐(10) 编辑
摘要: Spring Cloud实战 | 第十篇 :Spring Cloud + Nacos整合Seata 1.4.1最新版本实现微服务架构中的分布式事务,进阶之路必须要迈过的槛 Seata分布式事务在线体验地址: www.youlai.tech 本篇完整源码地址:https://github.com/hxrui/youlai-mall 有想加入开源项目开发的童鞋也可以联系我(微信号:haoxianrui),希望大家能够一起交流学习。觉得项目对你有帮助希望能给一个star或者 阅读全文
posted @ 2021-01-15 00:41 有来技术 阅读(8795) 评论(8) 推荐(5) 编辑
摘要: Github配置SSH避免远程提交重复输入用户名密码 一. 前言 Logon failed, use ctrl+c to cancel basic credential prompt. 是不是提交会遇到上述错误,每次远程提交至Github需要重新输入用户名密码,原因是使用HTTPS的提交方式。本文说明通过生成公私钥认证来实现SSH方式远程提交免登录。 阅读全文
posted @ 2021-01-08 13:54 有来技术 阅读(370) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 10 下一页