Yang Libin
a14b73265d
docs: fix typo in dubbo-load-balancing, close #165
...
* Thanks @YANGJINJUE
* See https://github.com/doocs/advanced-java/blob/master/docs/distributed-system/dubbo-load-balancing.md
2020-05-09 14:36:34 +08:00
yanglbme
36e13c9496
Merge branch 'master' of github.com:doocs/advanced-java
2020-05-06 20:25:57 +08:00
yanglbme
d1e7119c84
feat: add markdown formatter
2020-05-06 20:23:11 +08:00
Yang Libin
d3c4fbee00
docs: update distributed-lock-redis-vs-zookeeper.md
2020-04-30 09:05:44 +08:00
何正海
0efe1201a6
Update distributed-lock-redis-vs-zookeeper.md
2020-04-30 02:28:04 +08:00
何正海
66a8ff1c2d
Update distributed-lock-redis-vs-zookeeper.md
2020-04-30 02:24:05 +08:00
何正海
fc36ecc34a
Update distributed-lock-redis-vs-zookeeper.md
2020-04-30 02:22:23 +08:00
何正海
2d7423f1bd
Update distributed-lock-redis-vs-zookeeper.md
2020-04-30 02:14:14 +08:00
何正海
9e3699d2fd
Update distributed-lock-redis-vs-zookeeper.md
2020-04-30 02:03:34 +08:00
何正海
baee77b557
Update dubbo-serialization-protocol.md
2020-04-28 22:45:27 +08:00
yanglbme
ee7f18e797
feat: update duplicate files and generate pagination
...
移除冗余文件,激活页面底部导航
2020-04-05 16:25:25 +08:00
yanglbme
d497fffafb
fix: update documents description
2020-04-04 10:40:03 +08:00
yanwankun
16c13093c9
update docs/distributed-system/distributed-transaction.md.
2020-03-29 00:52:38 +08:00
ImgBotApp
930ed5ac62
[ImgBot] Optimize images
...
*Total -- 1,087.50kb -> 1,083.88kb (0.33%)
/docs/from-readers/images/qrcode-for-doocs.jpg -- 65.77kb -> 65.44kb (0.51%)
/images/qrcode-for-doocs.jpg -- 65.77kb -> 65.44kb (0.51%)
/docs/high-concurrency/images/qrcode-for-doocs.jpg -- 65.77kb -> 65.44kb (0.51%)
/docs/high-availability/images/qrcode-for-doocs.jpg -- 65.77kb -> 65.44kb (0.51%)
/docs/extra-page/images/qrcode-for-doocs.jpg -- 65.77kb -> 65.44kb (0.51%)
/docs/micro-services/images/qrcode-for-doocs.jpg -- 65.77kb -> 65.44kb (0.51%)
/docs/distributed-system/images/qrcode-for-doocs.jpg -- 65.77kb -> 65.44kb (0.51%)
/docs/big-data/images/qrcode-for-doocs.jpg -- 65.77kb -> 65.44kb (0.51%)
/docs/from-readers/images/qrcode-for-yanglbme.jpg -- 70.17kb -> 70.05kb (0.17%)
/images/qrcode-for-yanglbme.jpg -- 70.17kb -> 70.05kb (0.17%)
/docs/high-availability/images/qrcode-for-yanglbme.jpg -- 70.17kb -> 70.05kb (0.17%)
/docs/micro-services/images/qrcode-for-yanglbme.jpg -- 70.17kb -> 70.05kb (0.17%)
/docs/high-concurrency/images/qrcode-for-yanglbme.jpg -- 70.17kb -> 70.05kb (0.17%)
/docs/extra-page/images/qrcode-for-yanglbme.jpg -- 70.17kb -> 70.05kb (0.17%)
/docs/distributed-system/images/qrcode-for-yanglbme.jpg -- 70.17kb -> 70.05kb (0.17%)
/docs/big-data/images/qrcode-for-yanglbme.jpg -- 70.17kb -> 70.05kb (0.17%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2019-11-27 09:51:23 +00:00
yanglbme
c4e324207e
docs: update cover page and README
...
更新封面,添加联系方式
2019-11-27 17:47:27 +08:00
Yang Libin
d7526f7441
docs: update distributed-lock-redis-vs-zookeeper.md
2019-10-06 11:13:12 +08:00
yanglbme
51ba948511
docs: modify sub-readme pages
...
更新子目录 README 文档说明
2019-08-22 01:20:27 +00:00
yanglbme
a5f4a27d3d
docs: update doc description
...
* close #73
* close #74
2019-06-16 12:29:02 +08:00
yanglbme
e8dfeecea0
docs: update redis-single-thread-model.md
...
* fix typo in distributed-lock-redis-vs-zookeeper.md
* update redis-single-thread-model.md
2019-05-27 11:12:33 +08:00
yanglbme
618218f1c1
docs(distributed-system): update distributed-lock-redis-vs-zookeeper.md
...
更新 Redis 分布式锁相关描述
详细说明查看:https://github.com/doocs/advanced-java/blob/master/docs/distributed-system/distributed-lock-redis-vs-zookeeper.md
2019-05-22 16:29:05 +08:00
yanglbme
e744795038
docs(distributed-system): update dubbo-load-balancing.md
...
更新 Dubbo 集群容错策略相关描述
详细说明查看:https://github.com/doocs/advanced-java/blob/master/docs/distributed-system/dubbo-load-balancing.md
2019-05-18 15:29:07 +08:00
yanglbme
c1cbcbce8a
docs(distributed-system): update dubbo-rpc-design.md
...
* fix typo and close #68
* thanks @dusked
2019-05-15 15:07:03 +08:00
yanglbme
143227f8ec
docs: add README.md in subdirs
2019-05-08 10:51:29 +08:00
yanglbme
e23f8cd781
docs(distributed-system): update distributed-transaction.md
2019-04-19 09:34:51 +08:00
yanglbme
06dca0d2c2
docs: minor changes in doc description
2019-04-10 23:27:44 +08:00
yanglbme
1336b19c87
docs: fix typo in dubbo-serialization-protocol.md and close #56
...
* Change `protocal` to `protocol`
* Close #56
* Thanks @foolish1024
2019-04-07 11:10:18 +08:00
yanglbme
0233b5868a
docs: format docs in dubbo
2019-04-01 21:57:16 +08:00
yanglbme
5b7512459a
docs: minor changes in dubbo
2019-03-28 23:03:20 +08:00
yanglbme
7e86ddae26
docs(distributed-system): update why-dubbo.md
...
Update the doc description of why-dubbo.
By the way, remember to refresh your cache of page.
2019-03-26 09:37:21 +08:00
ImgBotApp
bd7d15ee65
[ImgBot] Optimize images
...
*Total -- 32.53kb -> 16.05kb (50.66%)
/images/zookeeper-distributed-lock.png -- 16.26kb -> 8.02kb (50.66%)
/docs/distributed-system/images/zookeeper-distributed-lock.png -- 16.26kb -> 8.02kb (50.66%)
2019-03-25 01:30:54 +00:00
yanglbme
677c87326b
docs: update docs description and images of dubbo
2019-03-25 09:28:37 +08:00
ImgBotApp
7180dc6f11
[ImgBot] Optimize images
...
*Total -- 58.20kb -> 26.53kb (54.42%)
/images/dubbo-not-keep-connection.png -- 11.80kb -> 4.77kb (59.59%)
/docs/distributed-system/images/dubbo-not-keep-connection.png -- 11.80kb -> 4.77kb (59.59%)
/images/dubbo-keep-connection.png -- 17.30kb -> 8.49kb (50.9%)
/docs/distributed-system/images/dubbo-keep-connection.png -- 17.30kb -> 8.49kb (50.9%)
2019-03-22 10:56:59 +00:00
yanglbme
7ef09fa5f2
docs: fix images label for dubbo-connection
...
consumer -> provider
2019-03-22 18:51:53 +08:00
yanglbme
7187670352
docs(distributed-system): update docs description of dubbo
2019-03-21 09:48:27 +08:00
yanglbme
c0cc3ca192
docs: update doc description
...
* Update database-shard.md
* Update dubbo-operating-principle.md
2019-03-17 21:58:26 +08:00
Libin Yang
662976595e
docs: fix typo in distributed-session
2019-02-04 11:22:46 +08:00
Libin Yang
60dfbc00d2
Merge pull request #36 from sheldonyss/master
...
add additional method to handle distributed session
2019-02-01 15:05:51 +08:00
Libin Yang
283cb64e12
Update distributed-session.md
2019-02-01 15:04:43 +08:00
Libin Yang
cf50dc3127
docs: update dubbo-load-balancing
...
Small changes in `dubbo-load-balancing.md`
2019-02-01 14:53:57 +08:00
yang sishuo
9e6cd4180b
add additional method to handle distributed session
2019-02-01 14:50:37 +08:00
yanglbme
e791afe190
docs: update distributed-session and close #34
...
- Fix typo in distributed-session
- Close #34 @chenlang888881
2019-01-25 09:43:21 +08:00
igayhub
50c6408eb2
docs: fix typo in dubbo-operating-principle
2019-01-23 19:52:48 +08:00
yanglbme
ec854a4781
docs: update es mapping types desc to fix #33
...
- Indices created in Elasticsearch 6.0.0 or later may only contain a single mapping type. Indices created in 5.x with multiple mapping types will continue to function as before in Elasticsearch 6.x. Mapping types will be completely removed in Elasticsearch 7.0.0.
- Fix #33
- Thank you @jptangchina
2019-01-23 17:11:32 +08:00
yanglbme
efcc3ef2f4
docs: update doc description
2019-01-16 23:03:45 +08:00
yanglbme
95ea034433
docs: update distributed-transaction
2019-01-14 16:03:19 +08:00
陈睿
94bdc15bf1
update dubbo-serialization-protocol.md
2019-01-10 18:24:28 +08:00
yanglbme
bbe7c8fdfb
docs: update doc description
2019-01-07 21:54:14 +08:00
yanglbme
a7cb243259
docs: update UUID desc to fix #22 , rename images
...
- Update UUID desc to fix #22
- Rename img to images
- Fix typo
2019-01-07 15:44:02 +08:00
yanglbme
1caf071b59
docs: update hystrix-thread-pool-current-limiting
...
深入线程池隔离与接口限流知识点补充
2019-01-07 11:38:55 +08:00
yanglbme
fc7eaab82e
docs: delete useless images
2018-12-27 22:54:54 +08:00