Commit Graph

482 Commits

Author SHA1 Message Date
Yang Libin
84b0542289
Merge branch 'master' into master 2020-06-27 22:27:07 +08:00
Yang Libin
4b5e79bf70
fix: update distributed-transaction.md 2020-06-27 22:22:07 +08:00
AmyliaY
ffeb3460fa 补充 分布式事务解决方案Saga 2020-06-27 18:15:33 +08:00
yanglbme
18d5d4f5e2 fix: update index.html 2020-06-18 09:32:20 +08:00
yanglbme
e041316fc2 feat: update index and README 2020-06-18 09:26:51 +08:00
yanglbme
cb033cf05c fix: update index.html and README.md 2020-06-17 14:28:15 +08:00
yanglbme
d109c3e688 Merge branch 'master' of https://github.com/doocs/advanced-java 2020-06-16 10:42:09 +08:00
Yang Libin
c12ade2a1e
docs: update README.md 2020-06-12 09:13:26 +08:00
yanglbme
b42c5b4b85 docs: update README.md 2020-06-12 09:09:51 +08:00
yanglbme
303a5c6a16 feat: update README.md 2020-06-12 08:59:30 +08:00
yanglbme
0bac5bcb1b docs: update README and index.html 2020-06-01 09:08:32 +08:00
yanglbme
3ae0429a1a feat: update index.html 2020-05-31 16:03:11 +08:00
yanglbme
a0e7ac68cd docs: update README.md 2020-05-31 15:36:40 +08:00
Yang Libin
c50e14dc54
docs: update distributed-system-cap.md 2020-05-21 09:00:22 +08:00
Qimiao Chen
e24a954271
Merge pull request #167 from caiquan-github/distributed-system-cap
add CAP theorem
2020-05-14 11:10:08 +08:00
Kwon
7f1e5280ab add CAP theorem 2020-05-14 10:50:28 +08:00
Yang Libin
ac7cdaab8d
Merge pull request #166 from lihangqi/master
add an article
2020-05-10 08:59:09 +08:00
lihangqi
32f9c088dd fix picture display problem 2020-05-09 21:20:35 +08:00
lihangqi
743737116e add an article 2020-05-09 21:11:46 +08:00
Hank Li
6338744426
Merge pull request #3 from doocs/master
Update from doocs/advanced-java
2020-05-09 20:44:06 +08:00
yanglbme
1bb316e1ed fix: update documents about Redis and ElasticSearch
更新 Redis 和 ElasticSearch 文档说明
2020-05-09 18:21:04 +08:00
yanglbme
ce7011855a fix: update documents about Redis
更新 Redis 相关文档
2020-05-09 15:34:51 +08:00
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
9e50672429 feat: add Edit on GitHub button for pages
添加“在 GitHub 编辑”按钮
2020-05-06 20:37:40 +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
e34548df1d
Merge pull request #163 from ZhenghaeHo/master
redis不能使用setnx和expire来实现分布式锁,应使用set命令及其nx,ex和px选项来实现
2020-04-30 09:06:19 +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
c4cad8a09e fix: update why-cache.md 2020-04-26 19:15:35 +08:00
Yang Libin
954735ab00
Merge pull request #162 from tonywangcn/patch-1
Update migrating-from-a-monolithic-architecture-to-a-microservices-ar…
2020-04-21 10:54:06 +08:00
TonyWang
05e18a6528
Update migrating-from-a-monolithic-architecture-to-a-microservices-architecture.md 2020-04-21 10:36:43 +08:00
yanglbme
d7756c751b docs: link redis-consistence.md to #54 2020-04-20 22:12:02 +08:00
Qimiao Chen
933a3ac73d
更正ShardingSphere和Sharding-JDBC之前的关系
更正ShardingSphere和Sharding-JDBC之前的关系
2020-04-20 10:25:07 +08:00
何正海
2faab87016
更正ShardingSphere和Sharding-JDBC之前的关系
更正ShardingSphere和Sharding-JDBC之前的关系
2020-04-20 09:28:14 +08:00
Qimiao Chen
5e0a6fdbc1
Fix missing word 2020-04-19 17:54:04 +08:00
Qimiao Chen
421f9f1202
Polishing 2020-04-18 12:05:46 +08:00
Qimiao Chen
95a35f2bd4
Polishing 2020-04-18 10:28:33 +08:00
Yang Libin
c219012c28
docs: add sites for advanced-java project
- Netlify: https://adjava.netlify.app
- Gitee Pages: https://doocs.gitee.io/advanced-java
- GitHub Pages: https://doocs.github.io/advanced-java
2020-04-17 08:49:21 +08:00
yanglbme
a5c30ace21 fix: upgrade sync version
Now use the master branch to fetch lastest version
2020-04-11 17:02:21 +08:00
Qimiao Chen
458181ad8e
Fix typo 2020-04-07 10:04:32 +08:00
yanglbme
fe9553686b fix: add alias for summary document
为内容概要文档添加别名,修复回退错误
2020-04-06 09:53:49 +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
Qimiao Chen
bf8ab591bf
Polishing 2020-04-01 13:43:00 +08:00