摘要:
新增粉尘仪检测设备调试中需要对 hex 32位浮点数 转10 进制小数(保留三位小数) def ieee_transfer(hex_str): """ :param hex_str: hex string like '4145851F' :return: float type """ ret = ' 阅读全文
摘要:
服务器端口占用查看 命令 netstat -anp 可以对结果用grep 过滤想要查看的端口号 netstat - Print network connections, routing tables, interface statistics, masquerade connections, and 阅读全文