摘要:
阅读全文
摘要:
#!/bin/bash #qinrui set -e commitId='' repoPath='' x1='' if [ -f changes15.txt ];then #git log |grep -A 2 9acd7d8537191caaf801a59428be5fbf0e110659| gr 阅读全文
开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发. |
摘要:
#!/bin/bash #qinrui set -e commitId='' repoPath='' x1='' if [ -f changes15.txt ];then #git log |grep -A 2 9acd7d8537191caaf801a59428be5fbf0e110659| gr 阅读全文
该文被密码保护。 阅读全文
摘要:
Vision使命 mission愿景 principles原则 autonomy自主,自制,自动驾驶 L4和L5级别的自动驾驶技术都可以称为完全自动驾驶技术,到了这个级别,汽车已经可以在完全不需要驾驶员介入的情况下来进行所有的驾驶操作,驾驶员也可以将注意力放在其他的方面比如工作或是休息。但两者的区别 阅读全文
摘要:
apt-get install python3-pip. pip3 install pip3 install virtualenv -i https://pypi.tuna.tsinghua.edu.cn/simple some-package apt-get install python3-tk 阅读全文
摘要:
jq 类似于sedJSON 数据,可以使用它来进行切片、过滤、映射和转换结构化数据,与使用sed、awk、grep一样。 使用可移植的 C 语言编写,具有零运行时依赖。 如果直接从最新的 git 进行构建,则需要安装 flex、bison(>=3.0)、libtool、make、automake 和 阅读全文
摘要:
itertools.combinations(list,num) 阅读全文
摘要:
想在 流水线里加上逻辑 判断 ,比如 docker 存在 镜像就 先 stop 在 rm 原来 是这样写的 sh 'test -n "$(docker ps | grep react-app)" && docker stop react-app' 报语法 不对 ,后来 想想 用 shell 脚本 算 阅读全文
摘要:
sshpass -p "321" ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@192.168.57.132 "hostname" 阅读全文
|