码迷,mamicode.com
首页 >  
搜索关键字:nagios nrpe unable to read output    ( 34674个结果
make[9]: *** No rule to make target `radiomodule.dd', needed by `libradiomodule'. Stop.
linux/sdk/out/system/tdGUI/output/rules.mk %.d: %.c $(CONFIG_H_FILE) - @$(CC) -MM $(EXECFLAGS) $(LIBCFLAGS) $(CFLAGS) $(EXTRACFLAGS) $< | sed -e 's,^[ ...
分类:其他好文   时间:2021-03-12 12:40:52    阅读次数:0
Ardupilot的RC_Channels的read_aux_all
copter.g2.rc_channels的read_aux_all()任务定义在任务列表中 1 ////运行频率10HZ,最长时间是50 2 SCHED_TASK_CLASS(RC_Channels, (RC_Channels*)&copter.g2.rc_channels, read_aux_a ...
分类:其他好文   时间:2021-03-10 13:37:38    阅读次数:0
SeetaFace6的NX部署
SeetaFace6的readme文档 # **SeetaFace6** [![License](https://img.shields.io/badge/license-BSD-blue.svg)](LICENSE) [[中文]()] ## 开源模块 `SeetaFace6`是中科视拓最新开源的商 ...
分类:其他好文   时间:2021-03-10 13:37:00    阅读次数:0
kubeadm init初始化时报错failed to pull image "k8s.gcr.io/kube-apiserver:v1.20.4": output: Error response from daemon: Get ht
在搭建k8s集群时需要初始化命令"kubeadm init",报错误,然后根据提示执行:"kubeadm config images pull",还报错,此处一万匹马在大草原奔腾~~~~~~~ 然后凭借自我感觉以及查询资料得出:是因为要下载k8s.gcr.io的docker镜像,但是国内连不上htt ...
分类:Windows程序   时间:2021-03-09 13:54:21    阅读次数:0
Sequence Read Archive (SRA)
The Sequence Read Archive (SRA) is an archive for high throughput sequencing data, publically accessible, for the purpose of enhancing reproducibility ...
分类:其他好文   时间:2021-03-09 13:32:55    阅读次数:0
1332. Remove Palindromic Subsequences (E)
Remove Palindromic Subsequences (E) 题目 Given a string s consisting only of letters 'a' and 'b'. In a single step you can remove one palindromic subseq ...
分类:其他好文   时间:2021-03-09 13:26:40    阅读次数:0
AGC052 B - Tree Edges XOR Editorial
题目:B - Tree Edges XOR 题目描述: 给你一棵$n$个点、$n-1$条边的树,树上每条边的边权$w_{1}$和期望边权$w_{2}$均已知($w_{2}$不是$w_{1}$平方的意思),你可以进行以下操作 选择一条边$(a,b)$,记这条边现在的权值为$w$,那么与这条边相邻的所有 ...
分类:其他好文   时间:2021-03-09 13:22:27    阅读次数:0
863. All Nodes Distance K in Binary Tree
问题: 给定一棵二叉树。 求给定节点target开始,距离K的所有节点。 Example 1: Input: root = [3,5,1,6,2,0,8,null,null,7,4], target = 5, K = 2 Output: [7,4,1] Explanation: The nodes ...
分类:其他好文   时间:2021-03-09 13:09:46    阅读次数:0
pdf如何转为base64位数据
1、借助<input type="file" />标签上传PDF文件; 2、创建FileReader方法,var reader = new FileReader(); 3、执行reader.onload = function(){console.log(reader.result)}; 4、执行re ...
分类:其他好文   时间:2021-03-08 14:06:20    阅读次数:0
python——提取pdf中的指定页
from PyPDF2 import PdfFileWriter, PdfFileReader # 开始页 start_page = 0 # 截止页 end_page = 5 output = PdfFileWriter() pdf_file = PdfFileReader(open("3.pdf" ...
分类:编程语言   时间:2021-03-08 13:30:17    阅读次数:0
34674条   上一页 1 ... 29 30 31 32 33 ... 3468 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!