09 2022 档案

摘要:问题1 [root@ceph ~]# kubectl get cs Warning: v1 ComponentStatus is deprecated in v1.19+ NAME STATUS MESSAGE ERROR controller-manager Unhealthy Get "http 阅读全文
posted @ 2022-09-23 10:40 mingtian是吧 阅读(92) 评论(0) 推荐(0) 编辑
摘要:import os,threading,requests ip=input('请输入要检测的ip:').strip().split('.')[0:3] ip='.'.join(ip) def detect(i): address=ip+'.%s'%i if os.name == 'nt': res= 阅读全文
posted @ 2022-09-11 22:25 mingtian是吧 阅读(41) 评论(0) 推荐(0) 编辑
摘要:第一章 <html> <!--解释器--> <!DOCTYPE html> <head> <!--字符集--> <meta http-equiv="content-type" content="text/html;charset=utf-8"/> <!--刷新跳转--> <meta http-equ 阅读全文
posted @ 2022-09-06 13:50 mingtian是吧 阅读(23) 评论(0) 推荐(0) 编辑
摘要:https://raw.githubusercontent.com/zhiwehu/Python-programming-exercises/master/100%2B%20Python%20challenging%20programming%20exercises.txt 100+ Python 阅读全文
posted @ 2022-09-05 17:35 mingtian是吧 阅读(54) 评论(0) 推荐(0) 编辑
摘要:import cv2 as cv import sys import time # 指定视屏存储解码格式 fourcc = cv.VideoWriter_fourcc(*'XVID') out = cv.VideoWriter('out.avi', fourcc, 20.0, (640, 480)) 阅读全文
posted @ 2022-09-05 17:11 mingtian是吧 阅读(16) 评论(0) 推荐(0) 编辑
摘要:istio1.5后版本包括组件: 控制平面: istiod(pilot,citadel,galley) 数据平面: istio-proxy(envoy开发版) ingress gateway egress gateway addons 部署控制平面 下载地址 https://github.com/i 阅读全文
posted @ 2022-09-02 13:49 mingtian是吧 阅读(65) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示