02 2023 档案
摘要:新建索引delta_notification_2023.02.28 PUT delta_notification_2023.02.28 { "mappings" : { "properties" : { "alarmContent" : { "type" : "text", "fields" : {
阅读全文
摘要:1.获取ES的模板(模板名称delta-alarm) GET _template/delta-alarm { "delta-alarm" : { "order" : 0, "index_patterns" : [ "delta-alarm*" ], "settings" : { "index" :
阅读全文
摘要:1.首先需要确认mysql服务器上的限制 sql大小的限制 >show variables like '%max_allowed_packet%%' + + + | Variable_name | Value | + + + max_allowed_packet 1073741824 slave_m
阅读全文
摘要:1.自定义Injector import com.baomidou.mybatisplus.core.injector.AbstractMethod; import com.baomidou.mybatisplus.core.injector.DefaultSqlInjector; import c
阅读全文
摘要:1.定义注解FlushRedis 1.1 注解定义 @Target(ElementType.METHOD) // 注解用来修饰方法 @Retention(RetentionPolicy.RUNTIME) // 运行时 @Documented // 文档 public @interface Flush
阅读全文
摘要:本地临时起一个tcp端口,用于测试是否可行 nc -l 22000
阅读全文