摘要: public String formatDtime(String time) { String[] ts = time.split("T"); String sub = ts[1].substring(0, 8); return ts[0] + " " + sub; } 阅读全文
posted @ 2020-08-31 19:35 二先森 阅读(1042) 评论(0) 推荐(0)
摘要: outKey ,innerKey; BoundHashOperations<String, Object, Object> hashOps = this.redisTemplate.boundHashOps(outKey ); String value = (String) hashOps.get( 阅读全文
posted @ 2020-08-31 09:04 二先森 阅读(483) 评论(0) 推荐(0)