2017年9月11日
摘要: 在编写程序时,我们经常会用到定时器。首先看看select函数原型如下: 1 int select(int nfds, fd_set *readfds, fd_set *writefds, 2 fd_set *exceptfds, struct timeval *timeout); 参数说明:slec 阅读全文
posted @ 2017-09-11 11:00 listenerln 阅读(478) 评论(0) 推荐(0)