From 16982952ae24e5fbaf871a920b434c97e260d535 Mon Sep 17 00:00:00 2001 From: yanglbme Date: Mon, 31 Dec 2018 14:46:34 +0800 Subject: [PATCH] docs: fix typo, update offer page --- docs/high-availability/hystrix-process.md | 1 + index.html | 2 +- offer.md | 32 ++++++++++++++++++++++- 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/docs/high-availability/hystrix-process.md b/docs/high-availability/hystrix-process.md index b996002..d877607 100644 --- a/docs/high-availability/hystrix-process.md +++ b/docs/high-availability/hystrix-process.md @@ -88,6 +88,7 @@ ProductInfo productInfo = getProductInfoCommand.execute(); ``` - HystrixObservableCommand.construct() 返回一个 Observable 对象,可以获取多条结果。 + ```java Observable observable = getProductInfosCommand.observe(); diff --git a/index.html b/index.html index 6a6b0ab..c9fbcff 100644 --- a/index.html +++ b/index.html @@ -29,7 +29,7 @@ var footer = [ '
', '' ].join('') diff --git a/offer.md b/offer.md index dcc5a4d..be66189 100644 --- a/offer.md +++ b/offer.md @@ -91,6 +91,36 @@ HR 燃烧我的卡路里 我要变成收割机 + + + _.._ ,------------. + ,' `. ( We want you! ) + / __) __` \ `-,----------' + ( (`-`(-') ) _.-' + /) \ = / ( + /' |--' . \ + ( ,---| `-.)__` + )( `-.,--' _`-. + '/,' ( Uu", + (_ , `/,-' ) + `.__, : `-'/ /`--' + | `--' | + ` `-._ / + \ ( + /\ . \. offer + / |` \ ,-\ + / \| .) / \ + ( ,'|\ ,' : + | \,`.`--"/ } + `,' \ |,' / + / "-._ `-/ | + "-. "-.,'| ; + / _/["---'""] + : / |"- ' + ' | / + ` | + ``` -[![get-up-and-study](/img/get-up-and-study.png)](https://doocs.github.io/advanced-java) \ No newline at end of file +[![get-up-and-study](/img/get-up-and-study.png)](https://doocs.github.io/advanced-java) + \ No newline at end of file -- GitLab