码迷,mamicode.com
首页 >  
搜索关键字:voip ice mediaproxy opensips    ( 9687个结果
CENTOS7配多IP出口socks5和http代理
#!/bin/bash yum -y install epel-release yum -y update yum -y remove firewalld yum -y install iptables iptables-services yum -y install gcc vim wget ma ...
分类:Web程序   时间:2020-07-01 20:32:05    阅读次数:238
playbook 介绍
1、什么是playbook 将多个要执行ansible操作安装顺序整合到一个文件中, 这个文件就是yaml 执行yaml文件的方法是通过ansible-playbook执行 yaml文件中的元素 变量 循环 判断 2、变量 变量命名规则 只能以字母为开头 构成只能有数字、字母、下划线 变量类别 自定 ...
分类:其他好文   时间:2020-07-01 20:13:20    阅读次数:67
Case5 一键安装JS SDK 网页版WebRTC 网页 SIP客户端 语音通话,可以做web坐席
服务器环境要求CentOS6.964bit下载脚本文件并安装wgethttp://voip-sdk.oss-cn-beijing.aliyuncs.com/rtc_sip/install_rtc_sip.shwgethttp://voip-sdk.oss-cn-beijing.aliyuncs.com/rtc_sip/python_install.sh#yum-yinstalldos2unix#d
分类:Web程序   时间:2020-07-01 17:31:07    阅读次数:77
三种测试
Unit testing means testing individual modules of an application in isolation (without any interaction with dependencies) to confirm that the code is d ...
分类:其他好文   时间:2020-07-01 12:21:45    阅读次数:66
ironic grow part
[root@host-172-16-103-3 log]# systemctl is-enabled cloud-init-local.service cloud-init.service cloud-config.service cloud-final.service enabled enable ...
分类:其他好文   时间:2020-07-01 11:05:00    阅读次数:50
屏幕旋转
屏幕旋转
分类:其他好文   时间:2020-07-01 09:34:25    阅读次数:71
bfe+kuma 进入cncf孵化
bfe 是百度开源的7层lb,基于golang编写,功能也很丰富,kuma 是kong 团队开源的service mesh 方案,不错的消息是 bfe 进入cncf 孵化了,统计kong 团队捐赠kuma 给了cncf,都是很不错的工具,对于kuma 以前有过简单的介绍,但是已经 更新了好多版本了, ...
分类:其他好文   时间:2020-07-01 09:15:53    阅读次数:61
前端 下载图片功能实现
在写前端项目时,遇到这个问题,以为很简单,但是还是耽误挺长时间的,现记录一下。 前端下载图片有2中方式 一、a标签的download属性 该方法只支持同源图片下载,对于非同源图片只能打开。 <a href="/images/myw3schoolimage.jpg" download="w3logo" ...
分类:其他好文   时间:2020-07-01 00:19:59    阅读次数:134
avue elementui 常用操作
1.获取表格checkbox的行的数据,绑定事件selection-change,回调返回值为:devicesGridData,和下面代码对应 <el-table :data="devicesGridData" ref="multipleTable" @selection-change="handl ...
分类:其他好文   时间:2020-06-30 13:00:54    阅读次数:266
input标签的maxlength无效
maxlength 属性规定输入字段的最大长度,以字符个数计。 maxlength 属性与 <input type="text"> 或 <input type="password"> 配合使用。 maxlength 属性 用在<input type="number"> 是没效果的 解放方案: <in ...
分类:其他好文   时间:2020-06-30 10:52:06    阅读次数:227
9687条   上一页 1 ... 48 49 50 51 52 ... 969 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!