摘要:
RmiServer public class RmiServer { public static void main(String[] args) { try { ISayHello iSayHello = new SayHelloImpl(); LocateRegistry.createRegis 阅读全文
摘要:
一个超级简单的socket实现通信 SocketServer public class SocketServer { public static void main(String[] args) { makeSocketSerer(); } public static void makeSocket 阅读全文