摘要:
一、c/s架构下的socket通讯框架图 二、网络通信API 1.主机字节序&网络字节序 htonl htons ntohl ntohs 2.socket地址 sockaddr_in sockaddr_in6 3.ip地址转换函数 三、服务器端编程 #include<stdio.h> #includ 阅读全文
摘要:
部署代理服务器:http代理服务器(squid程序) 主机1部书squid代理服务器: 1、在主机1上安装squidroot@linux_ever:~# apt-get install squid 2、修改squid的配置文件squid.confroot@linux_ever:~# gedit /e 阅读全文