摘要:
一、查询结果字符拼接 SELECT t.*, CONCAT(IFNULL(d.device_num,''),IFNULL(d1.device_num,'')) AS deviceNum,d.device_name,pr.name AS provinceName,cr.name AS cityName 阅读全文
摘要:
一防火墙相关 1、查看防火墙状态 service iptables status 或者 systemctl status firewalld CentOS7 的防火墙配置跟以前版本有很大区别,CentOS7这个版本的防火墙默认使用的是firewall,与之前的版本使用iptables不一样 fire 阅读全文