摘要:
问题描述:[HY000][1267] Illegal mix of collations (utf8mb4_general_ci,IMPLICIT) and (utf8mb4_0900_ai_ci,IMPLIC for operation '=' 出现这种问题就是关联表的字符集不匹配 1.查看数据库 阅读全文
摘要:
报错内容:Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezone' property manually. 1.使用cmd登录mysql mysql -hlocalhost -uroot -p 2.输入 阅读全文
摘要:
public class Md5UtilL { //日志打印 //private static final Logger LOGGER = LoggerFactory.getLogger(Md5UtilL.class); //加密方法 public static String Md5(String 阅读全文