CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - get dns

搜索资源列表

  1. DNS2IP

    0下载:
  2. DNS解析IP 通过域名得到对方IP地址-IP DNS analytic get their domain name through IP addresses
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:174607
    • 提供者:hongin
  1. Dns_Query16724511152003

    0下载:
  2. Title: Dns Query Descr iption: Dns Query Class is the easiest way to get any Dns Record from Name Servers. (For those who know) It supports: MX Query, Host Query and NS Query. It is fully written in VB.NET without the use of windows API. I did this
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:9637
    • 提供者:hasbe allah
  1. GetHostByName

    0下载:
  2. Get hostby name is a vb program to resolve dns
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:10431
    • 提供者:my_Samsung
  1. VC_get_computer_DNS_server_address_code

    0下载:
  2. VC编程实现如何获得本地计算机的DNS服务器地址实例代码-VC Programming how to get the local computer s DNS server address example code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:12833
    • 提供者:unm
  1. getdns

    0下载:
  2. this file show how to get dns
  3. 所属分类:Console

    • 发布日期:2017-12-02
    • 文件大小:1877
    • 提供者:gino
  1. netinfo

    0下载:
  2. C# ip地址,网关地址,广播地址及dns地址获取及设置。-C# ip address, gateway address, broadcast address and dns address to get and set.
  3. 所属分类:.net

    • 发布日期:2017-11-21
    • 文件大小:17293
    • 提供者:flyerboy
  1. changeip

    0下载:
  2. Visual C#自动更新本机IP地址,首先判断网络连接是否可用,然后设置ip地址和子网掩码、设置和获取网关地址、设置DNS、显示本地连接信息、获取IP地址、获取子网掩码、获取默认网关、获取DNS服务器、显示子网掩码、显示默认网关、显示DNS服务器等,新手可以学习到上述技巧-Visual C# automatically update the IP address of the machine, first determine whether the network connection is
  3. 所属分类:CSharp

    • 发布日期:2017-11-13
    • 文件大小:13556
    • 提供者:zpudn24
  1. GetUrlContent

    0下载:
  2. 微软提供的带超时的获取网站内容的API完全不能用,为此只好花力气重写了一个,并且可人为中断和带DNS缓存,希望对大家有帮助-A useful function to get the content of a URL, can set timeout, can break manually,and can cache DNSs
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-05-10
    • 文件大小:2165452
    • 提供者:Yanne Acone
  1. DNS_Redirect.ZIP

    0下载:
  2. 驱动级域名劫持 就是访问A.com转到b.com,当然如果改成访问A就丢包,那就变成拦截指定网站了。首先用抓包工具发现,访问某网站时,(如果本地没有该网站的DNS缓存)首先会发DNS查询包(UDP),然后会与该网站建立连接,然后,发http请求包。 观察包内容,需要把发出的包的目标改成我们的目标,然后把响应的包中我们改过的东西改回来,就是欺上瞒下。代码不多,重点是演示了如何获取TCP与UDP的接收到包的内容。仅适用于XP: bin会将www.baidu.com劫持到
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-04
    • 文件大小:5051
    • 提供者:ssss
  1. csharpgetnetname

    0下载:
  2. C#获取网络主机名,可以查出域名解析信息,根据IP查找域名,由字符串获得IP地址:IPAddress ipAddress = IPAddress.Parse(ip.Text) 再由IP地址获得主机的DNS信息:IPHostEntry hostInfo = Dns.GetHostByAddress(ipAddress) 获取与主机关联的别名列表:string[] alias = hostInfo.Aliases 获取主机的 DNS 名称,并添加到ListBox控件中:domainName.Item
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:8605
    • 提供者:ypudn84
  1. gettcpip

    0下载:
  2. VB6.0源码演示如何获得和设置本机TCP/IP信息,还可获取首选的DNS服务器、备用的DNS服务器、默认网关、子网掩码、IP地址、获得配置ip信息的子键信息等信息-VB6.0 source code demonstrates how to get and set the local TCP/IP information, but also to get the preferred DNS server, Alternate DNS server, default gateway, subnet
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:3105
    • 提供者:bpudn22
  1. VBNETBiosDNS

    0下载:
  2. VB获取NETBios和DNS主机名称,依赖于kernel32.dll,用GetComputerNameEx方法实现,除了获取上述两项外,还可取得DNS域名,完全修饰DNS名称,物理的NetBIOS名称,物理的DNS主机名,物理的完全修饰DNS名等-VB get NETBios and DNS host name, depending on kernel32.dll, with GetComputerNameEx ways, in addition to access to these two,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1770
    • 提供者:cpudn37
  1. wdder

    0下载:
  2. 在线状态下取得URL的IP值并写入本地DNS系统从而加速网络访问速度的程序-Online status under the get URL IP value and written to a local DNS system to speed up network access program
  3. 所属分类:Other systems

    • 发布日期:2017-12-12
    • 文件大小:34934
    • 提供者:trasyzsau
  1. value-URL

    0下载:
  2. 在线状态下取得URL的IP值并写入本地DNS系统从而加速网络访问速度的程序-Online status under the get URL IP value and written to a local DNS system to speed up network access program
  3. 所属分类:Other systems

    • 发布日期:2017-12-13
    • 文件大小:35158
    • 提供者:trasyzsau
  1. system__spied

    0下载:
  2. 在线状态下取得URL的IP值并写入本地DNS系统从而加速网络访问速度的程序-Online status under the get URL IP value and written to a local DNS system to speed up network access program
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-14
    • 文件大小:34816
    • 提供者:rtzler
  1. 1070425

    0下载:
  2. 在线状态下取得URL的IP值并写入本地DNS系统从而加速网络访问速度的程序(Online status under the get URL IP value and written to a local DNS system to speed up network access program)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-27
    • 文件大小:34816
    • 提供者:idtegoitr
  1. rvalue

    0下载:
  2. 在线状态下取得URL的IP值并写入本地DNS系统从而加速网络访问速度的程序(Online status under the get URL IP value and written to a local DNS system to speed up network access program)
  3. 所属分类:界面编程

    • 发布日期:2017-12-10
    • 文件大小:35162
    • 提供者:OUP%21036
  1. Demo

    0下载:
  2. 获得本地计算机的DNS服务器地址,欢迎下载参考使用(Get the DNS server address of the local computer)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:11264
    • 提供者:哦买咖
搜珍网 www.dssz.com