RPC 利用动代代理、反射及Socket网络通信实现RPC远程过程调用 首先开启服务端 rpcServer模块中的main方法 然后开启客户端 rpcClient模块中的main方法 Server and Client modules can be deployed in two computer to implement distributed application.