摘要: 一、字符串转化为数组splitString str = "aaa,bbb,ccc";String[] str2 = str.split(",");System.out.println(str2[2]); 阅读全文
posted @ 2021-09-06 17:31 northli 阅读(166) 评论(0) 推荐(0)
摘要: 一、list复制 // 从数据库中查询出的对象集合 List<OperationStation> operationStations = operationStationJoinMapper.selectJoinByExample(example); // 判端是否为空 if (Collection 阅读全文
posted @ 2021-09-06 17:30 northli 阅读(803) 评论(0) 推荐(0)
摘要: 是敌是友得分清,清闲工作,认清人, 分清痛苦与快乐 阅读全文
posted @ 2021-09-06 10:08 northli 阅读(23) 评论(0) 推荐(0)