摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- import subprocess import ipaddress import time def ping_ip(ip, timeout=1, retries=5, delay=1): """Ping a 阅读全文
posted @ 2024-07-22 11:03 He_LiangLiang 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 不是经常写Python,这些头部信息有时候会忘记。先记录下来。 #!/usr/bin/env python # -*- coding: utf-8 -*- 阅读全文
posted @ 2024-07-22 11:02 He_LiangLiang 阅读(1) 评论(0) 推荐(0) 编辑