06 2018 档案

摘要:@Bean JedisConnectionFactory jedisConnectionFactory() { RedisStandaloneConfiguration redisStandaloneConfiguration = new RedisStandaloneConfiguration ( 阅读全文
posted @ 2018-06-26 17:26 qwer78 阅读(356) 评论(0) 推荐(0)
摘要:new Date().getTime() 的值: 1529653514606 时间戳是:1529653514 Date date = new Date(时间戳 * 1000L); 即可 阅读全文
posted @ 2018-06-22 15:54 qwer78 阅读(588) 评论(0) 推荐(0)
摘要:ALTER TABLE circle_like ADD UNIQUE KEY(read_circle_id, user_id); try{ circleLikeService.insertSelective(circleLike); Map<String, Object> map = new Has 阅读全文
posted @ 2018-06-07 14:49 qwer78 阅读(45) 评论(0) 推荐(0)