www.cnblogs.com/ruiyqinrui

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

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

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

03 2022 档案

摘要:pytest==4.0.2 pyyaml==5.1.2 paramiko==2.6.0 requests==2.22.0 allure-pytest==2.6.1 pytest-timeout==1.3.3 pycryptodome==3.10.1 kafka-python==1.4.7 pytes 阅读全文
posted @ 2022-03-31 23:02 秦瑞It行程实录 阅读(140) 评论(0) 推荐(0) 编辑

摘要:python tkinter apt-get install python-tk import tkinter as Tk ModuleNotFoundError: No module named 'tkinter' 阅读全文
posted @ 2022-03-27 21:49 秦瑞It行程实录 阅读(101) 评论(0) 推荐(0) 编辑

摘要:{# comment #} {{django variable}} {% for i in list%} {% for i,j in dict.items%} display {%empty%} display {% endfor %} {% if %} {% elif %} {% else %} 阅读全文
posted @ 2022-03-20 10:29 秦瑞It行程实录 阅读(26) 评论(0) 推荐(0) 编辑

该文被密码保护。
posted @ 2022-03-19 13:34 秦瑞It行程实录 阅读(0) 评论(0) 推荐(0) 编辑

摘要:/Users/rui.qin.o/workdir/projects/django_web_venv/lib/python3.8/site-packages/django/bin site-packages 阅读全文
posted @ 2022-03-18 22:53 秦瑞It行程实录 阅读(26) 评论(0) 推荐(0) 编辑

摘要:Ubuntu 编译安装 Python3.6.8 没有正确编译 sqlite3 的问题 问题 没有正确编译 sqlite3, 在 import sqlite3 时出现 Error: ModuleNotFoundError: No module named '_sqlite3' 安装 sqlite3-d 阅读全文
posted @ 2022-03-17 16:41 秦瑞It行程实录 阅读(114) 评论(0) 推荐(0) 编辑

摘要:vector can canoe 阅读全文
posted @ 2022-03-13 21:31 秦瑞It行程实录 阅读(213) 评论(0) 推荐(0) 编辑

摘要:pip3 install pytest -i https://pypi.tuna.tsinghua.edu.cn/simple pip3 install virtualenv -i https://pypi.tuna.tsinghua.edu.cn/simple pip3 install -r re 阅读全文
posted @ 2022-03-13 14:43 秦瑞It行程实录 阅读(37) 评论(0) 推荐(0) 编辑

摘要:用make编译时出现recipe for target 'all' failed make clean && make && make install success ok 阅读全文
posted @ 2022-03-13 10:37 秦瑞It行程实录 阅读(2998) 评论(0) 推荐(0) 编辑

摘要:Linux上加了kdb,softlock的打印,kernel log 阅读全文
posted @ 2022-03-12 15:17 秦瑞It行程实录 阅读(87) 评论(0) 推荐(0) 编辑

摘要:lauterbach 阅读全文
posted @ 2022-03-12 15:11 秦瑞It行程实录 阅读(44) 评论(0) 推荐(0) 编辑

摘要:https://www.jenkins.io/download/ https://www.jenkins.io/zh/download/ Jenkins initial setup is required. An admin user has been created and a password 阅读全文
posted @ 2022-03-12 00:26 秦瑞It行程实录 阅读(42) 评论(0) 推荐(0) 编辑

摘要:我工作遇到的问题的: 1、linux长时间自动化测试,又不能关闭shell,关闭重头来 2、很多程序不能断,例如node服务、mogo等。 答案:有办法 解决办法:(以CentOS系统为例) 1、安装screen命令 yum install screen #安装 2、创建screen会话 scree 阅读全文
posted @ 2022-03-09 07:45 秦瑞It行程实录 阅读(165) 评论(0) 推荐(0) 编辑

该文被密码保护。
posted @ 2022-03-08 19:10 秦瑞It行程实录 阅读(0) 评论(0) 推荐(0) 编辑

该文被密码保护。
posted @ 2022-03-06 13:55 秦瑞It行程实录 阅读(0) 评论(0) 推荐(0) 编辑

摘要:https://docs.gitlab.com/ee/security/reset_user_password.html 阅读全文
posted @ 2022-03-05 20:59 秦瑞It行程实录 阅读(65) 评论(0) 推荐(0) 编辑

摘要:Hit:7 http://cn.archive.ubuntu.com/ubuntu bionic-security InRelease Reading package lists... Done W: GPG error: https://pkg.jenkins.io/debian-stable b 阅读全文
posted @ 2022-03-05 15:29 秦瑞It行程实录 阅读(153) 评论(0) 推荐(0) 编辑

摘要:秘钥登陆的配置 1.如果没有ssh服务,首先要安装ssh的服务 root@localhost:~# apt-get install ssh 2.生成密钥对信息 # 执行命令 root@localhost:~# ssh-keygen -t rsa # 然后执行下一步就可以了 3.将密钥对拷贝出来 ro 阅读全文
posted @ 2022-03-05 14:40 秦瑞It行程实录 阅读(154) 评论(0) 推荐(0) 编辑

摘要:配置文件 /etc/sudoers 查看用户所属组 groups 用户从指定组移除 gpasswd -d ruiy sudo 用户加入指定组 gpasswd -a ruiy sudo 阅读全文
posted @ 2022-03-05 14:32 秦瑞It行程实录 阅读(36) 评论(0) 推荐(0) 编辑

摘要:remote desktop manager for mac 阅读全文
posted @ 2022-03-04 22:57 秦瑞It行程实录 阅读(44) 评论(0) 推荐(0) 编辑

摘要:Python快速使用jira模块调用Jira接口JIRA介绍: JIRA是Atlassian公司出品的项目与事务跟踪工具,被广泛应用于缺陷跟踪、需求收集、流程审批、任务跟踪、项目跟踪和敏捷管理等工作领域. 在开发工作中,Jira通常用作BUG管理和任务跟踪管理等,项目经理,测试人员,开发人员等在Ji 阅读全文
posted @ 2022-03-04 22:33 秦瑞It行程实录 阅读(547) 评论(0) 推荐(0) 编辑

摘要:python3安装 1.安装依赖包 yum -y groupinstall 'Development Tools' yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel 2.下载python3 w 阅读全文
posted @ 2022-03-02 20:36 秦瑞It行程实录 阅读(236) 评论(0) 推荐(0) 编辑

该文被密码保护。
posted @ 2022-03-02 19:01 秦瑞It行程实录 阅读(0) 评论(0) 推荐(0) 编辑

该文被密码保护。
posted @ 2022-03-01 21:42 秦瑞It行程实录 阅读(0) 评论(0) 推荐(0) 编辑

摘要:rui.qin.o@MBC02XT0K4JGH7 bin % cat login.exp #!/usr/bin/expect set timeout 30 spawn ssh -p [lindex $argv 2] [lindex $argv 0]@[lindex $argv 1] expect { 阅读全文
posted @ 2022-03-01 19:23 秦瑞It行程实录 阅读(50) 评论(0) 推荐(0) 编辑

www.cnblogs.com/ruiyqinrui