- 博客(2)
- 收藏
- 关注
原创 mysql 游标查询,分库分表查询报错
mysql 游标查询,分库分表查询报错 报错信息 Streaming result set com.mysql.cj.protocol.a.result.ResultsetRowsStreaming@507ec0d0 is still active. No statements may be issued when any streaming result sets are open and in use on a given connection. Ensure that you have called
2021-11-16 10:37:13
3336
原创 JDK1.8去重
JDK1.8去重: 1、按照对象中的一个或多个属性去重 List clientGatherList= BeanConvertUtil.convertList(postRealtimeVisitClientInput.getClientData(), Clientgather.class); // 根据client_id 数据去重 clientGatherList = clientGatherList.stream().collect(Collectors.collectingAndThen( Collect
2020-08-04 12:21:51
765
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