2019年6月24日

摘要: // strUri = "amqp://guest:guest@192.168.30.11:8820/test" // strUri = "amqp://[帐户名]:[密码]@[服务主机以及端口]/[虚拟机目录] bool PublishExchangeTopic(const std::string strUri, const std::string &strTopicExchange) { ... 阅读全文
posted @ 2019-06-24 18:06 lydstory 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 我现在差不多几万台设备,也只是一个队列 你按照 生产的吞吐量级 增加一点 然后不停的往mq 塞 10万次 然后同时消费 看看会咋样 哈哈哈哈 一份数据是通过交换机分发 实际复制成多份 每份发到一个队列 然后 一个队列 可以由一个消费者项目 或者一个同样消费者项目的不同配置 来消费 确实会广播 但是是 阅读全文
posted @ 2019-06-24 15:22 lydstory 阅读(122) 评论(0) 推荐(0) 编辑
摘要: https://blog.51cto.com/marvin89/2132257 阅读全文
posted @ 2019-06-24 14:16 lydstory 阅读(210) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/bbg221/article/details/79314062 阅读全文
posted @ 2019-06-24 13:38 lydstory 阅读(116) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/wy697495/p/9614005.html 阅读全文
posted @ 2019-06-24 12:46 lydstory 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 外部程序调用 CreateProcessA(nullptr, exe_path, nullptr, nullptr, TRUE, CREATE_NEW_CONSOLE | CREATE_BREAKAWAY_FROM_JOB, nullptr, nullptr, &si, &pi); 启动一个控制台程 阅读全文
posted @ 2019-06-24 11:12 lydstory 阅读(138) 评论(0) 推荐(0) 编辑
摘要: QString strTemp = “E:\\hell\\word\\detect.txt” int nIndex = strTemp.lastIndexOf('\\'); strTemp = strTemp.left(nIndex); 阅读全文
posted @ 2019-06-24 10:43 lydstory 阅读(510) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/bigberg/p/8195622.html 阅读全文
posted @ 2019-06-24 09:01 lydstory 阅读(88) 评论(0) 推荐(0) 编辑

导航