05 2024 档案
Java把List集合转成树形结构
摘要:代码如下: public static <T,K> List<T> listToTree(List<T> list,Predicate<T> isTop,Function<? super T, ? extends K> getId , Function<? super T, ? extends K>
阅读全文
tampermonkey油猴 url自动追加端口
摘要:// ==UserScript== // @name url自动追加端口 // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You
阅读全文