摘要: Spring Messaging-RocketMQ-Spring-Boot-Starter Spring Messaging Spring Messaging是Spring Framework 4中添加的模块,是Spring与消息系统集成的一个扩展性的支持。它实现了从基于JmsTemplate的简单 阅读全文
posted @ 2021-09-05 18:05 sean-chang 阅读(1108) 评论(0) 推荐(0)
摘要: Git 自带一个 git config 的工具来帮助设置控制 Git 外观和行为的配置变量。 这些变量存储在三个不同的位置: /etc/gitconfig 文件: 包含系统上每一个用户及他们仓库的通用配置。 如果在执行 git config 时带上 --system 选项,那么它就会读写该文件中的配 阅读全文
posted @ 2021-09-05 17:57 sean-chang 阅读(127) 评论(0) 推荐(0)
摘要: 1、查看信息 a、查看topic信息 kafkacat -L -b host:port kafkacat -L -b host:port -t topic b、offset by timestamp kafkacat -Q -b host:port -t topic:partition:timest 阅读全文
posted @ 2021-09-05 17:49 sean-chang 阅读(2011) 评论(0) 推荐(0)
摘要: 冒泡排序: 动图展示 /** * 时间复杂度(n-1)(n-(i+1))=n^2-in+i+1 * 空间复杂度 O(1)原地排序 * @param nums * @return */ public static int[] bubbleSort(int[] nums){ int i = 0; int 阅读全文
posted @ 2020-09-30 17:05 sean-chang 阅读(72) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示