2020年10月12日
posted @ 2020-10-12 19:16
小帅豹
阅读(173)
推荐(0)
2020年9月30日
posted @ 2020-09-30 09:50
小帅豹
阅读(137)
推荐(0)
2020年9月29日
摘要:
1.2pc,分阶段提交, 第一个阶段,分布式是先调所有需要的微服务接口,先执行,不提交,返回一个执行的状态, 第二个阶段,所有返回成功,再所有的都提交,有一个失败就都回滚, 缺点:锁定的数据范围太大,性能较差,高并发下不太适合 2.tcc,try confirm/cancel,补偿型事物,写任何业务
阅读全文
posted @ 2020-09-29 14:55
小帅豹
阅读(137)
推荐(0)
2020年9月25日
摘要:
/* * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
阅读全文
posted @ 2020-09-25 11:33
小帅豹
阅读(362)
推荐(0)
摘要:
mysql 5.6 5.7 8.0新特性 在使用上需要注意的有: 1.8.0版的sql文件不能直接导入到低版的数据库中,sql文件开头的注释有很大不同;
阅读全文
posted @ 2020-09-25 11:28
小帅豹
阅读(221)
推荐(0)
2020年2月18日
摘要:
递归无限级分类查询: with recursive t as(select ancestor_org_id,descendant_org_id from v2_organization_tree where ancestor_org_id=215977 union all select k.ance
阅读全文
posted @ 2020-02-18 15:33
小帅豹
阅读(394)
推荐(0)
2019年12月30日
摘要:
https://blog.csdn.net/tangxinzhuan/article/details/78790153
阅读全文
posted @ 2019-12-30 15:34
小帅豹
阅读(139)
推荐(0)
摘要:
https://blog.csdn.net/zhuchunyan_aijia/article/details/80094644 https://blog.csdn.net/wucong60/article/details/83993922
阅读全文
posted @ 2019-12-30 15:19
小帅豹
阅读(1611)
推荐(0)
2019年12月28日
摘要:
1.自动加载出错 require a bean of .... The injection point has the following annotations: - @org.springframework.beans.factory.annotation.Autowired(required=
阅读全文
posted @ 2019-12-28 22:02
小帅豹
阅读(840)
推荐(0)
2019年12月20日
posted @ 2019-12-20 18:46
小帅豹
阅读(432)
推荐(0)