Browse Source

更新 '_posts/常用的代码块.md'

aaronwei 5 năm trước cách đây
mục cha
commit
c23ac1f205
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      _posts/常用的代码块.md

+ 1 - 1
_posts/常用的代码块.md

@@ -37,7 +37,7 @@ categories: 运维工具
 
 ### list用stream进行排序
 
-``` java 
+``` java
     //根据单个属性排序
     List<String> stortList = list.stream().sorted().collect(Collectors.toList());
     //根据对象某个属性排序