摘要:
https://www.cnblogs.com/rjzheng/p/9041659.html https://www.cnblogs.com/nordon-wang/p/9053869.html https://www.cnblogs.com/alongup/p/9022180.html 阅读全文
摘要:
介绍如何使用fanout模式将消息推送到多个队列。有时我们会遇到这样的情况,多个功能模块都希望得到完整的消息数据。例如一个log的消息,一个我们希望输出在屏幕上实时监控,另外一个用户持久化日志。这时就可以使用fanout模式。fanout模式模式不像direct模式通过routingkey来进行匹配 阅读全文
摘要:
<?php /* * 发布-订阅 * create by superid */ $queueName = 'superid'; $exchangeName = 'superid'; $routeKey = 'superid'; $conn_args = array( 'host' => '127.0 阅读全文
摘要:
1, https://github.com/Meituan-Dianping/SQLAdvisor/blob/master/doc/QUICK_START.md http://www.ttlsa.com/mysql/meituan-sql-optimization-tool-sqladvisor/ 阅读全文
摘要:
主要功能: kingshard的应用场景 现在很多互联网公司还是在大量使用MySQL来存储各种类型的关系型数据。随着访问量和数据量的增长,开发者不得不考虑一些MySQL相关的新问题: sharding支持的操作 目前kingshard sharding支持insert, delete, select 阅读全文
摘要:
1, https://doc.swoft.org/README.html 2, https://www.easywechat.com/docs/master/zh-CN/installation 3, composer, psysh : 调试验证小段代码, xhprof : 专注于性能分析,找出代码 阅读全文
摘要:
1, http://www.cnblogs.com/thrillerz/p/4647659.html 阅读全文
摘要:
1, http://www.jasongj.com/zookeeper/fastleaderelection 2, https://www.cnblogs.com/xueweihan/p/14323561.html 阅读全文
摘要:
https://www.cnblogs.com/lianzhilei/p/6025267.html 阅读全文