码迷,mamicode.com
首页 >  
搜索关键字:produce    ( 548个结果
RocketMq常见问题记录
1.org.apache.rocketmq.client.exception.MQClientException: No route info of this topic, MyTopic 报错信信息如下: Exception in thread "main" org.apache.rocketmq ...
分类:其他好文   时间:2021-06-11 18:46:49    阅读次数:0
Blog 4: Managing Change
When the manager tries to change the policy or method, some members will produce resistance reaction, and the older the employee is, the stronger the ...
分类:其他好文   时间:2021-06-02 19:04:54    阅读次数:0
Spring boot Mybatis 整合(完整版)
个人开源项目springboot+mybatis+thymeleaf+docker构建的个人站点开源项目(集成了个人主页、个人作品、个人博客)企业级延迟任务方案之RabbitMQ死信队列更多干货SpringBoot系列目录 正题本项目使用的环境: 开发工具:Intellij IDEA 2017.1. ...
分类:编程语言   时间:2021-05-24 00:07:57    阅读次数:0
RabbitMQ概念及控制台介绍
RabbitMQ作为当前流行的消息队列之一,是基于Erlang语言开发的,对AMQP【Advanced Message Queue,高级消息队列协议】的开源实现。用于在分布式系统中存储转发消息,在易用性、扩展性、高可用性等方面表现不俗。本文主要简述RabbitMQ的相关概念和简单控制台介绍,仅供学习... ...
分类:其他好文   时间:2021-04-30 12:34:01    阅读次数:0
ExecutorCompletionService
CompletionService和ExecutorCompletionService的实现 使用executor提交任务,接收类型future.get()获取结果的顺序是线程执行先后的顺序。 使用ExecutorCompletionService提交任务,CompletionService的tak ...
分类:其他好文   时间:2021-04-15 12:21:07    阅读次数:0
从零开始devops-fastlane配置
https://www.jianshu.com/p/db5fe7fed9f3 https://blog.csdn.net/l7022995/article/details/79321924 https://www.jianshu.com/p/840943eff17b 打包脚本 # You can d ...
分类:其他好文   时间:2021-04-07 11:30:16    阅读次数:0
Jaw Crusher Spare Parts
Jaw crusher has a wide range of applications. Our company uses high manganese steel and metamorphic high manganese steel to produce various specificat... ...
分类:其他好文   时间:2021-03-03 12:29:19    阅读次数:0
Elastic Stack之kafka安装03
kafka安装机器初始化参考ES安装,安装java,关闭防火墙,selinux等安装zookeeperyuminstall-ywgetwgethttps://downloads.apache.org/kafka/2.6.0/kafka_2.13-2.6.0.tgz#下载zookeepermkdir/usr/share/kafkatarzxvfkafka_2.13-2.6.0.tgz-C/usr/s
分类:其他好文   时间:2020-12-22 11:49:19    阅读次数:0
ajax的理解
function fun_page(){ var url="${root}/book/page"; 获取一个地址 var data={"index":index,"size":size,"step":step}; 以键值对封装分页的参数:第几页,显示的行数,起始页 $.getJSON(url,dat ...
分类:Web程序   时间:2020-12-15 12:31:51    阅读次数:7
springboot post请求和接收
请求: RestTemplate restTemplate = new RestTemplate(); LinkedMultiValueMap body=new LinkedMultiValueMap(); body.add("map",dataService.runData()); HttpHea ...
分类:编程语言   时间:2020-10-19 22:37:08    阅读次数:31
548条   1 2 3 4 ... 55 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!