摘要: 1、问题: 在执行mysql数据库更新操作,根据条件更新其中一列的值,具体的更新语句类似如下: update people set name = 'zhangsan' where id = 1 a and age = 24; 但是在Java中使用 parallelStream().foreach(a 阅读全文
posted @ 2023-09-19 15:44 烟花火的人生 阅读(124) 评论(0) 推荐(0) 编辑