public interface Consumer < T > { void accept(T t); // 注意函数式接口只能有一个抽象函数,如果多于1个就会报错 // void accept2
public interface Consumer < T > { void accept(T t); // 注意函数式接口只能有一个抽象函数,如果多于1个就会报错 // void accept2
", port2); if ((sockfd2 = accept(fd2, (struct sockaddr *)&client2, &size2))<0) { printf("[-] Accept2 ", port2); if ((sockfd2 = accept(fd2, (struct sockaddr *)&client2, &size2))<0) { printf("[-] Accept2