摘要: String regEx="[^0-9]";//正则表达式 String str="sd34fgsfgh6756gff1223bvhgh";//待处理的字符串 Pattern pattern = Pattern.compile(regEx); Matcher matcher = pattern.ma 阅读全文
posted @ 2021-02-01 18:51 哎丫丫呀喂 阅读(789) 评论(0) 推荐(0) 编辑
摘要: 1 //import java.util.concurrent.atomic.AtomicInteger; //引入 2 3 4 //将List按照某一字段升序排序 5 List<SrmSfdBidItemLadderVO> itemRank=itemRank.stream().sorted(Com 阅读全文
posted @ 2021-02-01 10:49 哎丫丫呀喂 阅读(3521) 评论(0) 推荐(0) 编辑
摘要: List<SrmSfdBidItemVO> testList = new ArrayList<>(); SrmSfdBidItemVO testLine=new SrmSfdBidItemVO(); testLine.setItemCode("AB"); testLine.setNoTaxPrice 阅读全文
posted @ 2021-02-01 10:43 哎丫丫呀喂 阅读(550) 评论(0) 推荐(0) 编辑