2020年9月29日
摘要: publisher端: import pika import time connection = pika.BlockingConnection(pika.ConnectionParameters( host='localhost')) channel = connection.channel() 阅读全文
posted @ 2020-09-29 13:36 行而下的坏死 阅读(451) 评论(0) 推荐(0)