09 2023 档案

摘要:UPDATE table SET created_at = DATE_SUB(created_at, INTERVAL 8 HOUR) where id = 1; 阅读全文
posted @ 2023-09-14 18:59 Arborblog 阅读(12) 评论(0) 推荐(0) 编辑
摘要:``` @ApiOperation("test") @GetMapping("/test") public JsonResult test() { String APP_ID = "aaa"; String APP_SECRET = "bbb"; String API_URL = "/common/ 阅读全文
posted @ 2023-09-07 00:06 Arborblog 阅读(25) 评论(0) 推荐(0) 编辑
摘要:RabbitMq 消息延迟消费 ``` message.getMessageProperties().setDelay(5000) ``` 死信就是消息在特定场景下的一种表现形式,这些场景包括: 消息被拒绝(basic.reject / basic.nack),并且requeue = false 消 阅读全文
posted @ 2023-09-06 23:05 Arborblog 阅读(9) 评论(0) 推荐(0) 编辑

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