yanglbme
|
1cfb339fcb
|
docs: update cover and index
更新封面和首页信息
|
2019-08-10 11:27:55 +08:00 |
|
yanglbme
|
692c5447d5
|
refactor: new add extra-page
部分文件移动至新的文件夹,项目结构更简洁美观
|
2019-08-06 22:40:35 +08:00 |
|
yanglbme
|
b9503a0760
|
docs: update SUMMARY.md and close #91
* 更新 SUMMARY 目录
* 关闭 Issue #91
* 移除 sw.js 文件
* 修正 from-readers/README.md 中的错误链接
|
2019-08-06 21:06:21 +08:00 |
|
yanglbme
|
f4598a0eb6
|
docs: modify images and close #89
|
2019-07-30 22:50:59 +08:00 |
|
yanglbme
|
491cde14a8
|
docs: modified images and close #89
* 图片优化
* Issue(#89) 关闭
|
2019-07-30 22:49:11 +08:00 |
|
Yang Libin
|
88c3fb91b5
|
docs: update sentinel-vs-hystrix.md
更新文档描述
|
2019-07-29 08:52:19 +08:00 |
|
ImgBotApp
|
3aeb43d65f
|
[ImgBot] Optimize images
*Total -- 370.62kb -> 317.97kb (14.21%)
/images/BRP.jpg -- 8.95kb -> 6.71kb (25.01%)
/docs/high-availability/images/BRP.jpg -- 8.95kb -> 6.71kb (25.01%)
/images/Sentinel-VS-Hystrix.jpg -- 58.11kb -> 48.47kb (16.59%)
/docs/high-availability/images/Sentinel-VS-Hystrix.jpg -- 58.11kb -> 48.47kb (16.59%)
/images/Slow-Start-Preheating-Mode.jpg -- 24.52kb -> 21.10kb (13.94%)
/docs/high-availability/images/Slow-Start-Preheating-Mode.jpg -- 24.52kb -> 21.10kb (13.94%)
/images/Homogenizer-mode.jpg -- 27.65kb -> 24.02kb (13.12%)
/docs/high-availability/images/Homogenizer-mode.jpg -- 27.65kb -> 24.02kb (13.12%)
/images/Sentinel-Dashboard.jpg -- 66.08kb -> 58.68kb (11.2%)
/docs/high-availability/images/Sentinel-Dashboard.jpg -- 66.08kb -> 58.68kb (11.2%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
|
2019-07-25 04:45:23 +00:00 |
|
yanglbme
|
fa9caf4ea7
|
docs: add sentinel-vs-hystrix.md
Sentinel 和 Hystrix,该如何做技术选型?
本文由 Doocs 开源组织(https://github.com/doocs)整理自阿里巴巴中间件团队,供各位朋友学习了解,鼓励大家使用阿里开源组件。
|
2019-07-25 12:39:47 +08:00 |
|
Yang Libin
|
bb74970005
|
docs: update mq-design.md
* close #84
* close #85
|
2019-07-22 09:28:31 +08:00 |
|
Yang Libin
|
275e2dd150
|
docs: update redis-single-thread-model.md
* close #82
* 更新 Redis 单线程模型描述,读者可以参考《Redis 设计与实现》进行系统学习。
* See https://github.com/doocs/technical-books#database
|
2019-07-17 09:19:32 +08:00 |
|
yanglbme
|
284803451c
|
docs: update doc description
* close #75
* close #76
|
2019-07-01 11:27:13 +08:00 |
|
yanglbme
|
22a4f8ba51
|
docs(high-concurrency): update database-shard-dynamic-expand.md
|
2019-06-24 09:15:47 +08:00 |
|
yanglbme
|
a5f4a27d3d
|
docs: update doc description
* close #73
* close #74
|
2019-06-16 12:29:02 +08:00 |
|
yanglbme
|
aeb6a1139b
|
docs(from-readers): update contributors
See https://github.com/doocs/advanced-java/blob/master/docs/from-readers/README.md
|
2019-06-11 19:46:01 +08:00 |
|
yanglbme
|
122252ea4d
|
docs(high-concurrency): update database-shard.md
更新数据库中间件描述信息,详情请看:https://github.com/doocs/advanced-java/blob/master/docs/high-concurrency/database-shard.md
|
2019-06-11 10:55:03 +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
|
d5c321b72b
|
docs(high-concurrency): update how-to-ensure-high-availability-of-message-queues.md
fix #67, see https://github.com/doocs/advanced-java/blob/master/docs/high-concurrency/how-to-ensure-high-availability-of-message-queues.md
|
2019-05-15 11:12:06 +08:00 |
|
yanglbme
|
84bbe0b597
|
docs(high-availability): update hystrix
更新 Hystrix 多个文件描述信息
|
2019-05-14 15:15:46 +08:00 |
|
yanglbme
|
143227f8ec
|
docs: add README.md in subdirs
|
2019-05-08 10:51:29 +08:00 |
|
yanglbme
|
e61ea28d51
|
docs(from-readers): update rights-defending-movement.md
|
2019-05-01 09:45:48 +08:00 |
|
yanglbme
|
7c94426c17
|
docs(from-readers): update rights-defending-movement.md
|
2019-05-01 09:44:08 +08:00 |
|
yanglbme
|
790d683a68
|
docs(from-readers): update rights-defending-movement.md
|
2019-04-26 17:11:00 +08:00 |
|
Libin Yang
|
a230c1047c
|
Merge pull request #65 from doocs/imgbot
[ImgBot] Optimize images
|
2019-04-26 16:41:10 +08:00 |
|
yanglbme
|
ed0942ec08
|
docs(from-readers): update rights-defending-movement.md
|
2019-04-26 16:40:35 +08:00 |
|
ImgBotApp
|
d7b2ce0cc9
|
[ImgBot] Optimize images
*Total -- 968.66kb -> 104.40kb (89.22%)
/images/advanced-java-doocs-shishan.png -- 484.33kb -> 52.20kb (89.22%)
/docs/from-readers/images/advanced-java-doocs-shishan.png -- 484.33kb -> 52.20kb (89.22%)
|
2019-04-26 08:37:23 +00:00 |
|
yanglbme
|
b9908ac2b3
|
docs(from-readers): update rights-defending-movement.md
|
2019-04-26 16:34:50 +08:00 |
|
yanglbme
|
30571eb7ad
|
docs(from-readers): update rights-defending-movement.md
|
2019-04-26 16:04:52 +08:00 |
|
yanglbme
|
193c47a53f
|
docs: fix typo
|
2019-04-26 15:43:54 +08:00 |
|
yanglbme
|
b81131be5d
|
docs(from-readers): update rights-defending-movement.md
|
2019-04-26 15:33:13 +08:00 |
|
yanglbme
|
921c251779
|
docs(from-readers): add rights-defending-movement.md
* 新增维权行动
* 欢迎曝光抄袭者
|
2019-04-26 15:26:49 +08:00 |
|
yanglbme
|
dafc086fa2
|
docs(from-readers): udpate README.md and close #62
|
2019-04-23 08:40:41 +08:00 |
|
yanglbme
|
e23f8cd781
|
docs(distributed-system): update distributed-transaction.md
|
2019-04-19 09:34:51 +08:00 |
|
yanglbme
|
827425beb6
|
docs(from-readers): fix typo in doocs-advanced-java-attention.md
See https://github.com/doocs/advanced-java/blob/master/docs/from-readers/doocs-advanced-java-attention.md
|
2019-04-16 21:40:31 +08:00 |
|
yanglbme
|
a06dfc5238
|
docs: update submission requirement list
|
2019-04-16 21:40:31 +08:00 |
|
yanglbme
|
10e5739a70
|
docs: update README.md
|
2019-04-16 21:40:31 +08:00 |
|
yanglbme
|
9a764d6977
|
docs(from-readers): update doocs-advanced-java-attention.md
|
2019-04-16 21:40:31 +08:00 |
|
yanglbme
|
594bf3a845
|
docs(from-readers): update doocs-advanced-java-attention.md
|
2019-04-16 21:40:14 +08:00 |
|
yanglbme
|
3fe68652b4
|
docs(from-readers): update doocs-advanced-java-attention.md
|
2019-04-13 19:43:09 +08:00 |
|
yanglbme
|
457f7353ae
|
docs(from-readers): update doocs-advanced-java-attention.md
* Update description of doocs-advanced-java-attention.md
* Fix wrong link
|
2019-04-13 19:17:28 +08:00 |
|
yanglbme
|
f88a1a7655
|
docs: fix wrong link
|
2019-04-13 18:37:00 +08:00 |
|
yanglbme
|
7faf574315
|
docs: update README.md for from-readers
|
2019-04-13 18:33:06 +08:00 |
|
yanglbme
|
dbb07e8aaa
|
docs(from-readers): update doocs-advanced-java-attention.md
更新文章注意事项。
|
2019-04-13 17:10:46 +08:00 |
|
yanglbme
|
2ed1fae160
|
docs: update from-readers dir
|
2019-04-13 16:22:15 +08:00 |
|
yanglbme
|
f400cbe695
|
doocs: add from-readers dir
See https://github.com/doocs/advanced-java/tree/master/docs/from-readers.
Refer to #46 for more details.
|
2019-04-13 16:00:48 +08:00 |
|
yanglbme
|
06dca0d2c2
|
docs: minor changes in doc description
|
2019-04-10 23:27:44 +08:00 |
|
LiangHao
|
391eb923a1
|
a typo in text
a typo in text
|
2019-04-08 21:01:29 +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 |
|