摘要:
Exception in thread "main" com.alibaba.dubbo.rpc.RpcException: Failed to invoke the method..... 网上说是实体类序列化错误,加了 implements Serializable就好了。或是interface 阅读全文
摘要:
如:创建一个ListList list = new ArrayList();List<String> list = new ArrayList<String>();创建一个MapMap map = new HashMap();Map<String,String> map = HashMap<Stri 阅读全文