摘要:
[TOC] 方式一 selenium 方式二普通方法 阅读全文
posted @ 2020-04-09 17:52
Rannie`
阅读(590)
评论(0)
推荐(0)
摘要:
```python from selenium import webdriver import time from selenium.webdriver.common.keys import Keys bro=webdriver.Chrome() def get_goods(bro): li_list=bro.find_elements_by_class_name('gl-item') for l 阅读全文
posted @ 2020-04-09 16:29
Rannie`
阅读(196)
评论(0)
推荐(0)
摘要:
[TOC] psutil 介绍 介绍一个处理进程的实用工具,这个是一个第三方库。应用主要有类似 ps、cd、top,还有查看硬盘、内存使用情况等。 推荐的理由主要有 2 个,第一个是跨平台的,不管是 OSX、Centos、Windows还是SUSE、Ubuntu,都可以用这个工具,对于运维来说,非常 阅读全文
posted @ 2020-04-09 13:41
Rannie`
阅读(330)
评论(0)
推荐(0)


浙公网安备 33010602011771号