摘要:
pytest官方文档 https://www.osgeo.cn/pytest/contents.html python开源库,题目 https://time.geekbang.org/column/article/287360 极客时间 https://time.geekbang.org/colum 阅读全文
摘要:
内容回顾: 1.mysql的基本语法 对库的操作 show databases; create database db1; 使用数据库: use db1; 对表 create table t1( id int not null unique unsigned, name char(10) not n 阅读全文