logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

jenkins 从机连接主机显示 404 Not Found

问题把jekins上启动从节点的命令,放在bat脚本中运行的时候,会显示。

#jenkins
linux 学习笔记

批量杀死进程程ps -ef | grep 'nginx'| grep -v 'grep' | awk '{print $2}' |xargs kill

#linux
python使用serial向串口发送接收数据

import serial,timeimport threadingimport binascii# 接收错误需要设置串口详细ser = serial.Serial('com3', 9600, parity='E', stopbits=1, bytesize=8, timeout=0.5)def com_read():while True:rev_num = ser.inWaiting()data

#python#单片机#stm32
python ERROR: Could not find a version that satisfies the requirement requests (from versions: none)

pip 安装python 包遇到如下问题,可能只是配置的镜像源不可以用了,可以多试几个镜像源,之前一直用的清华或者官方的,就是不行。弄得怀疑人生。国内的其他镜像源清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/阿里云http://mirrors.aliyun.com/pypi/simple/中国科技大学https://pypi.mirrors.ustc.

到底了