2019年12月10日

封装,调用函数,以及参数化

摘要: #登录ecshop,新增地址,删除地址import requestsimport res=requests.session()headers={"User-Agent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KH 阅读全文

posted @ 2019-12-10 22:55 星空6 阅读(515) 评论(0) 推荐(0)

pycharm添加断点,分段运行,以及继续运行;

摘要: 1.打断点,只需在代码的前面单机左键即可;2.运行,点击Debug...(如图,像贝壳一样的图标),只会运行第一个红点前的代码; 3.此时若想将第2个红点前的代码运行完毕;点击Resume Program; 4.若想将将第2个断点后的代码运行完毕,继续点resume program;注意:点击res 阅读全文

posted @ 2019-12-10 22:48 星空6 阅读(12660) 评论(0) 推荐(0)

centos7下安装配置prometheus

摘要: prometheus官网:https://prometheus.io/download/ 搭建环境参考:https://blog.csdn.net/baidu_36943075/article/details/91829364 一、安装配置prometheus 参考:https://www.jian 阅读全文

posted @ 2019-12-10 16:56 星空6 阅读(3173) 评论(0) 推荐(0)

导航