02 2019 档案

摘要:在项目中使用restful风格put提交时报错,是由于form表单中的th:href引起的(支持post提交),改为th:action即可 阅读全文
posted @ 2019-02-28 17:50 孤独二世 阅读(4663) 评论(0) 推荐(0) 编辑
摘要:/** * 去重list中的重复元素 * @param list * @return */ public static List removeRepeat(List list){ Set set = new HashSet(list); list.clear(); list.addAll(s... 阅读全文
posted @ 2019-02-25 16:03 孤独二世 阅读(153) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示