上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: MybatisPlus 本身具有配置多数据源 和分页查询 的功能 @Slf4j @Configuration public class MybatisConfiguration { /** * 分页插件 */ @Bean public MybatisPlusInterceptor mybatisPl 阅读全文
posted @ 2022-07-08 15:50 郑某人1 阅读(413) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/Smart_look/article/details/117384687 后台启动:./gogs web & 阅读全文
posted @ 2022-07-01 13:44 郑某人1 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 防火墙: 查看服务是否开机启动:systemctl is-enabled firewalld.service 启动一个服务:systemctl start firewalld.service 关闭一个服务:systemctl stop firewalld.service 重启一个服务:systemc 阅读全文
posted @ 2022-06-16 09:18 郑某人1 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 1.kafka 问题:利用kafka接收数据造成数据紊乱,例如 A区 发送点数据为aaa,B区发送数据为bbb,C区发送数据为ccc,发送的顺序是 aaa --> bbb -->ccc 客户端接收数据可能先接收的顺序 bbb --> aaa -->ccc 方案:1.只使用使用kafka1个区, 2. 阅读全文
posted @ 2022-04-19 10:56 郑某人1 阅读(61) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u010312671/article/details/108261917https://www.runoob.com/w3cnote/linux-view-disk-space.html 磁盘占用: df -h 各目录下文件占用: du -sh * 阅读全文
posted @ 2022-04-19 10:07 郑某人1 阅读(37) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/quartz/p/13448117.html 阅读全文
posted @ 2022-04-11 09:50 郑某人1 阅读(4) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/rubulai/article/details/90814639 阅读全文
posted @ 2022-04-02 13:46 郑某人1 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 结构: 1.定义一个接收接口 MessageGranter.java public interface MessageGranter { void grant(String topic, Message<?> message); } 2.定义一个抽象类 AbstractMessageGranter. 阅读全文
posted @ 2022-03-31 09:46 郑某人1 阅读(320) 评论(0) 推荐(0) 编辑
摘要: https://www.zhihu.com/question/23277575/answer/169698662 阅读全文
posted @ 2022-02-23 17:29 郑某人1 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 使用版本: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>2.5.0</version> </dependency 阅读全文
posted @ 2022-01-18 15:42 郑某人1 阅读(32) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页