上一页 1 ··· 521 522 523 524 525 526 527 528 529 ··· 583 下一页

2019年6月26日

摘要: https://blog.csdn.net/lby0307/article/details/80875666 三种模式 阅读全文
posted @ 2019-06-26 10:37 lydstory 阅读(94) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/suyunhong/p/9257482.html https://blog.csdn.net/leisure_life/article/details/78657935 java rpc https://www.cnblogs.com/suyunhon 阅读全文
posted @ 2019-06-26 10:15 lydstory 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 信道如何共用???? 几台机器共用一个channel 如何做到? 阅读全文
posted @ 2019-06-26 00:13 lydstory 阅读(339) 评论(0) 推荐(0) 编辑

2019年6月25日

摘要: 1.从checkport xml 读取 考虑数据的层级读取观念 2.代码方面,添加新的数据非常快 3.考虑到网站网页的mvc框架。数据与业务逻辑分离等 4.实现c++的私有数据 friend友元等 提供接口 由此想到c# java 等的get set数据 阅读全文
posted @ 2019-06-25 21:34 lydstory 阅读(146) 评论(0) 推荐(0) 编辑

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) 编辑
摘要: 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) 编辑
上一页 1 ··· 521 522 523 524 525 526 527 528 529 ··· 583 下一页

导航