摘要: 查询字符信息在文件夹内grep "legioncross_server_ip" *docker 导出日志文件docker exec -it legioncross-3002 jstack -l 10 > legioncross-3002.log压缩tar zcvf httpdatacollect.t 阅读全文
posted @ 2023-03-17 15:05 3ξ 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 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( 阅读全文
posted @ 2023-03-17 10:36 3ξ 阅读(169) 评论(0) 推荐(0) 编辑