摘要:
【问题】想通过update更新某个查询的合计值,这样就可以不用查询两次了(一个查询统计总数,一个更新表中的数据) 【原因】update语句不能包含select的查询结果 不能通过 update a set a.xx= (select xx from b) 必须使用 join 进行连接 update 阅读全文
摘要:
【问题】 *************************** APPLICATION FAILED TO START *************************** Description: The dependencies of some of the beans in the app 阅读全文
摘要:
【问题】nacos格式上的错误导致无法跳转问题 14:16:15.416 [boundedElastic-14] WARN o.s.c.l.c.RoundRobinLoadBalancer - [getInstanceResponse,97] - No servers available for s 阅读全文