当前位置: 首页> 财经> 创投人物 > 网页设计属于什么行业_泰州网_免费注册网站_宁德市人民政府

网页设计属于什么行业_泰州网_免费注册网站_宁德市人民政府

时间:2025/9/7 9:44:55来源:https://blog.csdn.net/qq_20490175/article/details/143276890 浏览次数:0次
网页设计属于什么行业_泰州网_免费注册网站_宁德市人民政府

【欢迎关注编码小哥,学习更多实用的编程方法】

需要下载ncnn源码,需要明确ping www.baidu.com 通不通,如果不通,则

修改/etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
#nameserver 192.168.93.2
#nameserver 127.0.1.1
#search localdomain

nameserver 8.8.8.8
nameserver 114.114.114.114

重启网络
/etc/init.d/networking restart

/sbin/dhclient

此时,网络已经通了,但是git clone https://github.com/Tencent/ncnn.git时,出现:

fatal: unable to access 'https://github.com/Tencent/ncnn.git/': Operation timed out after 0 milliseconds with 0 out of 0 bytes received

则取消代理:
git config --global --unset http.proxy 
git config --global --unset https.proxy

git clone https://github.com/Tencent/ncnn.git

root@ubuntu-virtual-machine:/home/ncnn# mkdir build
root@ubuntu-virtual-machine:/home/ncnn# cd build
root@ubuntu-virtual-machine:/home/ncnn/build# cmake -DNCNN_VULKAN=OFF ..

编译ncnn情况如下图所示:

make install安装ncnn

 

关键字:网页设计属于什么行业_泰州网_免费注册网站_宁德市人民政府

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

责任编辑: