06 2023 档案

摘要:实际是要判断 numbytes 是否等于-1,而不是要判断结果赋给numbytes ``` if((numbytes = recv(sockfd, buf, sizeof buf,0)) == -1) if(numbytes = recv(sockfd, buf, sizeof buf,0) == 阅读全文
posted @ 2023-06-23 00:47 皮豪 阅读(37) 评论(0) 推荐(0)
摘要:``` #include #include #include #include // 使用inet_ntoa 需要 引包 #include int main(int argc,char *argv[]){ struct hostent *host; char hostname[]="www.kbug 阅读全文
posted @ 2023-06-20 22:53 皮豪 阅读(122) 评论(0) 推荐(0)
摘要:``` Windows Registry Editor Version 5.00 [HKEY_USERS\.DEFAULT\Control Panel\Input Method\Hot Keys\00000010] "Key Modifiers"=hex:00,c0,00,00 "Target IM 阅读全文
posted @ 2023-06-12 11:42 皮豪 阅读(51) 评论(0) 推荐(0)