随笔分类 -  sqlite

摘要:import sqlite3class Demo01: def __init__(self): self.conn=sqlite3.connect("sql_demo_001.db") self.cursor1=self.conn.cursor() self.cursor1.execute("sel 阅读全文
posted @ 2019-04-25 09:22 玄空2 阅读(865) 评论(0) 推荐(0) 编辑
摘要:import sqlite3class Sql_Demo(object): def __init__(self, datebase): self.conn = sqlite3.connect(datebase) # 创建connect对象 self.cursor1 = self.conn.curso 阅读全文
posted @ 2019-04-25 09:20 玄空2 阅读(381) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示