会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
咸蛋超人
管理
上一页
1
2
3
4
5
6
7
···
12
下一页
2018年12月3日
freeswitch 一些坑
摘要: 1、You must install libopus-dev to build mod_opus. Stop. 确实已经安装libopus-dev后 将文件 usr/local/src/mod/codecs/mod_opus/Makefile 的915和916行注释掉 2 、 #pragma GCC
阅读全文
posted @ 2018-12-03 15:55 咸蛋超人、
阅读(3279)
评论(0)
推荐(0)
2018年11月29日
nginx 过滤zip 类型的文件
摘要: http://www.cnblogs.com/bass6/p/5500660.html
阅读全文
posted @ 2018-11-29 14:41 咸蛋超人、
阅读(759)
评论(0)
推荐(0)
2018年11月12日
freeswitch GUI界面(portal)
摘要: 1、控制台 加载模块 load mod_xml_rpc 2、ip:8080/portal 进行登录 账号 : freeswitch 密码 : works 让模块随着freeswitch启动进行加载 /usr/local/freeswitch/conf/autoload_configs/modules
阅读全文
posted @ 2018-11-12 10:17 咸蛋超人、
阅读(5531)
评论(0)
推荐(0)
freeswitch 注册错误408 - Request Timeout
摘要: 1、网络不通(可能虚拟机没打开网络) 2、防火墙没有过滤端口号(关闭防火墙) 3、IP地址错误
阅读全文
posted @ 2018-11-12 09:58 咸蛋超人、
阅读(2611)
评论(0)
推荐(0)
2018年11月7日
dataTable 动态列 二次加载
摘要: 需要把 列头和表格内容全部清空 if ($('#datatable').hasClass('dataTable')) { var dttable = $('#datatable').dataTable(); dttable.fnClearTable(); //清空一下table dttable.fn
阅读全文
posted @ 2018-11-07 14:25 咸蛋超人、
阅读(648)
评论(0)
推荐(0)
2018年10月25日
centos7 安装freeswitch
摘要: 1、安装运行库 yum install -y git gcc-c++ wget alsa-lib-devel autoconf automake bison broadvoice-devel bzip2 curl-devel db-devel e2fsprogs-devel flite-devel
阅读全文
posted @ 2018-10-25 09:34 咸蛋超人、
阅读(3854)
评论(0)
推荐(1)
2018年10月8日
jq 遍历 元素
摘要: $("#spec").find("div.gods-spe").each(function(i,n){ var child = $(this).children(); //var name = child.eq(0).text(); var dics = child.eq(1).find("input").eq(0).val(); var money = child.eq(1)....
阅读全文
posted @ 2018-10-08 15:11 咸蛋超人、
阅读(166)
评论(0)
推荐(0)
2018年9月29日
mysql 1067终极解决办法 亲测好使
摘要: 进入mysql data 目录 删除 ib_logfile0 ib_logfile1 ibdata1 这三个文件 重启mysql
阅读全文
posted @ 2018-09-29 09:59 咸蛋超人、
阅读(122)
评论(0)
推荐(0)
2018年9月25日
递归查询
摘要: select code from ( select t1.code, if(find_in_set(parent_code, @pids) > 0, @pids := concat(@pids, ',', `code`), 0) as ischild from (select `code`,parent_code...
阅读全文
posted @ 2018-09-25 17:53 咸蛋超人、
阅读(237)
评论(0)
推荐(0)
禅道修改成自己得数据库
摘要: 1.开源版安装包下载 [root@iZbp ~]# wget http://dl.cnezsoft.com/zentao/9.0.1/ZenTaoPMS.9.0.1.zbox_64.tar.gz 2.直接解压安装包到/opt目录下 [root@iZbp ~]# tar -zxvf ZenTaoPMS
阅读全文
posted @ 2018-09-25 15:18 咸蛋超人、
阅读(8593)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
12
下一页