06 2021 档案

摘要:https://blog.csdn.net/Skies_/article/details/109350500 1. ncnn编译 按官网提示,ncnn代码下有build.sh 2. android-studio,native code使用ncnn配置 a. 拷贝ncnn库 在${PROJECT_DI 阅读全文
posted @ 2021-06-19 17:36 imoon22 阅读(779) 评论(0) 推荐(0)
摘要:https://stackoverflow.com/questions/63382489/cant-import-opencv-module-in-android-studio 1. 新建Project,选择Native C++。 2. 下载并解压OpenCV Android SDK,如OpenCV 阅读全文
posted @ 2021-06-19 10:54 imoon22 阅读(553) 评论(0) 推荐(0)
摘要:https://catkin-tools.readthedocs.io/en/latest/cheat_sheet.html 阅读全文
posted @ 2021-06-15 19:51 imoon22 阅读(70) 评论(0) 推荐(0)
摘要:设置对应环境变量即可: set(ENV{http_proxy} "http://proxy.cd.intel.com:911") set(ENV{https_proxy} "https://proxy.cd.intel.com:911") 或者在Bash中Export相应环境变量。 socks5:/ 阅读全文
posted @ 2021-06-15 19:48 imoon22 阅读(4270) 评论(0) 推荐(0)
摘要:https://zhuanlan.zhihu.com/p/378894743 # socket git config --global http.proxy 'socks5://127.0.0.1:1080' git config --global https.proxy 'socks5://127 阅读全文
posted @ 2021-06-14 13:00 imoon22 阅读(270) 评论(0) 推荐(0)