上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页
摘要: 1.写一个异步线程,同步数据from a -> b2.比对数据的差异性select b.* from A a right join B b on a.xx_id = b.xx_id and b.is_deleted = 0 where a.xx_id is null and b.xx_id is n 阅读全文
posted @ 2023-03-23 17:05 parkdifferent 阅读(31) 评论(0) 推荐(0) 编辑
摘要: https://cloud.tencent.com/developer/article/1122840 随机评分 https://www.elastic.co/guide/cn/elasticsearch/guide/current/random-scoring.html https://www.p 阅读全文
posted @ 2023-03-20 11:25 parkdifferent 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 问题: 使用 org.elasticsearch.client.RestHighLevelClient#bulk,BulkRequest添加的是IndexRequest,发现无法更新索引。 原因: IndexRequest设定添加文档, UpdateRequest设定更新文档, 设定upsert执行 阅读全文
posted @ 2023-03-18 15:54 parkdifferent 阅读(694) 评论(0) 推荐(0) 编辑
摘要: Running Conductor Using Dockerhttps://conductor.netflix.com/devguide/running/docker.html How to use gradle zip in local system without downloading whe 阅读全文
posted @ 2023-03-05 23:59 parkdifferent 阅读(9) 评论(0) 推荐(0) 编辑
摘要: @Valid被标记的实体将会开启一个校验的功能@RequestBody:请求实体需要加上@RequestBody否则MethodArgumentNotValidException异常将会被识别成Exception异常,提示信息将与预期不符。 https://blog.csdn.net/chenyao 阅读全文
posted @ 2023-03-04 11:36 parkdifferent 阅读(22) 评论(0) 推荐(0) 编辑
摘要: org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate#ElasticsearchRestTemplate(org.elasticsearch.client.RestHighLevelClient, org.spri 阅读全文
posted @ 2023-02-28 17:30 parkdifferent 阅读(176) 评论(0) 推荐(0) 编辑
摘要: Building Resilient Microservice Workflows with Temporal: A Next-Gen Workflow Enginehttps://medium.com/safetycultureengineering/building-resilient-micr 阅读全文
posted @ 2023-02-27 00:48 parkdifferent 阅读(47) 评论(0) 推荐(0) 编辑
摘要: GROUP_CONCAT SUBSTRING_INDEX例子:SUBSTRING_INDEX(GROUP_CONCAT(ll.x order by ll.seq desc, ll.create desc ), ",", 2) mysql中函数CONCAT及GROUP_CONCAT的使用https:/ 阅读全文
posted @ 2023-02-22 18:25 parkdifferent 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 重排序任务在搜索、推荐领域已有不少研究工作和落地实践,核心解决的问题是从 N 个结果候选中,生成 Top-K 个结果的排列。 用户直接的交互行为序列(曝光、点击等) 当我们查询 ES 以获取要提供的推荐时,我们需要发送要跳过的用户列表。例如,您最近见过的用户和您已经匹配的用户不应再向您推荐。对于非常 阅读全文
posted @ 2023-02-18 18:53 parkdifferent 阅读(57) 评论(0) 推荐(0) 编辑
摘要: kafka的2个topic,如果2个 ConsumerConfig配置不一样。 @KafkaListener(id = "${groupId}", topics={"TOPIC"}, containerFactory = "DefinekafkaListenerContainerFactory") 阅读全文
posted @ 2023-02-17 20:21 parkdifferent 阅读(1069) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页