Commit Graph

188 Commits

Author SHA1 Message Date
yanglbme
71928b7fd8 docs: update es-architecture.md
* 更新 es 架构文章描述。
* 更新 README,欢迎所有面试官和面试者们来 #9 分享自己的想法。在这里对 @blackdog1987 表示感谢,他给我们分享了他自己作为技术面试官招人的一些侧重点和对面试者的建议。
2019-03-13 09:33:17 +08:00
yanglbme
04fc6ca2fc docs: update _coverpage.md 2019-03-12 09:08:55 +08:00
yanglbme
f8eeebb225 docs: update README.md
* 增加《Redis 设计与实现》书籍推荐。全书的讲解通俗易懂,知识点全面。读这本书,既能复习数据结构基本知识点,也能深入了解 Redis 底层运行原理。
* 《大型网站技术架构》这本书,里面基本没谈及 Redis 相关知识,而《Redis 设计与实现》 恰是一本很好的关于 Redis 的书籍。
2019-03-11 08:31:50 +08:00
yanglbme
b32a757cea Merge branch 'master' of github.com:doocs/advanced-java 2019-03-08 10:55:25 +08:00
yanglbme
905795df23 docs: update _coverpage.md
Fix wrong link, see https://github.com/yanglbme
2019-03-08 10:54:12 +08:00
yanglbme
b19e13e5a7
Merge pull request #49 from tccbest/master, thanks @tccbest
* Fix typo in redis-sentinel.md
* Thanks @tccbest
2019-03-07 16:08:03 +08:00
Awesome
5cd74ae7cc
Update redis-sentinel.md
update configuraiton to configuration
2019-03-07 16:03:38 +08:00
yanglbme
b68ed9fca6
Merge pull request #48 from doocs/imgbot
[ImgBot] Optimize images
2019-03-06 17:19:05 +08:00
ImgBotApp
363136f836
[ImgBot] Optimize images
*Total -- 163.03kb -> 68.60kb (57.92%)

/images/redis-single-thread-model.png -- 81.52kb -> 34.30kb (57.92%)
/docs/high-concurrency/images/redis-single-thread-model.png -- 81.52kb -> 34.30kb (57.92%)
2019-03-06 09:17:20 +00:00
yanglbme
88c4c1eb20 docs: update redis-single-thread-model.png
* 更新 redis 单线程模型文章知识点描述;
* 重新绘图,更清晰直观;
* 学习的时候,参照文字描述与图片,更加容易理解。
2019-03-06 17:10:38 +08:00
yanglbme
b6078f7471 docs: format document 2019-03-04 21:40:39 +08:00
yanglbme
9e811c6e7b docs: update web pages navigation
For a better reading, please visit https://doocs.github.io/advanced-java.
Welcome to join Doocs Open Source organization, see https://github.com/doocs for details.
2019-03-01 19:30:25 +08:00
yanglbme
eee71a0e44 docs: add a new badge
Welcome to join Doocs Open Source organization.
For details, see https://github.com/doocs/intro
2019-03-01 09:04:29 +08:00
yanglbme
57a26523a0 docs: update es-write-query-search.md
倒排索引的一些补充说明
2019-02-27 14:29:59 +08:00
yanglbme
74209ac65b docs: fix wrong link 2019-02-25 16:41:31 +08:00
yanglbme
6c6d0081fe docs: update README 2019-02-25 16:20:51 +08:00
yanglbme
b0cc4a1f50 docs: update README 2019-02-24 09:44:05 +08:00
yanglbme
3f4e664797 docs: update README 2019-02-22 20:32:50 +08:00
yanglbme
c952e7ab05 docs: update README 2019-02-22 20:01:44 +08:00
yanglbme
6c6ff20618 docs: add a book
推荐《大型网站技术架构_核心原理与案例分析——李智慧》
2019-02-22 00:32:43 +08:00
Libin Yang
082eb471c1
docs: update database-shard.md
Update cobar desc
2019-02-18 10:59:24 +08:00
Libin Yang
2e2a9f3d48
docs: update why-mq.md to fix #40
- Update RocketMQ desc
- Fix #40 @rainzhao
2019-02-15 14:02:09 +08:00
Libin Yang
da0f759f6b
docs: update why-cache.md and close #39
- Fix typo in why-cache.md
- Close #39 @jiaxingzheng
2019-02-14 20:50:44 +08:00
Libin Yang
64585c9545
docs: update redis-persistence and close #37
- Fix typo in redis-persistence
- Close #37
2019-02-09 21:34:48 +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
1288360b17 docs: fix typo in mysql-read-write-separation 2019-01-23 20:00:56 +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
58dfacb244 docs: fix typo in hystrix-thread-pool-current-limiting 2019-01-23 09:27:56 +08:00
yanglbme
a2e344e572 Merge branch 'master' of github.com:doocs/advanced-java 2019-01-22 17:14:01 +08:00
yanglbme
524cc01331 docs: update es desc to fix #32
- Fix #32
- Thank you @CavaliersFor
2019-01-22 17:12:09 +08:00
Libin Yang
b0eb44b0f6
Merge pull request #30 from doocs/imgbot
[ImgBot] Optimize images
2019-01-18 10:58:26 +08:00
ImgBotApp
f93a4f3a6b
[ImgBot] Optimize images
*Total -- 56.62kb -> 24.34kb (57.01%)

