摘要:
publisher端: import pika import sys connection = pika.BlockingConnection(pika.ConnectionParameters( host = "localhost" )) channel = connection.channel( 阅读全文
posted @ 2020-09-28 11:50
行而下的坏死
阅读(219)
评论(0)
推荐(0)
摘要:
publisher端(.py): import pika import sys connection = pika.BlockingConnection(pika.ConnectionParameters( host = "localhost")) channel =connection.chann 阅读全文
posted @ 2020-09-28 11:06
行而下的坏死
阅读(146)
评论(0)
推荐(0)
浙公网安备 33010602011771号