csharp develop's room

 

原创代码

个人爱好原创代码
实现大批量域名查询 及 whois查询
摘要: protected void btnWhois_Click(object sender, EventArgs e)
{
string strServer = strServerOth;
string strDomain = txtDomain.Text.ToString();
//string strDomainType;
string strResponse;

lblResult.Text = "";

try
{
string[] arrDomain = strDomain.Split('.');
if (arrDomain.Length == 3)
{
//if (arrDomain[1].ToUpper() == "COM" && arrDoma阅读全文

posted @ 2007-08-10 15:07 weboy 阅读(499) | 评论 (0)  编辑

同一局域网中获取客户端IP及MAC地址
摘要: 透过局域网 获取对方IP及MAC地址阅读全文

posted @ 2007-08-10 14:49 weboy 阅读(193) | 评论 (0)  编辑

导航

统计

公告

昵称:weboy
园龄:4年6个月
粉丝:1
关注:0

搜索

 
 

文章分类

最新评论