会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
微米大大
超越一切的不可能(Net,C++,SpringCloud/Boot,Android,SQL,Nodejs,Vue,React)
首页
新随笔
联系
订阅
管理
随笔分类 -
Net
Net
C# 使用Ping类
摘要:string ipAddress = GetParamValue("IpAddress", "192.168.1.2"); int? port = GetParamIntValue("Port", 300); if (string.IsNullOrEmpty(ipAddress)) { thrownew Exception("IpAddress配置不正确。"); } if (!port.HasValue) ...
阅读全文
posted @
2011-07-21 23:46
微米大大
阅读(1043)
评论(0)
推荐(2)
公告