Active Record和Data Mapper —
概念 在《企业领域架构模式》中,Martin Flower提出架构模式要解决的问题是驱动领域逻辑访问数据库的方式,尽管SQL在当今已广泛应用,但…
3月 9, 2017
Play Python —
Hello World In [1]: import __hello__ Hello world! 查看API手册 ~ python 11/17 17:02:27 2016 Python 2.7.12 (default, Jun 29 2016, 14:05:02) [GCC 4.2.1 Compatible Apple LLVM 7.3.0 (clang-703.0.31)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> help() Welcome to Python 2.7! This is the online help utility. If this is your first time using Python, you should definitely check out…