摘要:
netstat -paut[root@OA-JRY-SY-FDEP1 nginx-1.9.2]# netstat -pautActive Internet connections (servers and established)Proto Recv-Q Send-Q Local Address ... 阅读全文
摘要:
nginx模块编程,如何从一个http请求中获取用户的ip和端口号。 阅读全文
摘要:
#include uint32_t htonl(uint32_t hostlong); uint16_t htons(uint16_t hostshort); uint32_t ntohl(uint32_t netlong); uint16_t ntohs(uint16_t netshor... 阅读全文