1.將對象轉(zhuǎn)化成json字符串
JsonUtils.toJsonString(obj)
關(guān)鍵字:jackson,objectMapper
2.List截取子鏈表subList
List<E> List.subList(int fromIndex , int toIndex);
它返回的是原list中[fromIndex,toIndex)之間的一部分視圖,靠原來的list支持昼钻,"非結(jié)構(gòu)性修改"都會影響到彼此椒袍。
3.將list中的項(xiàng)以逗號分隔掷漱,返回字符串
Joiner.on(",").join(list);
關(guān)鍵字:Joiner,Iterable,append
4.兩個對象進(jìn)行屬性的拷貝
BeanUtils.copyProperties();
雖減少了代碼盯腌,但是效率比getter哼拔、setter要低.
盡量使用spring中BeanUtils.copyProperties() 而不是Apache的钠乏。
5.獲取接口執(zhí)行時間
System.currentTimeMillis();
結(jié)束時間-開始時間