2018年3月28日
摘要: /** * 给list的每个属性都指定是升序还是降序 * * @param list * @param sortnameArr 参数数组 * @param typeArr 每个属性对应的升降序数组, true升序,false降序 */ public static void sort(List... 阅读全文
posted @ 2018-03-28 15:00 |prayer 阅读(274) 评论(0) 推荐(0)
  2017年12月22日
摘要: public class DownloadUtils { /** * 进行BASE64Encoder编码 * @param fileName * @return */ public static String base64EncodeFileName(String fileName) { BASE64... 阅读全文
posted @ 2017-12-22 17:33 |prayer 阅读(146) 评论(0) 推荐(0)