08 2020 档案
firewall-cmd
摘要:# 开启防火墙 systemctl start firewalld.service # 防火墙开机启动 systemctl enable firewalld.service # 关闭防火墙 systemctl stop firewalld.service # 查看防火墙状态 firewall-cmd 阅读全文
posted @ 2020-08-26 11:34 bainianminguo 阅读(84) 评论(0) 推荐(0)
python读写excel
摘要:1、读execl # -*-coding:utf-8 -*- import os import xlrd import re import xlwt def get_xlsx(filename): dirpath = os.path.join(os.path.dirname(os.path.absp 阅读全文
posted @ 2020-08-20 10:05 bainianminguo 阅读(36) 评论(0) 推荐(0)