摘要:
Mac系统下 1,打开系统偏好设置-点击最下面的MySQL-点击Stop MySQL Server 2,进入终端, cd /usr/local/mysql/bin 3, 登陆管理员权限 sudo su 4,看到左边的 sh-3.2# 输入 ./mysqld_safe -skip-grant-tabl 阅读全文
摘要:
Unable to translate SQLException with Error code '1364' error code [1364]; Field 'id' doesn't have a default value; nested exception is java.sql.SQLEx 阅读全文
摘要:
java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for queryAllUser 可能原因是:resources路径下,mybatis-conf.xml中缺少了对应的map 阅读全文