摘要: linux下载地址:https://files.pythonhosted.org/packages/a5/e1/e5f2b231c05dc51d9d87fa5066f90d1405345c54b14b0b11a1c859020f21/mysqlclient-2.0.1.tar.gz#sha256=f 阅读全文
posted @ 2024-04-23 18:48 木头左 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 安装selenium pip --trusted-host pypi.tuna.tsinghua.edu.cn install selenium pip --trusted-host mirrors.aliyun.com install cookielib pip --trusted-host py 阅读全文
posted @ 2024-04-23 18:45 木头左 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 这个需求就是一个典型的按时间创建分区表,首先看一下步骤: 创建父表 先创建一张“父表”,所有分区表都从它继承,这个表中没有数据,也不要在这个表上定义任何检查约束及索引,现在我们就先创建这样一张表,但之前先建一个序列: CREATE SEQUENCE "public"."control_alarm_i 阅读全文
posted @ 2024-04-23 18:41 木头左 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 一般的rest接口 在pom.xml中加入 org.springframework.boot spring-boot-starter-test test 新建测试类 @RunWith(SpringRunner.class) @SpringBootTest public class UserContr 阅读全文
posted @ 2024-04-23 18:38 木头左 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 1、安装 查看有没有安装过: yum list installed mysql* rpm -qa | grep mysql* 查看有没有安装包: yum list mysql* 安装mysql客户端: yum install mysql 安装mysql 服务器端: yum install mysql 阅读全文
posted @ 2024-04-23 18:34 木头左 阅读(18) 评论(0) 推荐(0) 编辑