Skip to content

Commit 9ed2ca1

Browse files
author
henryjia
committed
61
1 parent d180ca2 commit 9ed2ca1

4 files changed

Lines changed: 1 addition & 7 deletions

File tree

docs/.DS_Store

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

docs/data-structure-algorithms/soultion/binary-tree.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -724,9 +724,3 @@ private void preorder(TreeNode node, List<TreeNode> res) {
724724
725725

726726

727-
技术驱动优化:
728-
729-
1. 完成商品库 pipeline 方案优化调整,全流量上线更新保护策略,保障商品物料稳定和提升抓取性能
730-
2. 完成定制报告服务重构,提升扩展性和可维护性
731-
3. 聚合服务和原子服务分离,负责完成一个层级服务的领域建模落地和改造
732-

docs/interview/MySQL-FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ MySQL 从 5.0.3 InnoDB 存储引擎开始支持XA协议的分布式事务。一
10711071

10721072

10731073

1074-
原子性保证:`undo log`名为回滚日志,是实现原子性的关键,当事务回滚时能够撤销所有已经成功执行的sql语句,他需要记录你要回滚的相应日志信息。
1074+
原子性保证:`undo log`名为回滚日志,是实现原子性的关键,当事务回滚时能够撤销所有已经成功执行的sql语句,他需要记录你要回滚的相应日志信息。
10751075

10761076
持久性保证:`redo log` mysql修改数据同时在内存和redo log记录这次操作,宕机的时候可以从redo log恢复。
10771077

0 commit comments

Comments
 (0)