摘要:
In this blog, we will see the very basic thing “I” of “ACID” and an important property of Transaction ie., “ISOLATION” The isolation defines the way i 阅读全文
摘要:
STRAIGHT_JOIN,在数据量大的联表查询中灵活运用的话,能大大缩短查询时间。 首先来解释下STRAIGHT_JOIN到底是用做什么的: -- STRAIGHT_JOIN is similar to JOIN, except that the left table is always read 阅读全文
摘要:
Class metaprogramming is the art of creating or customizing classes at runtime. Classes are first-class objects in Python, so a function can be used t 阅读全文
摘要:
Descriptors are a way of resuing the same access logic in multiple attributes. For example, field types in ORM such as the DjangoORM and SQL Alchemy a 阅读全文