具体错误:checking for libpcre >= 7.8... Package libpcre was not found in the pkg-config search path. Perhaps you should add the directory containing `libpcre.pc' to the PKG_CONFIG_PATH env
原创
2022-01-28 13:33:42
675阅读
具体错误:checking for libpcre >= 7.8... Package libpcre was not found in the pkg-config search path.
原创
2021-08-06 14:50:01
631阅读
编译ccrtp,提示这个错误。需要编译commoncpp:https://quantum6.blog.csdn.net/article/details/106169289
原创
2021-08-07 13:08:44
330阅读
编译ccrtp,提示这个错误。需要编译commoncpp:
原创
2022-02-07 17:13:03
288阅读
1. 脚本如下 check_mem.sh# Script to check real memory usage# L.Gill 02/05/06 - V.1.0# ------------------------------------------# ######## Script Modifications ########### --------------------
转载
精选
2008-08-21 23:40:45
5574阅读
点赞
2评论
在Vivado调试工程时候,是不是有这么一个习惯(至少是我)
原创
2022-04-18 16:14:48
2397阅读
在Vivado调试工程时候,是不是有这么一个习惯(至少是我),只要不是error,哪怕再多的critical warning,也不多看一眼,认为与我无关,只是相应的EDA工具多此一举。嗯,,,有时候固然如此,工具不太智能,但是我们要发挥人为的价值,练就火眼金睛,去察觉哪些会对我们的工程产生影响,哪些有必要解决。今天的猪脚是如下的critical warning:[Common 17...
原创
2021-08-20 15:29:31
364阅读
安装glib包,在编译的时候出现错误:configure: error: Package requirements (libffi >= 3.0.0) were not met:No package 'libffi' foundConsider adjusting
原创
2013-11-27 18:43:31
7418阅读
No package 'zlib' foundapt-get install zlib1g-dev
原创
2022-09-27 11:57:36
492阅读
编译xcb时出现的错误:configure: error: Package requirements (pthread-stubs xau >= 0.99.2) were not met:No package 'pthread-stubs' foundNo package 'xau' found解决办法:sudo apt install libxau-dev...
原创
2022-02-07 16:28:45
465阅读
编译xcb时出现的错误:configure: error: Package requirements (pthread-stubs xau >= 0.99.2) were not met:No package 'pthread-stubs' foundNo package 'xau' found解决办法:sudo apt install libxau-dev...
原创
2021-08-07 13:13:58
1072阅读
这两天公司开始使用repo管理Android代码因此总结了一下repo相关的命令,在这里和大家分享一下。 repo下载与使用 1、repo介绍 Android 使用Git作为代码管理工具,开发在这里插入代码片了Gerrit进行代码审核以便更好的对代码进行集中式管理,还开发了Repo命令行工具,它是一个Python脚本,对Git部分命令进行封装,简化了对多个Git版本库的管理,将百多个Git库有效的
转载
2024-05-27 18:00:19
65阅读
遇到这个问题:Warning : debug info can be unavailable. 十分影响心情。试了很多方法,最后一个有效,搜索到的方法总结如下:1. 插拔手机。(试了,无效)2. 重启Android Studio。(试了,无效)
原创
2021-07-06 15:43:30
1567阅读
[root@test ~]# fdisk /dev/sdaWARNING: fdisk GPT support is currently new, and therefore in an experimental p
原创
2022-08-02 10:45:42
1043阅读
服务器:WindowsServer 2016Cloudreve需求方想整一个在小团队内部使用的网盘系统,最终在千挑万选之下选中了Cloudreve。Github地址:https://github.com/cloudreve/Cloudreve官网地址:https://docs.cloudreve.orgCloudreve是采用go + React开发的开源网盘系统,优点是部署简单、界面功能精简好用
转载
2024-05-08 20:39:09
123阅读
setup time & hold timesetup time??????tDVCH???????clk?? hold time?????tCHDX??clk??????? ??cmd?????????setup time?hold timerisiCL?clk??????????? ??pad?driving??????r
原创
2022-10-31 16:12:40
89阅读
1. 匹配一个字符表达式说明等价表达式\d数字[0-9]\w字母、数字、下划线[a-zA-Z0-9_].除换行外任意字符\s空格[\t\n\r\f\v]\D除数字\W除字母、数字、下划线\S除空格 2. 集合[abc][a-g][]指一个集合,匹配[]中的任意一个[^A]^在集合[]开头,匹配除A以外字符A|B匹配A或B表达式(A)()指一个组,匹配A中所有内容3. 重复a?贪心地匹配a
转载
2023-12-11 14:34:04
7阅读
今日在做lvm的时候,把一块盘剩余空间全部分给新分区,在保存的时候报:WARNING:Re-readingthepartitiontablefailedwitherror16:设备或资源忙.解决方法:执行下partprobe命令partprobe包含在parted的rpm软件包中。partprobe可以修改kernel中分区表,使kernel重新读取分区表。因此,使用该命令就可以创建分区并且在不重
原创
2018-08-28 15:41:18
10000+阅读
http://docs.oracle.com/cd/E11882_01/server.112/e25494/diag.htm#ADMIN13025ADR(Automatic Diagnostic Repository) Directory structure for a Database Instance 通过V$DIAG_INFO视图查看ADR分布位置信息:SELECT *&
翻译
精选
2015-03-23 13:15:35
1974阅读
使用简洁的 Navigation Timing API 测试网页加载速度http://www.cnblogs.com/mrsunny/archive/2012/09/04/2670727.html
转载
2013-04-12 15:54:00
96阅读