240 发简信
IP属地:北京
  • Context Managers and with Blocks

    context manager 协议包括 __enter__ 和 __exit__.with 开始时, context manager obje...

  • Resize,w 360,h 240
    Stanford Data Management Course

    CS145 online versionoffline version CS246 online versionoffline version

  • Iterable, Iterator

    在 Python 中,迭代特性远比我们想象中运用的多,很多我们平常忽略的东西都用到对象能迭代的特性,比如 for collection type...

  • 一个针对 Python 语句执行顺序的练习

    摘自 Fluent Python evalsupport.py evaltime.py evaltime_meta.py

  • Python Metaprogramming

    Fluent Python Metaprogramming 部分的笔记, 在加上了其他杂七杂八的东西 Dynamic Attribute and...

  • Resize,w 360,h 240
    Coroutine and Generator

    Coroutine 先要知道什么是 Coroutine,按照 Wikipedia 上的定义 Coroutines are computer pr...

  • View

    数据库可以分三个层次 Physical:就是储存在磁盘上的数据 Conceptual:对磁盘上的数据抽象成我们定义的一个个 Relation L...

  • Index

    Index 是为了加速查询的速度,它是储存在数据库中的实实在在的数据结构。通过 Index 可以快速定位到数据库中的具体某一行 Index 的实...

  • Constraint and Trigger

    Constraint Impose restrictions on allowable data, beyond those imposed b...