04 2020 档案

摘要:/** * 计算两个时间差 */public static String getDatePoor(Date endDate, Date nowDate){ long nd = 1000 * 24 * 60 * 60; long nh = 1000 * 60 * 60; long nm = 1000 阅读全文
posted @ 2020-04-08 17:49 冬天不眠 阅读(315) 评论(0) 推荐(0)
摘要:private String getBodyString(HttpServletRequest request) throws IOException { StringBuilder sb = new StringBuilder(); InputStream inputStream = null; 阅读全文
posted @ 2020-04-02 09:15 冬天不眠 阅读(2783) 评论(0) 推荐(0)