/images/database-id-sequence-step.png -- 28.31kb -> 12.17kb (57.01%)
/docs/high-concurrency/images/database-id-sequence-step.png -- 28.31kb -> 12.17kb (57.01%)
2019-01-18 02:57:31 +00:00
yanglbme
5479a3c6ac Merge branch 'master' of github.com:doocs/advanced-java 2019-01-18 10:53:16 +08:00
yanglbme
30ae5085e8 docs: update database-shard-global-id-generate
更新分库分表后如何生成唯一ID
2019-01-18 10:51:38 +08:00
Libin Yang
19d3b51dc3
Merge pull request #29 from doocs/imgbot
[ImgBot] Optimize images
2019-01-17 23:08:06 +08:00
ImgBotApp
66694224ad
[ImgBot] Optimize images
*Total -- 46.21kb -> 20.38kb (55.89%)

/images/mq-10.png -- 23.11kb -> 10.19kb (55.89%)
/docs/high-concurrency/images/mq-10.png -- 23.11kb -> 10.19kb (55.89%)
2019-01-17 15:07:11 +00:00
yanglbme
4fa1c44df1 docs: update image of kafka to fix #28
- 修改 Kafka 图片小错误
- 调整图片展示位置
2019-01-17 22:49:34 +08:00
yanglbme
efcc3ef2f4 docs: update doc description 2019-01-16 23:03:45 +08:00
yanglbme
55512c67e6 Merge branch 'master' of github.com:doocs/advanced-java 2019-01-14 16:03:52 +08:00
yanglbme
95ea034433 docs: update distributed-transaction 2019-01-14 16:03:19 +08:00
Libin Yang
f3fd8e1cf9
Merge pull request #27 from doocs/imgbot
[ImgBot] Optimize images
2019-01-12 14:51:08 +08:00
ImgBotApp
0197bf5781
[ImgBot] Optimize images
*Total -- 30.37kb -> 12.92kb (57.45%)

/images/mq-11.png -- 15.19kb -> 6.46kb (57.45%)
/docs/high-concurrency/images/mq-11.png -- 15.19kb -> 6.46kb (57.45%)
2019-01-12 06:49:57 +00:00
yanglbme
7a234caedd docs: update microservices-introduction 2019-01-12 14:27:52 +08:00
yanglbme
b6df4d9ab6 docs: fix typo 2019-01-11 16:43:20 +08:00