Winform上位机TCP客户端/服务端、串口通信
背景
日常练习,着急换工作,心态都快乱了。
工具
串口调试助手
网络调试助手
代码
客户端
using Microsoft.VisualBasic.Logging;
using System.Net.Sockets;
using System.Text;namespace TcpClientDem…
实践系统:
安装NVIDIA驱动时,提示:
WARNING: The Nouveau kernel driver is currently in use by your system. This driver is incompatible with
the NVIDIA driver,and must be disabled before proceeding.警告࿱…
当使用命令行或者vcpkg时,有时候需要设置代理来下载一些代码,那么可以这样:
本地先起一个http或者socks5的代理服务器。监听127.0.0.1:10808如果本地是http代理服务器,在命令行执行: set http_proxyhttp://127.0.0.1:…