摘要: 引言 with 语句是从 Python 2.5 开始引入的一种与异常处理相关的功能(2.5 版本中要通过 from future import with_statement 导入后才可以使用),从 2.6 版本开始缺省可用(参考 What’s new in Python 2.6? 中 with 语句 阅读全文
posted @ 2020-09-08 16:59 乱炖er 阅读(253) 评论(0) 推荐(0) 编辑
摘要: from sqlalchemy.orm import sessionmaker from sqlalchemy import create_engine from sqlalchemy.orm import scoped_session engine = create_engine("mysql+p 阅读全文
posted @ 2020-09-08 16:53 乱炖er 阅读(961) 评论(0) 推荐(0) 编辑