python. mysql

# -*- coding: utf-8 -*-
'''
Author: Andy L
日期:
文件简介: mysql
'''
import pymysql
import traceback
import threading
mutex = threading.Lock()

class MysqlUtil(object):

    instance = None

    def __new__

你可能感兴趣的:(全实战详细操作过程之爬虫,测开相关)