摘要:
服务端 public class MyService { public static void main(String[] args) throws IOException { ServerSocket socketService = new ServerSocket(9999); Socket s 阅读全文
摘要:
服务端 public class SocketServiceImpl implements SocketService { @Override public String sayHi(String name) { return "Hi" + name; }客户端 public class Clien 阅读全文
摘要:
一、 正常模块配置(具体参考dt模块) 涉及到文件 a. /system/service/config/impl/RegionServiceImpl.java b. /dt/controller/system/RegionController.java c. dt/resources/dev/app 阅读全文