摘要: import org.apache.jmeter.config.Arguments; import org.apache.jmeter.protocol.java.sampler.AbstractJavaSamplerClient; import org.apache.jmeter.protocol 阅读全文
posted @ 2023-08-29 18:49 梧桐潇雨 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 查看防火墙状态 systemctl status firewalld.service 开启防火墙 systemctl start firewalld.service 防火墙开机启动 systemctl enable firewalld.service关闭防火墙开机启动systemctl disabl 阅读全文
posted @ 2023-08-29 17:30 梧桐潇雨 阅读(30) 评论(0) 推荐(0) 编辑
摘要: from ctypes import CDLL, RTLD_GLOBAL from ..anke import currentOS class LoadSo: def __init__(self, soPath, args): if currentOS != 'darwin': for arg in 阅读全文
posted @ 2023-08-29 13:41 梧桐潇雨 阅读(206) 评论(0) 推荐(0) 编辑
摘要: def SDF_GetDeviceInfo(self) -> dict: # 获取设备信息 class DEVICEINFO(Structure): _fields_ = [('IssuerName', c_char*40), ('DeviceName', c_char*16), ('DeviceS 阅读全文
posted @ 2023-08-29 13:32 梧桐潇雨 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 1、打包配置文件 HuiMergeDemo_x64.spec # -*- mode: python ; coding: utf-8 -*- block_cipher = None a = Analysis(['HuiMergeDemo.py', 'D:\\HuiMerge\\__init__.py' 阅读全文
posted @ 2023-08-29 11:21 梧桐潇雨 阅读(8) 评论(0) 推荐(0) 编辑