02 2021 档案
摘要:List<Integer> list = categoryIdList.stream().filter(item -> itemCategoryIdList.contains(item)).collect(Collectors.toList());
阅读全文
摘要:List<CategoriesVO> categoriesVOList = JSON.parseArray(responseData.getData().toString(), CategoriesVO.class); CategoriesVO categoriesVO=((JSONObject)J
阅读全文
摘要:List<String> numList=dataList.stream().filter(o->o.getNum()!=null).map(SrmHeaderVO::getNum).distinct().collect(Collectors.toList());
阅读全文
摘要://在页面渲染时使用( 在created()方法中 ) if (userType "EX") { this.tableConfig.tableColumns=this.tableConfig.tableColumns.filter(col=>col.key!='supplyCol') }
阅读全文
摘要:String str={"status":200,"msg":"查询成功","data":{"end_date":"-","tax_total":"企业选择不公示"}} JSONObject qxbJson = JSONObject.parseObject(str); SrmSlcQxbInfoVO
阅读全文
摘要:List<LookupValuesVO> valuesVOList =new ArrayList<>(); LookupValuesVO a1=new LookupValuesVO(); a1.setLookupCode("CNY"); a1.setMeaning("人民币CNY"); values
阅读全文
摘要:String regEx="[^0-9]";//正则表达式 String str="sd34fgsfgh6756gff1223bvhgh";//待处理的字符串 Pattern pattern = Pattern.compile(regEx); Matcher matcher = pattern.ma
阅读全文
摘要:1 //import java.util.concurrent.atomic.AtomicInteger; //引入 2 3 4 //将List按照某一字段升序排序 5 List<SrmSfdBidItemLadderVO> itemRank=itemRank.stream().sorted(Com
阅读全文
摘要:List<SrmSfdBidItemVO> testList = new ArrayList<>(); SrmSfdBidItemVO testLine=new SrmSfdBidItemVO(); testLine.setItemCode("AB"); testLine.setNoTaxPrice
阅读全文

浙公网安备 33010602011771号