摘要:
生成数据仅为测试使用! # -*- coding: utf-8 -*- name = '工商银行' def phone_num(name): bank = [] if name == '建设银行': for i in range(6227007201360049787, 62270072013600 阅读全文
摘要:
环境:Centos7 一、防火墙配置 ① 查看防火墙状态:systemctl status firewalld ② 启用防火墙:systemctl start firewalld ③ 禁用防火墙:systemctl stop firewalld ④ 重启防火墙:systemctl restart f 阅读全文