07 2023 档案
摘要:``` Function fc = Function.identity(); Function stringStringFunction = fc.andThen(this::handleStra); Function stringStringFunction1 = fc.andThen(this:
阅读全文
摘要:``` ALTER TABLE tar_kol MODIFY k_name VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci; ```
阅读全文
摘要:``` Quote对象 Map kolQuote = quoteInfos.stream().collect(Collectors.toMap(Quote::getQuoteNum, Function.identity(), (key1, key2) -> key2)); Function.iden
阅读全文
摘要:``` //查询全部 page.setCurrent(-1); page.setSize(-1); ```
阅读全文
摘要:System.out.println(Optional.ofNullable(list.get(1)).map(TarKol::getId).orElse(1));
阅读全文