摘要: from wsgiref.simple_server import make_server from webob import Response, Request, exc, dec import re, traceback, logging class Dict2Obj(object): def 阅读全文
posted @ 2020-12-13 23:28 ascertain 阅读(104) 评论(0) 推荐(0) 编辑
摘要: import pymysql from pymysql.cursors import DictCursor # class Field: # def __init__(self,name,column=None,chief=False,unique=False,index=False,nullabl 阅读全文
posted @ 2020-12-13 23:25 ascertain 阅读(112) 评论(0) 推荐(0) 编辑
摘要: import pymysql from pymysql.cursors import DictCursor from queue import Queue import threading class Pool: def __init__(self,size,*args,**kwargs): sel 阅读全文
posted @ 2020-12-13 23:23 ascertain 阅读(390) 评论(0) 推荐(0) 编辑