写在前面,本文章主要是记录自己搭建过程以备后来需要时温习下!
1.安装并打开web station
2. 2.打开 File Station 找到web文件夹 把静态导航网站的代码下载下来,并上传到上面 web 文件夹下 3. 在Web Station 套件里面,在网页服…
socket函数
它用于创建一个新的套接字(socket)。
函数原型
#include <sys/socket.h>
int socket(int domain, int type, int protocol);参数解释 domain:它指定了通信所使用的协议族,常见的取值如下: AF_INET…