摘要: 内容回顾: 1. 函数编程:数据和逻辑分离 a= 123 b = 456 c = 789 def exc3(proc_name): callproc(xxx) return xxx def exc4(proc_name): callproc(xxx) return xxx 2. 面向对象:数据和逻辑 阅读全文
posted @ 2019-09-27 21:08 谭文章 阅读(143) 评论(0) 推荐(0) 编辑
摘要: from sqlalchemy.ext.declarative import declarative_basefrom sqlalchemy import Column, Integer, String, ForeignKey, UniqueConstraint, Index,CHAR,VARCHA 阅读全文
posted @ 2019-09-27 21:08 谭文章 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-09-27 08:58 谭文章 阅读(135) 评论(0) 推荐(0) 编辑