上一页 1 ··· 524 525 526 527 528 529 530 531 532 ··· 583 下一页

2019年6月17日

摘要: 单位矩阵 图像处理 阅读全文
posted @ 2019-06-17 11:40 lydstory 阅读(141) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/tom06/article/details/78133322 阅读全文
posted @ 2019-06-17 09:59 lydstory 阅读(878) 评论(0) 推荐(0) 编辑

2019年6月16日

摘要: 1.创建1个队列 和 创建另1个独占队列 名称相同 即崩溃退出 2..rabbitmq是为了实现实时消息推送的吗? 阅读全文
posted @ 2019-06-16 16:21 lydstory 阅读(218) 评论(0) 推荐(0) 编辑
摘要: std::string queue_name = "hello"; AmqpClient::Channel::ptr_t channel = AmqpClient::Channel::Create("10.10.22.105", 5672, "admin", "1234568888"); //创建channel channel->DeclareQueue(queue_... 阅读全文
posted @ 2019-06-16 15:29 lydstory 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-06-16 00:53 lydstory 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 从 AMQP 协议可以看出,Queue、Exchange 和 Binding 构成了 AMQP 协议的核心 Producer:消息生产者,即投递消息的程序。 Broker:消息队列服务器实体。 Exchange:消息交换机,它指定消息按什么规则,路由到哪个队列。 Binding:绑定,它的作用就是把 阅读全文
posted @ 2019-06-16 00:11 lydstory 阅读(164) 评论(0) 推荐(0) 编辑

2019年6月14日

摘要: https://blog.csdn.net/xuejianhui/article/details/51220819 阅读全文
posted @ 2019-06-14 21:15 lydstory 阅读(304) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-06-14 21:03 lydstory 阅读(190) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <codecvt> #include <fstream> #include <string> int main(void) { using namespace std; auto LocUtf8=locale(locale(""),new c 阅读全文
posted @ 2019-06-14 14:32 lydstory 阅读(146) 评论(0) 推荐(0) 编辑
摘要: getbyte getbyte getbyte 阅读全文
posted @ 2019-06-14 13:33 lydstory 阅读(147) 评论(0) 推荐(0) 编辑
上一页 1 ··· 524 525 526 527 528 529 530 531 532 ··· 583 下一页

导航