会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
微米大大
超越一切的不可能(Net,C++,SpringCloud/Boot,Android,SQL,Nodejs,Vue,React)
首页
新随笔
联系
订阅
管理
2011年7月21日
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 微米大大
阅读(1033)
评论(0)
推荐(2)
编辑
公告