摘要:
一、概念 1、Windows下USB接口驱动技术 https://blog.csdn.net/lins1393997412/article/details/7441861 2、驱动程序官方文档 https://learn.microsoft.com/zh-cn/windows-hardware/dr 阅读全文
摘要:
1、wget指令失败:拒绝连接,一直连到127.0.0.1 export | grep -i proxy unset HTTPS_PROXY unset https_proxy 参考:https://blog.csdn.net/AsiaWong/article/details/78558120/ 阅读全文
摘要:
一、搭建环境 1、VMware安装Ubuntu图文教程 https://www.bilibili.com/read/cv25918406/ 2、安装NET SDK(搭建.NET Core环境) 终端执行: wget https://dot.net/v1/dotnet-install.sh -O do 阅读全文