摘要:
文章来源(侵联删): https://blog.csdn.net/shenaisi/article/details/104727187 using System; using System.Collections.Generic; using System.Runtime.InteropServic 阅读全文
摘要:
【持续更新】 【2024-07-19】 新建 对象初始化语句的执行总是在构造函数执行之后,如: class Point { public int X = 1; public int Y = 2; public Point(int x, int y) { X = x; Y = y; } } class 阅读全文
摘要:
基于全网段广播的代码示例,要点主要有两个: (1)设置socket属性SO_BROADCAST (2)发送方添加广播255.255.255.255的路由,不然会产生“Network is unreachable”错误 ip route add 255.255.255.255 dev eth0 示例代 阅读全文
摘要:
linux 配置 Device Drivers > Network device support > USB Network Adapters [*] Multi-purpose USB Networking Framework [*] Simple USB Network Links (CDC E 阅读全文