08 2020 档案

摘要:public boolean integrityCheck(String weatherStr, String checkSum) { int ch = weatherStr.charAt(0); for (int i = 1; i < weatherStr.length(); i++) { ch 阅读全文
posted @ 2020-08-10 17:32 名成在天下 阅读(262) 评论(0) 推荐(0)
摘要:public LocalDateTime convertUTCToLocalTime(String timeStamp) { Long timeLong = Long.parseLong(timeStamp) * 1000L; Date timeDate = new java.util.Date(t 阅读全文
posted @ 2020-08-10 17:28 名成在天下 阅读(2651) 评论(0) 推荐(0)