目录1、介绍2、乐观锁2.1、核心思想2.2、实现方式1. 使用version字段(推荐)2. 使用timestamp字段2.3、如何处理冲突2.4、乐观锁局限性3、幂等性3.1、什么是幂等性3.2、乐观锁与幂等性的关系1. 乐观锁如何辅助幂等性
I understand that MVC & MVP are design patterns that are commonly used for web development, as well as ASP.NET WebForms (more of an 开发者_开发百科anti-pattern, really!).