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 阅读全文
posted @ 2021-07-19 15:33 孟琦 阅读(70) 评论(0) 推荐(0)
摘要:""" 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 阅读全文
posted @ 2021-07-19 15:30 孟琦 阅读(174) 评论(0) 推荐(0)
摘要:pymysql封装 简单封装 简单优化简单封装import pymysqlclass DataBaseHandle(object): ''' 定义一个 MySQL 操作类''' def __init__(self, host, username, password, database, port): 阅读全文
posted @ 2021-07-06 15:47 孟琦 阅读(237) 评论(0) 推荐(0)