mysql 死锁
mysql 死锁和死锁检测的实现
目录1、死锁的定义2、锁等待的最大时长3、死锁检测4、innodb死锁的监控和查看5、防止死锁的一些策略1、死锁的定义[详细]
2024-09-03 08:59 分类:数据库Should I use custom exceptions to control the flow of application?
Is it a good practise to use custom business exceptions (e.g. BusinessRuleViolationException) to control the flow of user-errors/user-incorrect-inputs???[详细]
2022-12-28 19:15 分类:问答