爷的眼睛闪亮
insideDotNet En_summerGarden
摘要: public static String deleteRepeat(String strn){ String s=strn; String[] array = s.split(","); Set<String> staffsSet = new HashSet<>(Arrays.asList(arra 阅读全文
posted @ 2017-03-23 20:09 爷的眼睛闪亮 阅读(1368) 评论(0) 推荐(0)
摘要: String flag="all".toLowerCase();(小写) String flag="all".toUpperCase;(大写) 不区分大小写,无非就是将传入的参数统一转成小写 或者统一转成大写 阅读全文
posted @ 2017-03-23 10:07 爷的眼睛闪亮 阅读(198) 评论(0) 推荐(0)
摘要: @ResponseBody @POST @Path("/megerPerson/{realName}") public ResultEntity partnerList(@PathParam("realName") String realName) { String flag="all".toLow 阅读全文
posted @ 2017-03-23 10:05 爷的眼睛闪亮 阅读(216) 评论(0) 推荐(0)