摘要: python主程序 发送表单 import requests import json url = "http://10.65.6.102/api/environment/add" headers = { # 'content-type': "application/json", # 'Connect 阅读全文
posted @ 2021-10-12 20:16 seven1986 阅读(55) 评论(0) 推荐(0)
摘要: docker运行 systemctl start docker systemctl status docker docker version # systemctl stop docker #有些进程会使docker.socker 处于连接状态,需断开这个连接,然后再关闭docker。 Warnin 阅读全文
posted @ 2021-10-12 17:03 seven1986 阅读(87) 评论(0) 推荐(0)