- 博客(2)
- 资源 (1)
- 收藏
- 关注
转载 Qt 中 IPv4 字符串和 int 整形的相互转换
int 型 IPv4 值转换为 IPv4 字符串:QString IPV4IntegerToString(quint32 ip) { return QString("%1.%2.%3.%4") .arg((ip >> 24) & 0xFF) .arg((ip >> 16) & 0xFF) ...
2019-10-11 15:09:58
5228
转载 freeSwitch安装步骤 for CentOS
1. 下载:下载地址:http://files.freeswitch.org/或者直接用git安装。可能会失败git clone -b v1.2.stable git://git.freeswitch.org/freeswitch.git2. 安装依赖环境:yum install autoconf automake gcc-c++ git-core libjpeg-devel libto...
2019-10-09 10:21:15
711
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人