摘要: RmiServer public class RmiServer { public static void main(String[] args) { try { ISayHello iSayHello = new SayHelloImpl(); LocateRegistry.createRegis 阅读全文
posted @ 2019-06-30 16:49 家有小壮壮、 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 一个超级简单的socket实现通信 SocketServer public class SocketServer { public static void main(String[] args) { makeSocketSerer(); } public static void makeSocket 阅读全文
posted @ 2019-06-30 15:22 家有小壮壮、 阅读(557) 评论(0) 推荐(0) 编辑