摘要: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
阅读全文
开源、架构、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
阅读全文
摘要:python tkinter apt-get install python-tk import tkinter as Tk ModuleNotFoundError: No module named 'tkinter'
阅读全文
摘要:{# comment #} {{django variable}} {% for i in list%} {% for i,j in dict.items%} display {%empty%} display {% endfor %} {% if %} {% elif %} {% else %}
阅读全文
摘要:/Users/rui.qin.o/workdir/projects/django_web_venv/lib/python3.8/site-packages/django/bin site-packages
阅读全文
摘要:Ubuntu 编译安装 Python3.6.8 没有正确编译 sqlite3 的问题 问题 没有正确编译 sqlite3, 在 import sqlite3 时出现 Error: ModuleNotFoundError: No module named '_sqlite3' 安装 sqlite3-d
阅读全文
摘要:vector can canoe
阅读全文
摘要: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
阅读全文
摘要:用make编译时出现recipe for target 'all' failed make clean && make && make install success ok
阅读全文
摘要:Linux上加了kdb,softlock的打印,kernel log
阅读全文
摘要: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
阅读全文
摘要:我工作遇到的问题的: 1、linux长时间自动化测试,又不能关闭shell,关闭重头来 2、很多程序不能断,例如node服务、mogo等。 答案:有办法 解决办法:(以CentOS系统为例) 1、安装screen命令 yum install screen #安装 2、创建screen会话 scree
阅读全文
摘要:https://docs.gitlab.com/ee/security/reset_user_password.html
阅读全文
摘要: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
阅读全文
摘要:秘钥登陆的配置 1.如果没有ssh服务,首先要安装ssh的服务 root@localhost:~# apt-get install ssh 2.生成密钥对信息 # 执行命令 root@localhost:~# ssh-keygen -t rsa # 然后执行下一步就可以了 3.将密钥对拷贝出来 ro
阅读全文
摘要:配置文件 /etc/sudoers 查看用户所属组 groups 用户从指定组移除 gpasswd -d ruiy sudo 用户加入指定组 gpasswd -a ruiy sudo
阅读全文
摘要:remote desktop manager for mac
阅读全文
摘要:Python快速使用jira模块调用Jira接口JIRA介绍: JIRA是Atlassian公司出品的项目与事务跟踪工具,被广泛应用于缺陷跟踪、需求收集、流程审批、任务跟踪、项目跟踪和敏捷管理等工作领域. 在开发工作中,Jira通常用作BUG管理和任务跟踪管理等,项目经理,测试人员,开发人员等在Ji
阅读全文
摘要:python3安装 1.安装依赖包 yum -y groupinstall 'Development Tools' yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel 2.下载python3 w
阅读全文
该文被密码保护。
摘要: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 {
阅读全文
|