摘要: 1 package test_demo; 2 3 import java.util.ArrayList; 4 import java.util.Collections; 5 import java.util.List; 6 7 /** 8 * List排序功能举例 9 * */ 10 public class ListSortDemo { 11 public... 阅读全文
posted @ 2018-01-27 23:17 星瑞 阅读(158) 评论(0) 推荐(0) 编辑
摘要: pom.xml增加-Dfile.encoding=UTF-8配置,如下: 如果控制台中文出现乱码,请将maven-surefire-plugin插件升级到最新版本。 阅读全文
posted @ 2018-01-27 22:50 星瑞 阅读(1014) 评论(0) 推荐(0) 编辑