摘要:
/** * tcp/ip协议都会有黏包,半包这个问题,UDP没有这个问题 */ @Slf4j public class HelloWorldClient { public static void main(String[] args) throws InterruptedException { Ni 阅读全文
摘要:
在java中结合线程池,返回Callable返回任务使用 public static void main(String[] args) throws ExecutionException, InterruptedException { ExecutorService executorService 阅读全文