摘要:
@Component public class CreateCodeUtils { @Autowired private RedisUtils redisUtils; //生成code的长度 private static final int codeLength = 12; //过期时间 priva 阅读全文
摘要:
使用Mysql服务器的utf8字符编码,在存入移动端emoji表情时会报异常: Caused by: java.sql.SQLException: Incorrect string value: '\xF0\x9F\x98\x84' for column 'content' at row 1 at 阅读全文