摘要: class Test1(object): def __init__(self,ids): self.ids=idsclass Par(Test1): def __init__(self,ids,user): super().__init__(ids) #Test1.__init__(self,ids 阅读全文
posted @ 2019-11-21 17:22 不带R的墨菲特 阅读(549) 评论(0) 推荐(0)
摘要: Response message: Received: Close frame with status code 1009 and close reason 'No async message support and buffer too small. Buffer size: [8,192], M 阅读全文
posted @ 2019-11-21 16:48 不带R的墨菲特 阅读(2681) 评论(2) 推荐(0)
摘要: https://jmeter-plugins.org/wiki/PluginsManager/ 以websocket 插件为例 先安装plugin manger 第二步:打开jmetre options manager 勾选并apply会自动重启jmeter 检验插件安装:add -->smaple 阅读全文
posted @ 2019-11-21 15:37 不带R的墨菲特 阅读(458) 评论(0) 推荐(0)