
Shell命令
文章平均质量分 84
43118
JonyChan技术学习过程中的总结
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Mac使用homebrew安装OpenCV并运行Yolo-cpp-opencv笔记
1.安装homebrew/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"2.安装OpenCVbrew install opencv安装目录为 /usr/local/Cellar/opencv使用OpenCV遇到的坑#include<opencv2/opencv.hpp>会报错:1.fatal error: ‘opencv2/op原创 2021-03-01 20:04:40 · 950 阅读 · 0 评论 -
gcc、make、Cmake、CmakeLists.txt
Cmake …出现故障:– The C compiler identification is AppleClang 11.0.0.11000033– The CXX compiler identification is AppleClang 11.0.0.11000033– Detecting C compiler ABI info– Detecting C compiler ABI info - failed– Check for working C compiler: /Appli...原创 2021-02-15 20:12:27 · 393 阅读 · 0 评论 -
pip install 超时解决
1.pip install 超时解决如下载gensim pip3 --default-timeout=100 install gensim原创 2020-05-21 15:19:57 · 296 阅读 · 0 评论 -
Mac如何安装openpyxl
记住:若已经安装了python3,则应使用pip3pip3 install openpyxl原创 2020-01-18 22:26:58 · 5506 阅读 · 0 评论 -
Mac终端如何查找具体文件的详细路径
find 命令find ~ -iname “test_Boston_CSV.csv”原创 2020-01-18 21:06:14 · 6664 阅读 · 0 评论