SImpleDB 包含: Classes that represent fields, tuples, and tuple schemas; A...
Coroutine 先要知道什么是 Coroutine,按照 Wikipedia 上的定義 Coroutines are computer pr...
context manager 協(xié)議包括 __enter__ 和 __exit__.with 開始時(shí), context manager obje...
在 Python 中十饥,迭代特性遠(yuǎn)比我們想象中運(yùn)用的多勤庐,很多我們平常忽略的東西都用到對(duì)象能迭代的特性,比如 for collection type...
Fluent Python Metaprogramming 部分的筆記, 在加上了其他雜七雜八的東西 Dynamic Attribute and...
摘自 Fluent Python evalsupport.py evaltime.py evaltime_meta.py
CS145 online versionoffline version CS246 online versionoffline version
Constraint Impose restrictions on allowable data, beyond those imposed b...
數(shù)據(jù)庫(kù)可以分三個(gè)層次 Physical:就是儲(chǔ)存在磁盤上的數(shù)據(jù) Conceptual:對(duì)磁盤上的數(shù)據(jù)抽象成我們定義的一個(gè)個(gè) Relation L...