手机随时阅读
新人专享大礼包¥24
#!/bin/bash #qinrui set -e commitId='' repoPath='' x1='' if [ -f changes15.txt ];then #git log |grep -A 2 9acd7d8537191caaf801a59428be5fbf0e110659| gr
想在 流水线里加上逻辑 判断 ,比如 docker 存在 镜像就 先 stop 在 rm 原来 是这样写的 sh 'test -n "$(docker ps | grep react-app)" && docker stop react-app'报语法 不对 ,后来 想想 用 shell 脚本 算了 就新建个 sh 脚本 # 脚本 名 dud
itertools.combinations(list,num)
apt-get install python3-pip. pip3 installpip3 install virtualenv -i https://pypi.tuna.tsinghua.edu.cn/simple some-packageapt-get install python3-tkimport tkinter
Vision使命 mission愿景 principles原则 autonomy自主,自制,自动驾驶 L4和L5级别的自动驾驶技术都可以称为完全自动驾驶技术,到了这个级别,汽车已经可以在完全不需要驾驶员介入的情况下来进行所有的驾驶操作,驾驶员也可以将注意力放在其他的方面比如工作或是休息。但两者的区别
jq 类似于sedJSON 数据,可以使用它来进行切片、过滤、映射
pytest==4.0.2pyyaml==5.1.2paramiko==2.6.0requests==2.22.0allure-pytest==2.6.1pytest-timeout==1.3.3pycryptodome==3.10.1kafka-python==1.4.7pytest-metadata==1.8.0pytest-ordering==0.6jsonschema==3.1.1sqla
python tkinterapt-get install python-tkimport tkinter as Tk ModuleNotFoundError: No module named 'tkinter'
{# comment #} {{django variable}}
Ubuntu 编译安装 Python3.6.8 没有正确编译 sqlite3 的问题 问题 没有正确编译 sqlite3, 在 import sqlite3 时出现 Error: ModuleNotFoundError: No module named '_sqlite3' 安装 sqlite3-d
/Users/rui.qin.o/workdir/projects/django_web_venv/lib/python3.8/site-packages/django/bin site-packages
用make编译时出现recipe for target 'all' failed make clean && make && make install success ok
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
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
lauterbach
Linux上加了kdb,softlock的打印,kernel log
我工作遇到的问题的: 1、linux长时间自动化测试,又不能关闭shell,关闭重头来 2、很多程序不能断,例如node服务、mogo等。 答案:有办法 解决办法:(以CentOS系统为例) 1、安装screen命令 yum install screen #安装 2、创建screen会话 screen -S mysql5.5 #创建screen会话,自定义s
Python快速使用jira模块调用Jira接口JIRA介绍: JIRA是Atlassian公司出品的项目与事务跟踪工具,被广泛应用于缺陷跟踪、需求收集、流程审批、任务跟踪、项目跟踪和敏捷管理等工作领域. 在开发工作中,Jira通常用作BUG管理和任务跟踪管理等,项目经理,测试人员,开发人员等在Ji
remote desktop manager for mac
配置文件 /etc/sudoers 查看用户所属组 groups 用户从指定组移除 gpasswd -d ruiy sudo 用户加入指定组 gpasswd -a ruiy sudo
秘钥登陆的配置 1.如果没有ssh服务,首先要安装ssh的服务 root@localhost:~# apt-get install ssh 2.生成密钥对信息 # 执行命令 root@localhost:~# ssh-keygen -t rsa # 然后执行下一步就可以了 3.将密钥对拷贝出来 ro
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
https://docs.gitlab.com/ee/security/reset_user_password.html
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 {
python3安装 1.安装依赖包 yum -y groupinstall 'Development Tools'
获取某个commit的做者:git$ git log --pretty=format:“%an” b29b8b608b4d00f85b5d08663120b286ea657b4a -1“liurizhou”获取某个commit的时间:bashgit log --pretty=format:“%cd” b29b8b608b4d00f85b5d08663120b286ea657b4a -1“Wed A
还记得我在很久很久以前和大家推荐的Fiddler和Charles debugger么?他们都是的神器级调试工具,非常非常的好用。好工具能让你事半功倍,基本上,我是属
00 07 * * * (cd /da2/xxx/yyy; sh run.sh &> log/`date +"\%Y-\%m-\%d"`.log)
Copyright © 2005-2022 51CTO.COM 版权所有 京ICP证060544号