mysql事务ACID属性
-
MySQL 事务的概念及ACID属性和使用详解
目录一、什么是事务二、事务的属性及使用2.1 事务的 ACID 属性2.2 为什么存在事务2.3 事务的版本支持2.4 事务的提交方式2.5 事务的常见操作方式一、什么是事务[详细]
2025-05-30 09:04 分类:数据库 How to change the default branch to push in mercurial?
I like creating named branches in Mercurial to deal with features that might take a while to code, so when I push I do a hg push -r default to ensure I\'m only pushing changes to the default branch. H[详细]
2022-12-29 02:26 分类:问答