摘要: 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 阅读(50) 评论(0) 推荐(0) 编辑
摘要: docker运行状态 systemctl start docker systemctl status docker docker version [root@localhost ~]# systemctl stop docker #有些进程会使docker.socker 处于连接状态,需断开这个连接 阅读全文
posted @ 2021-10-12 17:03 seven1986 阅读(75) 评论(0) 推荐(0) 编辑
摘要: 常用命令 git clone https://shgitlab.kedacom.com/edge/system.git cd system git checkout ci/ms #把这个路径拷贝出来 ....modify #配置用邮箱和用户名 git config --global user.ema 阅读全文
posted @ 2021-10-11 16:52 seven1986 阅读(22) 评论(0) 推荐(0) 编辑
摘要: #检查程序是否安装,若未安装则进行安装,注意:交互式命令不能和其放在一起 # 检查 expect 是否已安装 if ! command -v expect &> /dev/null; then echo "expect is not installed, attempting to install. 阅读全文
posted @ 2021-09-23 14:31 seven1986 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 请求 # -*- coding: utf-8 -*- # @Time : 2021/9/17 14:00 # @Author : Hunk # @Email : seven922858@163.com # @Software: VScode import requests import json f 阅读全文
posted @ 2021-09-17 14:05 seven1986 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 官方地址: https://www.docker.com/ https://docs.docker.com/ https://hub.docker.com/ image:相当于一个应用的模板,可创建n个容器 container:独立运行一个或多个应用,可以把它认为成一个一个的小linux系统。 re 阅读全文
posted @ 2021-08-17 15:54 seven1986 阅读(45) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示