摘要:
using System; using System.Drawing; using System.Runtime.InteropServices; using System.Security.Permissions; using System.Windows.Forms; namespace Vic 阅读全文
摘要:
import logging LOG_FORMAT = "[%(asctime)s]\t%(levelname)s\t%(message)s" DATE_FORMAT = "%Y-%m-%d %H:%M:%S %P" ''' 只有在第一次调用logging.basicConfig()时会起作用,后续 阅读全文