2020年8月16日
摘要:
https://blog.csdn.net/renhaofan/article/details/82631082
阅读全文
posted @ 2020-08-16 21:31
一抹烟霞
阅读(789)
推荐(0)
2020年8月13日
摘要:
https://blog.csdn.net/lengji22/article/details/86309649
阅读全文
posted @ 2020-08-13 11:30
一抹烟霞
阅读(298)
推荐(0)
摘要:
-s 改成 -sf ln -sf /usr/bin/bazel-1.0.0 /usr/bin/bazel
阅读全文
posted @ 2020-08-13 11:21
一抹烟霞
阅读(4337)
推荐(1)
posted @ 2020-08-13 10:56
一抹烟霞
阅读(0)
推荐(0)
2020年8月12日
摘要:
sudo apt-get install doxygen
阅读全文
posted @ 2020-08-12 21:31
一抹烟霞
阅读(5531)
推荐(0)
摘要:
直接在终端中输入:sudo apt-get install libtbb2 等待安装完成,就可以了。
阅读全文
posted @ 2020-08-12 20:12
一抹烟霞
阅读(262)
推荐(0)
摘要:
在docker容器中安装bash-completion apt install bash-completion source一下 source /usr/share/bash-completion/bash_completion
阅读全文
posted @ 2020-08-12 14:28
一抹烟霞
阅读(537)
推荐(0)
摘要:
// Author: Tong Qin qintonguav@gmail.com // Shaozu Cao saozu.cao@connect.ust.hk // 一个计时函数 #pragma once #include <ctime> #include <iostream> #include <
阅读全文
posted @ 2020-08-12 10:51
一抹烟霞
阅读(174)
推荐(0)
posted @ 2020-08-12 09:35
一抹烟霞
阅读(0)
推荐(0)
摘要:
# 检查网络 curl www.baidu.com # 设置代理 代理地址自己配置 export http_proxy="http://192.168.1.1:8080" export https_proxy="http://192.168.1.1::8080"
阅读全文
posted @ 2020-08-12 09:32
一抹烟霞
阅读(659)
推荐(0)