win+R,cmd #快速打开cmd窗口 net view #查看本地局域网内开启了哪些计算机共享 运行后可以看到已共享的计算机名称 net view ip #查看对方局域网内开启了哪些共享 ipconfig (winipcfg) 用于windows NT及XP(windows 95 98)查看本地ip地址,ipconfig可用参数"/all"显示全部配置信息 telnet ip 端口 #远程登陆服务器,默认端口为23 open ip 连接到IP(属telnet登陆后的命
根据Arp列表数据,查询本地设备在线状态 使用 arp -a 获得所有内网地址,首先看Mod对象 public struct MacIpPair { public string HostName; public string MacAddress; public string IpAddress; public override string ToString() { string str = ""; str += $"HostName:{HostName}\t{IpAddr
转载请注明来源:https://www.cnblogs.com/hookjc/ using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Collections;//ArrayList用 using S