博客地址:http://home.cnblogs.com/u/zengjianrong/

06 2022 档案

摘要:refs: https://discourse.ubuntu.com/t/how-to-compile-kernel-in-ubuntu-20-04/20268 https://blog.csdn.net/huangjunsheng123/article/details/116202848 http 阅读全文
posted @ 2022-06-26 01:44 black_man 阅读(858) 评论(0) 推荐(0) 编辑
摘要:总结 1. 为了避免栈帧被折叠,可使用--call-graph dwarf,这个会使得perf.data文件变大20倍,perf script解析也会慢一些。 2. 使用--call-graph fp录制的话,需要开启-fno-omit-frame-pointor,且某些函数还是没有效果,详见:ht 阅读全文
posted @ 2022-06-20 20:52 black_man 阅读(613) 评论(0) 推荐(0) 编辑
摘要:1. python 3.9 源码安装,参考:https://zhuanlan.zhihu.com/p/403819436 2. pip3 安装:https://www.codeleading.com/article/22221068387/ 如果遇到/usr/local/bin/pip或/usr/l 阅读全文
posted @ 2022-06-20 15:58 black_man 阅读(1530) 评论(0) 推荐(0) 编辑
摘要:引用自:https://blog.csdn.net/wuyao721/article/details/3145327 1.安装libchm-bin sudo apt-get install libchm1 libchm-dev libchm-bin2.使用解压命令 extract_chmLib In 阅读全文
posted @ 2022-06-15 11:12 black_man 阅读(105) 评论(0) 推荐(0) 编辑
摘要:0. 准备 安装cuda,cudnn; 修改github clone代理 zjr@zjr:~/disk/prjs/data/src/mdw/middleware_hal_camera/3rd/x86/opencv/build$ cat ~/.gitconfig [url "https://ghpro 阅读全文
posted @ 2022-06-02 17:17 black_man 阅读(362) 评论(0) 推荐(0) 编辑