摘要:
今天在看后台的时候,发现登录不上去了,登录页面是可以访问,但是就是登录不上去,上了后台看了一下,说mysql连接超时,然后我重启了一下服务器,发现依然报mysql的错误,我尝试连接mysql, 报了一个 Can't connect to local MySQL server through sock 阅读全文
摘要:
org.apache.ibatis.executor.ExecutorException: No constructor found in xxxx [Integer,String] 这种情况一般是类型不对, 最好实体类都要用常用类型的包装 如 int 用Integer 还有就是实体的构造方法必须 阅读全文