摘要:
Mapper instance =(Mapper) MyProxy.Getproxy(Mapper.class); public static Object Getproxy(Class<?> bigClass) { System.out.println(bigClass); 控制台打印: inte 阅读全文
摘要:
服务端代码 package com.peiyu.rpcs.bios; import java.io.IOException; public interface IRpcServers { void start() throws IOException; /** * 服务注册 * @param ser 阅读全文