2022年3月25日

RabbitMQ——常见的函数介绍

摘要: 在前面一篇文章的案例中,如果开启两个Receive,消息被平均发送给了2个Receive。很多情况下,我们并不希望消息平均分配,可以对代码做如下修改。 场景:a侦听器处理快,b侦听器处理的慢,我们希望能将更多的消息分配给a。 import cn.swsk.springboot.rgyx.jx.tes 阅读全文

posted @ 2022-03-25 17:19 疯狂的妞妞 阅读(64) 评论(0) 推荐(0) 编辑

RabbitMQ——helloworld

摘要: 定个小目标,写一个能跑起来的程序。 添加maven依赖 <!-- https://mvnrepository.com/artifact/com.rabbitmq/amqp-client --> <dependency> <groupId>com.rabbitmq</groupId> <artifac 阅读全文

posted @ 2022-03-25 17:08 疯狂的妞妞 阅读(15) 评论(0) 推荐(0) 编辑

OpenLayer4——图层叠加

摘要: 叠加一张png <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <!-- The line below is only needed for old environments li 阅读全文

posted @ 2022-03-25 15:43 疯狂的妞妞 阅读(245) 评论(0) 推荐(0) 编辑

导航