源码展示
<script>const data decodeURIComponent(location.hash.substr(1));;const root document.createElement(div);root.innerHTML data;// 这里模拟了XSS过滤的过程,方法是移除所有属性,sanitizerfor (let el of root.querySelectorAll(…
一、常见的mq产品
RabbitMQ、RocketMQ、Kafka、ActiveMQ、ZeroMQ、MetaMq
RabbitMQ: One broker to queue them all | RabbitMQhttps://www.rabbitmq.com/
二、作用(面试题) 为什么用MQ?
1、异步处理
2、应用解耦
3、流量削峰
三、交换…