摘要: import pymysql import config ''' 1.0 简单封装 1.1 添加了insert_id属性,返回insert时返回的主键 1.2 添加了column属性,返回查询的column 1.3 添加一个insert 1.4 添加了一个insertList支持批量添加 ''' class Db: ''' 数据库操作类 Attributes: ... 阅读全文
posted @ 2017-02-20 18:04 wujf 阅读(274) 评论(0) 推荐(0)
摘要: 作为一个java和.net程序员,我们来体验下面向对象 self类似于java的this关键字 阅读全文
posted @ 2017-02-20 18:01 wujf 阅读(158) 评论(0) 推荐(0)