摘要:#+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ #pip install pandas #pip install openpyxl # import json import time import pandas
阅读全文
开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发. |
10 2022 档案
摘要:#+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ #pip install pandas #pip install openpyxl # import json import time import pandas
阅读全文
摘要:#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ #python3.7 cookie urllib3,requests # #pip install requests #分析网站数据源接口规律 #当前支持基于‘
阅读全文
摘要:#@auth by ruiy#+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ #pip install pandas #pip install openpyxl # import json import time
阅读全文
摘要:解决UnicodeDecodeError: ‘gbk’ codec can’t decode byte 0xae in position 2638: illegal multibyte sequence 问题描述python读取json文件时报错:UnicodeDecodeError: ‘gbk’
阅读全文
摘要:一、初识鼠标键盘失效问题 当用户在一段时间内没有对Windows进行任何操作,Windwos会自动切换到锁屏模式(或屏保模式),甚至待机。 对于普通用户来说,这样设置没问题,而且这也是官方推荐的设置。但如果这台电脑是IT开发人员用来进行自动化测试的机器,尤其是包含UI交互的测试(比如,用脚本操控鼠标
阅读全文
摘要:默认情况下,当用户没有在 Windows 上执行任何输入(没有鼠标键盘等的输入)并保持一定时间后,Windows 会自动切换到锁屏模式(或屏保模式),甚至待机。 一般情况下,这样不会有任何问题,而且也是推荐的设置(出于安全和节能的角度)。但是,如果这台电脑被用于进行一些自动化的测试,尤其是涉及到 U
阅读全文
摘要:qt c++ devOps 两个方向,如何抉择, 向devOps,还是focus dev ,如果当前完全focus qt dev 是很痛苦的,有点底子但是路很崎岖,很多东西得学,devOps按目前状况,也很难突出优势。 技术这块目前主要感触 是 适当focus 到技术深度上,比如文本过滤筛选提取分析
阅读全文
摘要:denied: requested access to the resource is denied hub username 不对
阅读全文
摘要:docker run --network host --name ubuntu_bash -i -t ubuntu:latest /bin/bash docker network ls docker update --restart=always containerid /etc/docker/da
阅读全文
摘要:docker update --restart=always f8d82e753326 docker中 启动所有的容器命令 docker start $(docker ps -a | awk '{ print $1}' | tail -n +2) 1 docker中 关闭所有的容器命令 docker
阅读全文
摘要:[root@k8s-master ~]# kubeadm init --apiserver-advertise-address=192.168.1.112 --image-repository registry.aliyuncs.com/google_containers --kubernetes-
阅读全文
摘要:repo文件是CentOS中yum源(软件仓库)的配置文件,通常一个repo文件定义了一个或者多个软件仓库的细节内容,例如我们将从哪里下载需要安装或者升级的软件包,repo文件中的设置内容将被yum读取和应用。 如果执行yum -y install yum-utils,报错:repomd.xml s
阅读全文
|