摘要:
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 millisecond 阅读全文
摘要:
Class类 在Object类中定义了public final Class getClass()方法,此方法将被所有子类继承。 以上方法的返回值类型是一个Class类,此类是Java反射的源头,实际上所谓反射从程序的运行结果来看也很好理解,即:可以通过对象反射求出类的名称。 对象照镜子(即getCl 阅读全文
摘要:
Error executing Maven. 2 problems were encountered while building the effective settings. 检查maven安装路径/conf/settings.xml文档是否有多余的标签,或者在settings.xml中添加内容 阅读全文