摘要:
创建表creat table stu(id int unsigned primary key auto_increment,name varchar(10),age int unsigned) 增加字段alter table stu add isdelete int 插入insert into st
阅读全文
posted @ 2019-06-13 11:35
Hui会飞的鱼丶
阅读(181)
推荐(0)
编辑
摘要:
1. unittest 的定义 unittest 被称作 Python 版本的 JUnit ,有时也被叫做“PyUnit”。主要是用于 Python 语言程序的单元测试。 2. unittest 框架的 4 个重要概念 官方文档给出了 unittest 框架中 4 个重要的概念,介绍如下。 1)te
阅读全文
posted @ 2019-06-13 11:34
Hui会飞的鱼丶
阅读(614)
推荐(0)
编辑