09 2020 档案

摘要:前言:使用.net编写了webservice,希望用python去调用。可能会存在一个类型转换的问题,如下: [WebMethod(Description = "读数据")] public byte[] sssss() { byte[] buf = new byte[3]; buf[0] = 3; 阅读全文
posted @ 2020-09-20 14:17 haozhang13 阅读(161) 评论(0) 推荐(0)
摘要:class MainW(QMainWindow): def __init__(self, x_list, y_list): super(MainW, self).__init__() self.wdg = QWidget() self.wdg.resize(1000, 600) self.glt = 阅读全文
posted @ 2020-09-03 09:59 haozhang13 阅读(3813) 评论(0) 推荐(0)