摘要:
#coding:utf-8 from urllib.error import URLError import requests import common.Log as Log import ssl import urllib import os ''' @author: jinff @license: (C) Copyright 2016-2020, 中国制造 @contact: @file... 阅读全文
摘要:
#coding:utf-8 import logging from logging import handlers from datetime import datetime import threading import os ''' logging模块简介 Python的logging模块提供了通用的日志系统,可以方便第三方模块或者是应用使用。这个模块提供不同的日志级别,并可以采用不同的方式记 阅读全文