摘要:
Bounded data(有界的数据) A type of dataset that is finite in size. Unbounded data(无界的数据) A type of dataset that is infinite in size. Streaming system A typ 阅读全文
摘要:
服务器程序 #include <stdio.h> #include <sys/un.h> #include <sys/socket.h> #include <errno.h> #include <unistd.h> #define SV_SOCK_PATH "/tmp/us_xfr" #define 阅读全文