inet
-
PostgreSQL-Network Address类型操作和函数
一、操作 inet << inet → boolean子网是否严格包含在子网中?此运算符和接下来的四个运算符测试子网包含。他们只考虑两个地址的网络部分(忽略网络掩码右侧…
-
基于TCP的socket编程(C++)
服务器端 //TCP服务端 #include<winsock2.h> //包含头文件 #include<stdio.h> #include<windo…
-
单网卡设置双IP(ubuntu,debian10)
修改/etc/network/interfaces auto eth0iface eth0 inet staticaddress 192.168.6.6netmask 255.…