www.cnblogs.com/ruiyqinrui

开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞

python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发.

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 289 下一页

2022年12月9日

摘要: redis:client listinfo clients info statsinfo memorykeys select config get maxmemory 阅读全文
posted @ 2022-12-09 11:26 秦瑞It行程实录 阅读(38) 评论(0) 推荐(0) 编辑

摘要: 1 查看客户端连接信息通过执行client list命令来查看客户端连接信息,每行都代表一个客户端127.0.0.1:6379> client listid=3 addr=127.0.0.1:58752 fd=7 name= age=19951 idle=0 flags=N db=0 sub=0 p 阅读全文
posted @ 2022-12-09 10:51 秦瑞It行程实录 阅读(178) 评论(0) 推荐(0) 编辑

摘要: redis如何查看当前是哪个数据库 用docker tag 将某个image 归档到某个 仓库, eg docker tag image_name docker_hub_name/image:v? 即可push推送img到docker hub 或是其他你的 docker img Could not 阅读全文
posted @ 2022-12-09 10:41 秦瑞It行程实录 阅读(169) 评论(0) 推荐(0) 编辑

2022年12月8日

摘要: docker search docker images --no-trunc --no-stream denied: requested access to the resource is denied docker 上传镜像 命名tag时需要匹配 仓库名 docker search --no-tr 阅读全文
posted @ 2022-12-08 11:33 秦瑞It行程实录 阅读(28) 评论(0) 推荐(0) 编辑

2022年12月7日

摘要: docker stats nginx --no-stream --format "{{ json . }}" [root@localhost 12-7]# docker image inspect new_img:v1 | grep "qinrui" "while true;do echo qinr 阅读全文
posted @ 2022-12-07 17:29 秦瑞It行程实录 阅读(31) 评论(0) 推荐(0) 编辑

摘要: 前言 由于测试工作的需要,对于某些场景,总是需要进行一些重复的操作,比如测试一个股票交易下单的功能,需要覆盖不同的种类代码(主板、创业板、科创板、场内基金等),这个时候使用人工的方式去测试,枯燥乏味,且效率不高,所以就想寻求一种解决方案,通过UI自动化的方式来完成重复工作。目前支持Windows平台 阅读全文
posted @ 2022-12-07 16:54 秦瑞It行程实录 阅读(3410) 评论(0) 推荐(1) 编辑

摘要: pip install uiautomation ui spy 下载 1.下载UI SPY 2.CMD指令导入uiautomation库 pip install uiautomation -i xxx3.打开计算器,然后打开UISpy 如图ControlType为”ControlType.Windo 阅读全文
posted @ 2022-12-07 16:53 秦瑞It行程实录 阅读(162) 评论(0) 推荐(0) 编辑

摘要: poller.events 处理轮巡事件时出现无效的空套接字通道 nio endpoint poller.events 处理轮巡事件时出现无效的空套接字通道 阅读全文
posted @ 2022-12-07 11:57 秦瑞It行程实录 阅读(34) 评论(0) 推荐(0) 编辑

2022年12月6日

摘要: 容器日志及标准输出 docker attach --sig-proxy=false container-id or contain-name; docker logs containter-id; for i in `docker ps |grep Up|awk '{print $1}'`;do e 阅读全文
posted @ 2022-12-06 17:13 秦瑞It行程实录 阅读(23) 评论(0) 推荐(0) 编辑

摘要: 解决方法如下: 一、查看和修改oracle数据库字符集: select userenv('language') from dual; 二、修改pl/sql developer 的编码格式: 在windows中创建一个名为“NLS_LANG”的系统环境变量,设置其值为“SIMPLIFIED CHINE 阅读全文
posted @ 2022-12-06 15:12 秦瑞It行程实录 阅读(296) 评论(0) 推荐(0) 编辑

上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 289 下一页
www.cnblogs.com/ruiyqinrui