Loading

随笔分类 -  Java异常

Java开发中碰到的异常
摘要:异常: Recieved SHUTDOWN signal from Resourcemanager ,Registration of NodeManager failed, Message from ResourceManager: NodeManager from localhost doesn' 阅读全文
posted @ 2019-01-09 23:30 坠月川 阅读(905) 评论(0) 推荐(0)
摘要:场景: 安卓开发时在主线程访问网络解决: 将访问网络的代码使用Thread操作 阅读全文
posted @ 2019-01-09 23:30 坠月川 阅读(9377) 评论(0) 推荐(0)
摘要:场景: eclipse链接不上阿里云hadoop解决: 将hadoop的配置文件中的ip改为内网IP即可 阅读全文
posted @ 2019-01-09 23:30 坠月川 阅读(1630) 评论(0) 推荐(0)
摘要:场景: 在使用spring整合hibernate事务时报错解决: spring-aop中已经包含aopaliance,删除多余的jar包 阅读全文
posted @ 2019-01-09 23:29 坠月川 阅读(962) 评论(0) 推荐(0)
摘要:场景: 在使用spring整合hibernate调用的HibernateTemplate时报错解决: 在spring配置文件中添加事务的配置 阅读全文
posted @ 2019-01-09 23:29 坠月川 阅读(448) 评论(0) 推荐(0)
摘要:异常: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driv 阅读全文
posted @ 2019-01-09 23:29 坠月川 阅读(190) 评论(0) 推荐(0)