11 2021 档案
Dpkg/Atp 命令行
摘要: 阅读全文
posted @ 2021-11-08 10:15 AraonCode 阅读(56) 评论(0) 推荐(0)
WSL Operation not permitted 解决方案
摘要:Launch Ubuntu WSL Create the file /etc/wsl.conf if it doesn’t exist Open the file (e.g.: nano /etc/wsl.conf) and add the following lines: [automount] 阅读全文
posted @ 2021-11-08 10:11 AraonCode 阅读(2472) 评论(0) 推荐(0)
TCP/IP 半双工 全双工
摘要:一、单工1、数据只在一个方向上传输,不能实现双方通信。 2、Example:电视、广播。 Sender >Receiver 二、半双工1、允许数据在两个方向上传输,但是同一时间数据只能在一个方向上传输,其实际上是切换的单工。 2、Example:对讲机。 Sender/Receiver >Recei 阅读全文
posted @ 2021-11-06 16:11 AraonCode 阅读(767) 评论(0) 推荐(0)