摘要: @Scheduled(cron = "0 0 */3 * * ?")//定时任务注解 public void fun() { } 阅读全文
posted @ 2023-12-31 01:36 lwx_R 阅读(34) 评论(0) 推荐(0)
摘要: 1.Concat函数 select concat('阿珍','阿强') from dual t; 阅读全文
posted @ 2023-12-31 00:38 lwx_R 阅读(13) 评论(0) 推荐(0)