
网络
刀么克瑟拉莫
那温热的牛奶瓶在你手中握紧
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
C++使用http向服务器发送json数据
http json原创 2022-07-04 14:17:53 · 2655 阅读 · 2 评论 -
socket编程之服务器常开
服务器#include <stdio.h>#include <sys/socket.h>#include <netinet/in.h>#include <stdlib.h>#include <arpa/inet.h>#include <unistd.h>#include <string.h>int main(){ int socket_fd; while (1) { .原创 2020-12-11 11:09:09 · 246 阅读 · 0 评论 -
C++将域名转换成ip地址
域名 to ip原创 2022-07-04 11:48:14 · 3827 阅读 · 0 评论