当前位置:首页 > 搜索 "Python"

Python使用WMI模块获取Windows硬件信息

admin1年前 (2024-12-13)534
<strong><mark>Python</mark></strong>使用WMI模块获取Windows硬件信息
'''  Code description:Create time:Developer:'''# -*- coding: utf-8 -*-import&n......

Python获取windows本地IPv4的IP

admin1年前 (2024-12-13)535
<strong><mark>Python</mark></strong>获取windows本地IPv4的IP
import socket# 获取主机名host_name = socket.gethostname()# 根据主机名获取IPv4迪址ip_address = socket.gethostbyname(host_n......

Python获取windows的硬件信息

admin1年前 (2024-12-12)537
<strong><mark>Python</mark></strong>获取windows的硬件信息
# -*- coding: UTF-8 -*-'''=================================================@Project -> File &n......