码迷,mamicode.com
首页 >  
搜索关键字:fatal signal 11 sigs    ( 3474个结果
GitHub拉取代码:server certificate verification
fatal: unable to access 'https://github.com/jkjung-avt/tensorrt_demos.git/': server certificate verification Xavier 从GitHub拉取代码时出现错误,大概是因为没有网络连接 重新连接网 ...
分类:其他好文   时间:2020-10-06 21:11:42    阅读次数:40
C语言字符数组和普通数组函数传参
#include <stdio.h> #include <stdlib.h> #include <limits.h> #include <time.h> #include <pthread.h> #include <semaphore.h> #include <unistd.h> #include ...
分类:编程语言   时间:2020-09-21 12:06:08    阅读次数:62
CCS - Baseband Digital Transmission - Signal Constellation Diagrams for Binary Signals -Signal Waveforms with Multiple Amplitude Levels (M = 2, 4, 8, 16)
Signal Waveforms with Multiple Amplitude Levels Matlab Coding, 1 % MATLAB script for the probability of a symbol error for M = 2, 4, 8, 16 2 echo on 3 ...
分类:其他好文   时间:2020-09-17 20:10:51    阅读次数:28
elasticsearch7.2.1 报错 Received fatal alert: handshake_failure
报错信息 master 报错日志信息 :elastic ssl.SSLHandshakeException: no cipher suites in common node 节点报错日志信息 :[2020-08-28T03:51:07,537][WARN ][o.e.t.OutboundHandle ...
分类:其他好文   时间:2020-09-14 19:01:43    阅读次数:76
关于git clone提示报错"fatal repository not found"
使用git clone [http的url]从远程仓库克隆项目时,git提示报错"fatal repository not found",出现这个错误的原因可能是下面几种情况: 远程仓库地址不存在 将http的url地址复制到浏览器中直接访问,查看该地址是否能外网访问,不能则该项目不存在 远程仓库地 ...
分类:其他好文   时间:2020-09-03 16:42:17    阅读次数:116
ansible生产环境使用场景(四):encrypt_string加密和ansible-lint调试
有时需要对yaml文件中的某些敏感字段进行加密,这时就需要‘ansible-vault encrypt_string ’加密字符串,在使用过程中发现报错:Vault format unhexlify error: Odd-length string fatal,使用ansible-lint工具进行调试排查错误,本文记录了在使用过程中报错及解决的详细过程。
分类:其他好文   时间:2020-08-19 20:00:36    阅读次数:66
【转】Quartus II工程文件的后缀含义
本文转自:Quartus II工程文件的后缀含义 表中列举了大部分文件极其后缀,对开发者来说在FPGA开发中最常用的就是.v,.prj工程文件,.sof等,这些常用的已经标注成红色,便于查找功能: File Type Extension AHDL Include File .inc ATOM Net ...
分类:其他好文   时间:2020-08-10 11:04:01    阅读次数:94
DSP - Measure the Power of a Signal
he power of a signal is the sum of the absolute squares of its time-domain samples divided by the signal length, or, equivalently, the square of its R ...
分类:其他好文   时间:2020-08-09 19:09:41    阅读次数:87
Linux 生成 core dump的方法及设置
A core dump is the recorded state of the working memory of a computer program at a specific time, generally when the program has terminated abnormally ...
分类:系统相关   时间:2020-08-01 21:26:59    阅读次数:103
删除git子模块的.git目录文件导致的问题
删除子目录下.git后,依然无法提交子目录下的文件 git rm --cached <目录/子目录> 执行完,不报错然后提交即可, 如果报错那就还得另想辙了 如果执行git rm --cached directory 提示fatal: Unable to create ‘xx/.git/index. ...
分类:其他好文   时间:2020-07-26 23:04:09    阅读次数:90
3474条   上一页 1 ... 6 7 8 9 10 ... 348 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!