摘要:
0x01 初始化: dcap = dict(DesiredCapabilities.PHANTOMJS) #一些属性的设置 dcap["phantomjs.page.settings.loadImages"] = False #为了速度不加载图片信息,这个根据需要使用 obj = webdriver 阅读全文
摘要:
0x01 应用场景: 使用rabbitmq的exchange模式,type为direct,消费端不需要向生产端返回结果no_ack=True 其中某个consumer任务耗时较长(5min以上),结果consumer端出现如下报错: Exception in thread test:Tracebac 阅读全文