Python数据采集
-
基于Python+PyQt5实现串口数据采集和显示
目录一、环境搭建1.1 python 3.X安装1.2 安装Pycharm1.3 PyQt5安装1.4 环境配置1.4.1 配置Qt Designer1.4.2 配置PyUIC1.4.3 配置Pyqcc1.5 测试1.5.1 ui_serial_port.ui1.5.2 ui_serial_port.py1.5.3 serial_port.py1[详细]
2025-05-10 10:15 分类:开发 Using inheritance in MSTest
I am setting up some MSTest based unit tests.To make my life easier I want to use a base class that handles the generic setup and taredown all of my tests require.My base class looks like this:[详细]
2022-12-29 01:08 分类:问答