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
阅读全文
摘要:https://stackoverflow.com/questions/63382489/cant-import-opencv-module-in-android-studio 1. 新建Project,选择Native C++。 2. 下载并解压OpenCV Android SDK,如OpenCV
阅读全文
摘要:https://catkin-tools.readthedocs.io/en/latest/cheat_sheet.html
阅读全文
摘要:设置对应环境变量即可: set(ENV{http_proxy} "http://proxy.cd.intel.com:911") set(ENV{https_proxy} "https://proxy.cd.intel.com:911") 或者在Bash中Export相应环境变量。 socks5:/
阅读全文
摘要: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
阅读全文
浙公网安备 33010602011771号