摘要:
from https://stackoverflow.com/questions/5039608/poll-cant-detect-event-when-socket-is-closed-locally I'm working on a project that will port a TCP/IP 阅读全文
摘要:
stat, fstat and lstat是用来检查文件属性的。他们将文件属性信息通过a struct stat object 返回。 int stat (const char *filename, struct stat *buf) [Function]The stat function retu 阅读全文