花痴砖头

文章
6
资源
0
加入时间
3年0月8天

‘$connector-0‘: Invocation of init method failed; nested exception is java.net.BindException: Addres

'$connector-0': Invocation of init method failed; nested exception is java.net.BindException: Address already in use: bind最近在启动一个安全加密相关的rpc项目,但是启动的时候老是报端口被占用的错误,但是提示信息也没有写什么端口被占用,折腾了两天,加上下雨,心情郁闷,后来发现这是由于zookeeper的端口被占用导致的。解决方法:修改配置文件:rpc.server=0.

hashMap的三种遍历方式

public void testClass(){ HashMap<String, String> hashMap = new HashMap<String, String>(); hashMap.put("1", "1"); hashMap.put("2", "2"); Set<Entry<String, String>