摘要: 点击查看代码 192.168.1.0/24 与 192.168.1.0/32 的具体区别 1. 子网掩码不同 192.168.1.0/24 网络前缀长度为 24 位,意味着子网掩码的前 24 位为 1,后 8 位为 0。 转换为点分十进制格式为:255.255.255.0。 192.168.1.0/ 阅读全文
posted @ 2025-06-12 12:10 夜说的世界 阅读(429) 评论(0) 推荐(0)
摘要: 一、源码编译安装postgres_fdw扩展 由于安装postgres时没有编译安装扩展,所以要编译安装 点击查看代码 [root@cmc ~]# cd postgresql-12.10/contrib/ [root@cmc contrib]# make all && make install [r 阅读全文
posted @ 2025-06-12 11:12 夜说的世界 阅读(47) 评论(0) 推荐(0)