08 2024 档案

摘要:实体对象 import com.baomidou.mybatisplus.annotation.TableField; import lombok.Data; @Data @Table("") public class User { private Long id; @TableField("t_n 阅读全文
posted @ 2024-08-30 16:02 SpecialSpeculator 阅读(234) 评论(0) 推荐(0) 编辑
摘要:1.org.junit.Test junit4版本使用 自己项目定义的 <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.2</version> </dependency> 单侧中不需 阅读全文
posted @ 2024-08-30 15:57 SpecialSpeculator 阅读(131) 评论(0) 推荐(0) 编辑
摘要:1.先有一个类,有一个构造函数 public abstract class AbstractMonitorAction<T> implements Action<T>{ } public class StopMonitorAction extends AbstractMonitorAction<Ch 阅读全文
posted @ 2024-08-23 10:55 SpecialSpeculator 阅读(16) 评论(0) 推荐(0) 编辑
摘要:1.索引慢日志 当遇到慢索引日志时,可以采取以下措施: 分析慢索引日志 慢索引日志记录了索引操作的详细信息,包括索引名称、操作类型、执行时间等。首先,查看慢索引日志,了解哪些索引操作比较慢。 优化索引设置 刷新间隔: 调整索引的刷新间隔(index.refresh_interval),减少频繁刷新带 阅读全文
posted @ 2024-08-01 16:26 SpecialSpeculator 阅读(103) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示