摘要:
环境:Centos7 一、防火墙配置 ① 查看防火墙状态:systemctl status firewalld ② 启用防火墙:systemctl start firewalld ③ 禁用防火墙:systemctl stop firewalld ④ 重启防火墙:systemctl restart f 阅读全文
摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.Drawing; 4 using System.Drawing.Imaging; 5 using System.IO; 6 using System.Linq; 7... 阅读全文