2020年9月28日
摘要: publisher端: import pika import sys connection = pika.BlockingConnection(pika.ConnectionParameters( host = "localhost" )) channel = connection.channel( 阅读全文
posted @ 2020-09-28 13:14 行而下的坏死 阅读(198) 评论(0) 推荐(0)
摘要: 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)