摘要:
查询字符信息在文件夹内grep "legioncross_server_ip" *docker 导出日志文件docker exec -it legioncross-3002 jstack -l 10 > legioncross-3002.log压缩tar zcvf httpdatacollect.t 阅读全文
摘要:
pip install pyyaml def save_dict_to_yaml(dict_value: dict, save_path: str): """dict保存为yaml""" with open(save_path, 'w') as file: file.write(yaml.dump( 阅读全文