08 2025 档案
摘要:使用openpyxl演示,此库依赖et-xmlfile 在有网络的电脑上安装需要的库 pip install openpyxl 查看安装的库 pip show openpyxl 将库导出到任意路径 pip download openpyxl -d C:\Users\A\Desktop\openpyx
阅读全文
摘要:打开控制面板->网络和Internet->网络和共享中心->以太网->属性->Internet协议版本4(TCP/IPv4)->属性->使用下面的IP地址(S): 将A电脑IP设为192.168.1.1,子网掩码255.255.255.0,默认网关留空,DNS选择使用下面的DNS服务器地址,全部留空
阅读全文
摘要:1. 解析Srec文件 """ Parse the SRecord file and return all contiguous data blocks and header record argument: - srec_file_path: path of srecord file to par
阅读全文