Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 IP 地址,我想知道与该地址对应的服务器名称是什么。我怎样才能做到这一点?
例如:10.xxx 到 www。某物
采用nslookup [IP] [some DNS server]
nslookup [IP] [some DNS server]
对于内部网络(如 10.xxx),如下所示:
> nslookup 10.1.1.10 10.1.1.1 Server: 10.1.1.1 Address: 10.1.1.1#53 10.1.1.10.in-addr.arpa name = my-ip-10.1.1.10.domain.com
我在我的网站上使用了一些 Telerik 控件。(框架2)现在我需要将元行更改为:
<meta http-equiv="X-UA-Compatible" content="IE=9">
代替:
<meta http-equiv="X-