07 2021 档案
摘要:#-- coding: utf-8 -- """ A TestRunner for use with the Python unit testing framework. It generates a HTML report to show the result at a glance. The s
阅读全文
摘要:""" A TestRunner for use with the Python unit testing framework. It generates a HTML report to show the result at a glance. The simplest way to use th
阅读全文
摘要:pymysql封装 简单封装 简单优化简单封装import pymysqlclass DataBaseHandle(object): ''' 定义一个 MySQL 操作类''' def __init__(self, host, username, password, database, port):
阅读全文

浙公网安备 33010602011771号