摘要: 情况A(以root用户运行程序,此方法不会加载用户环境变量,需要加载用户环境变量的请看情况B) 1. sudo rm /etc/systemd/system/rc-local.service (如果有该文件则删除,没有不管) 2. sudo vim /lib/systemd/system/rc-lo 阅读全文
posted @ 2022-01-09 11:37 wangaolin 阅读(1906) 评论(0) 推荐(0) 编辑
摘要: 介绍gcc - 参数-I ( i 的大写) :指定头文件路径(相对路径或觉得路径,建议相对路径)-i :指定头文件名字 (一般不使用,而是直接放在**.c 文件中通过#include<***.h> 添加)-L :指定连接的动态库或者静态库路径(相对路径或觉得路径,建议相对路径)-l (L的小写):指 阅读全文
posted @ 2021-12-14 13:53 wangaolin 阅读(1024) 评论(0) 推荐(0) 编辑
摘要: apt-get update 更新数据源列表apt-get install+软件名 安装和更新软件的命令dpkg -l 列出所有已安装的软件包。apt-get remove packagename 卸载一个已安装的软件包(保留配置文档)apt-get remove --purge packagena 阅读全文
posted @ 2021-12-14 11:11 wangaolin 阅读(1023) 评论(0) 推荐(0) 编辑
摘要: 问题: ubuntu 系统安装包无法定位 sudo apt-get install xxx 原因1: ubuntu 系统未加入源的地址 解决方式1: 1. sudo add-apt-repository "url" 2. sudo apt-get update 3. sudo apt-get ins 阅读全文
posted @ 2021-12-13 11:08 wangaolin 阅读(836) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/weixin_44187892/article/details/105968534 Ubuntu18.04安装gcc-7.4.0 一、安装依赖包 获取安装包并解压 安装依赖包 二、安装gcc 三、验证gcc 参考文献一、安装依赖包获取安装包并解压gc 阅读全文
posted @ 2021-12-05 11:13 wangaolin 阅读(2661) 评论(0) 推荐(0) 编辑
摘要: #安装cpythonsudo python3 -m pip install Cython --install-option="--no-cython-compile" -i https://pypi.tuna.tsinghua.edu.cn/simple 1. vim hello.pyx def s 阅读全文
posted @ 2021-12-03 19:34 wangaolin 阅读(633) 评论(0) 推荐(0) 编辑
摘要: https://github.com/linghu8812/tensorrt_inference/tree/master/Yolov4 阅读全文
posted @ 2021-12-03 13:38 wangaolin 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://note.youdao.com/ynoteshare/index.html?id=700052b0a49301059a34f20a00a830ca&type=note&_time=1638503513531 目录: 1.手动安装最新nvidia驱动 2.CUDA10.1 + 阅读全文
posted @ 2021-12-03 11:54 wangaolin 阅读(6239) 评论(1) 推荐(0) 编辑
摘要: 以下内容转载自: https://www.cnblogs.com/yibeimingyue/p/14660246.html 先来说明我的问题:首先我在anoconda下建立了自己的虚拟环境,并在我的虚拟环境中用pip安装了对应版本的tensorflow,但是再调用的时候,我发现并没有调用我安装的te 阅读全文
posted @ 2021-12-01 10:54 wangaolin 阅读(824) 评论(0) 推荐(0) 编辑
摘要: 原文鏈接: https://blog.csdn.net/turetony/article/details/100020035 turetony 2019-08-22 17:27:25 1026 收藏 1分类专栏: ubuntu 文章标签: Ubuntu版权 ubuntu专栏收录该内容3 篇文章0 订 阅读全文
posted @ 2021-11-30 09:46 wangaolin 阅读(414) 评论(0) 推荐(0) 编辑