摘要:
Python 实现合并 def merge_excel(dir): print(' 执行合并 ') filename_excel = [] # 存表名 frames = [] # 存表内容 d = dir.replace('/','\\\\') # 因pandsa读取路径为双斜杠,需转换 if d. 阅读全文
posted @ 2020-10-03 16:10
chengxuyonghu
阅读(1098)
评论(0)
推荐(0)
摘要:
1.普通进度条 2.带时间进度条 3.tpdm进度条 4.progress进度条 5.alive_progress进度条 6.可视化进度条 1.普通进度条 在代码迭代运行中可以自己进行统计计算,并使用格式化字符串输出代码运行进度 import sys import time def progress 阅读全文
posted @ 2020-10-03 15:51
chengxuyonghu
阅读(721)
评论(0)
推荐(0)
摘要:
[webserver]192.168.204.70192.168.204.71 [dbserver]192.168.204.72192.168.204.73192.168.204.75 [proxy]192.168.204.76192.168.204.77192.168.204.78 [test]1 阅读全文
posted @ 2020-10-03 10:51
chengxuyonghu
阅读(524)
评论(0)
推荐(0)
摘要:
Ansible hosts文件配置IP的方式 第一种 IP+A/C 示例如下:192.168.0.10 ansible_ssh_user=“vagrant” ansible_ssh_pass=“vagrant” 第二种 nickname+IP+A/C testserver ansible_ssh_h 阅读全文
posted @ 2020-10-03 09:56
chengxuyonghu
阅读(7991)
评论(0)
推荐(0)
浙公网安备 33010602011771号