摘要: 准备篇: 一、配置防火墙,开启80端口、3306端口 CentOS 7 默认使用的是firewall作为防火墙,这里改为iptables防火墙。 1、关闭firewall: systemctl stop firewalld.service #停止firewall systemctl disable 阅读全文
posted @ 2016-05-15 01:03 Gin.db 阅读(304) 评论(0) 推荐(0) 编辑
摘要: Union因为要进行重复值扫描,所以效率低。如果合并没有刻意要删除重复行,那么就使用Union All两个要联合的SQL语句 字段个数必须一样,而且字段类型要“相容”(一致);如果我们需要将两个select语句的结果作为一个整体显示出来,我们就需要用到union或者union all关键字。unio... 阅读全文
posted @ 2015-07-06 16:32 Gin.db 阅读(252) 评论(0) 推荐(0) 编辑
摘要: 在asterisk中搭建简单会议室,在extensions.conf中执行到exten => 18,n,MeetMe(18,p) asterisk控制台提示:Aug6 8:28:41 WARNING[1990]: pbx.c:1697 pbx_extension_helper: No applic... 阅读全文
posted @ 2014-08-06 09:46 Gin.db 阅读(324) 评论(0) 推荐(0) 编辑