Skip to content

Commit

Permalink
Update: 文章格式优化
Browse files Browse the repository at this point in the history
  • Loading branch information
StabilityMan committed Aug 8, 2019
1 parent d6f7bb1 commit 10b1037
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 系统稳定性——NoSuchMethodError 常见原因及解决方法

> 作者:涯海
> 作者:夏明(涯海)
> 创作日期:2019-08-06
> 专栏地址:[【稳定大于一切】](https://github.com/StabilityMan/StabilityGuide)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 系统稳定性——OutOfMemoryError 常见原因及解决方法

> 作者:涯海
> 作者:夏明(涯海)
> 创作日期:2019-07-15
> 专栏地址:[【稳定大于一切】](https://github.com/StabilityMan/StabilityGuide)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 系统稳定性——StackOverFlowError 常见原因及解决方法

> 作者:涯海
> 作者:夏明(涯海)
> 创作日期:2019-07-26
> 专栏地址:[【稳定大于一切】](https://github.com/StabilityMan/StabilityGuide)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> 作者:聂晓龙(率鸽)
> 作者:聂晓龙(率鸽)
> 创作日期:2019-08-07
> 专栏地址:[【稳定大于一切】](https://github.com/StabilityMan/StabilityGuide)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 系统稳定性——Dubbo 常见错误及解决方法

> 作者:空冥
> 作者:吕仁琦(空冥)
> 创作日期:2019-07-18
> 专栏地址:[【稳定大于一切】](https://github.com/StabilityMan/StabilityGuide)
Expand Down
12 changes: 5 additions & 7 deletions docs/prevention/resilience/流控降级最佳实践.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# 流控降级最佳实践

> 作者:赵奕豪(宿何,[@sczyh30](https://github.com/sczyh30)
> 创作日期:2019-08-03
> 专栏地址:[【稳定大于一切】](https://github.com/StabilityMan/StabilityGuide)
> 作者:赵奕豪(宿何,[@sczyh30](https://github.com/sczyh30)
> 创作日期:2019-08-03
> 专栏地址:[【稳定大于一切】](https://github.com/StabilityMan/StabilityGuide)
生产环境经常会出现以下不稳定的情况:

Expand All @@ -20,7 +18,7 @@
- [为什么需要流控降级](#为什么需要流控降级)
- [流控降级的最佳实践](#流控降级最佳实践)
- [服务提供方流控](#服务提供方流控)
- [服务调用方隔离/熔断](#服务调用方隔离-熔断)
- [服务调用方隔离/熔断](#服务调用方隔离熔断)
- [冷系统预热](#冷系统预热)
- [削峰填谷](#削峰填谷)
- [网关流控](#网关流控)
Expand Down Expand Up @@ -121,7 +119,7 @@ Sentinel 提供了[匀速排队模式](https://github.com/alibaba/Sentinel/wiki/

## 加入我们

【稳定大于一切】打造国内稳定性领域知识库,**让无法解决的问题少一点,让世界的确定性多一点**
【稳定大于一切】打造国内稳定性领域知识库,**让无法解决的问题少一点点,让世界的确定性多一点点**

* [GitHub 地址](https://github.com/StabilityMan/StabilityGuide)
* 钉钉群号:23179349

0 comments on commit 10b1037

Please sign in to comment.