zoukankan      html  css  js  c++  java
  • eclipse中使用mybatis-generator逆向代码生成工具问题解决记录

    问题一: 

    eclipse中使用mybatis-generator逆向代码生成工具出现waiting for "building  workspace"

    解决办法:

    选择菜单栏的  Project  ,然后把菜单栏中 Build Automatically 前面的对钩去掉即可解决。

    问题二:

    com.mysql.jdbc.exceptions.jdbc4.communicationsexception: communications link failure

    the last packet sent successfully to the server was 0 milliseconds ago. the driver has not received any packets from the server.

    事故现场:

    解决办法:

    test001为数据库名

  • 相关阅读:
    Django(一)
    web 框架
    图片
    day16
    day 15
    day14 HTML CSS
    day12
    day11
    python IO多路复用,初识多线程
    python socket
  • 原文地址:https://www.cnblogs.com/lxcy/p/8099044.html
Copyright © 2011-2022 走看看