摘要:
//客户端:package com.service.client;import java.lang.reflect.InvocationHandler;import java.lang.reflect.Method;import java.lang.reflect.Proxy;import java.net.MalformedURLException;import java.rmi.Naming;import java.rmi.NotBoundException;import java.rmi.Remote;import java.rmi.RemoteException;import java 阅读全文
posted @ 2013-07-22 14:03 NotOnlyJava 阅读(851) 评论(0) 推荐(0) 编辑