1、如何根據域名查詢ip地址
1.域名查詢IP方法,點擊開始選擇「運行」輸入cmd點擊確定,打開cmd窗口
2.輸入ping baidu.com(輸入所要查詢的域名),查詢域名ip地址
3.輸入nslookup 域名,同樣可以查詢域名ip地址。
4.查本機區域網IP方法,輸入ipconfig,查詢本機ip
2、域名是什麼,怎麼查看?
先看那個網站上方地址欄里的網址。
舉例:「百度知道首頁」網站的網址是:http://z.baidu.com/,那麼:「百度知道首頁」網站的域名就是z.baidu.com。
也就是說,一個網站的域名就看它的地址http://……/之間,在這里……代表域名。
網站域名 英文名:website domain
域名是Internet網路上的一個伺服器或一個網路系統的名字, 在全世界沒有重復的域名.域名的形式是以若干個英文字母和數字組成,由」.」分隔成幾部分, 如baidu.com就是一個域名。從技術上講,域名只是一個Internet中用於解決IP地址對應問題的一種方法。可以說只是一個技術名詞。但是,由於Internet已經成為了全世界人的Internet,域名也自然地成為了一個社會科學名詞。
參考資料: http://ke.baidu.com/view/1713058.html?wtp=tt
3、如何通過IP查詢域名?
用ping功能就可以查到,例如要查
www.123.com
你就在運行那裡輸入
cmd
確定,在dos窗口輸入
ping
www.123.com
就可以看到動態域名的ip地址了
4、急求域名查詢程序,
index.asp
<html>
<title>ASP域名查詢</title>
<style>
body td {
font-size:12px;
}
</style>
<body>
<table width="400" height="126" border="0" align="center" cellpadding="0" cellspacing="0">
<form name="form1" method="post" action="search.asp">
<tr>
<td colspan="2" align="center"><strong>域名查詢系統</strong></td>
</tr>
<tr>
<td width="269" align="right" valign="middle">www.
<input name="dns" type="text" id="dns">
</td>
<td width="125"><input type="submit" name="Submit" value="查詢"></td>
</tr>
<tr>
<td height="55" colspan="2" align="center">
<table width="80%" border="0">
<tr>
<td align="left"><input name="ext" type="checkbox" id="checkbox" value="com" checked>
.com </td>
<td align="left"><input name="ext" type="checkbox" id="ext" value="cn">
.cn </td>
<td align="left"><input name="ext" type="checkbox" id="ext" value="net">
.net</td>
<td align="left"><input name="ext" type="checkbox" id="ext" value="org">
.org </td>
</tr>
<tr>
<td align="left"><input name="ext" type="checkbox" id="ext" value="com.cn">
.com.cn</td>
<td align="left"><input type="checkbox" name="ext" value="net.cn">
.net.cn </td>
<td align="left"><input name="ext" type="checkbox" id="ext" value="org.cn">
.org.cn </td>
<td align="left"><input name="ext" type="checkbox" id="ext" value="gov.cn">
.gov.cn </td>
</tr>
</table></td>
</tr>
</form>
</table>
</body>
</html>
search.asp
<style>
body {font-size:12px;}
</style>
<%
On Error Resume Next
Server.ScriptTimeOut=9999999
Function getHTTPPage(Path)
t = GetBody(Path)
getHTTPPage=BytesToBstr(t,"GB2312")
End function
Function GetBody(url)
on error resume next
Set Retrieval = CreateObject("Microsoft.XMLHTTP")
With Retrieval
.Open "Get", url, False, "", ""
.Send
GetBody = .ResponseBody
End With
Set Retrieval = Nothing
End Function
Function BytesToBstr(body,Cset)
dim objstream
set objstream = Server.CreateObject("adodb.stream")
objstream.Type = 1
objstream.Mode =3
objstream.Open
objstream.Write body
objstream.Position = 0
objstream.Type = 2
objstream.Charset = Cset
BytesToBstr = objstream.ReadText
objstream.Close
set objstream = nothing
End Function
%>
<%
'''''''''''''''''''''''''''''''''''''
' 功 能:查詢域名是否被注冊
' 作 者:wangsdong
' 網 站: http://www.aspprogram.cn
' 文章為作者原創,轉載請註明文章出處
' 保留作者信息,謝謝支持!
'''''''''''''''''''''''''''''''''''''
dns=request("dns")
ext=request("ext")
e=Split(ext,",")
For i=0 To UBound(e)
edns=dns & "." & trim(e(i))
url="http://www.checkdomain.com/cgi-bin/checkdomain.pl?domain="&edns
wstr=getHTTPPage(url)
if instr(lcase(wstr),"registered")>0 then
response.write edns &":已被注冊"
else
response.write edns &":可以注冊"
end if
next
%>
試試看滿意不.本機測試過可以用.
5、域名查詢哪裡查
你是指如何查詢域名的注冊信息嗎?如果是的話,你可以網路下易名中國域名門戶,進去之後點選「查whois",輸入你要查詢的域名,點擊「查詢」即可。
6、域名查詢
如果您已高價在其他服務商處申請了域名、空間或郵箱,可隨時轉入到我中心,請隨時咨詢在線客服,即可享受優惠價。我們已為15000多家用戶提供了6年多優秀服務,更安全,更穩定。聯系方式請點擊我的用戶名——用戶資料。
可先試用15天,210元建網站。包括:國際頂級域名(60元)、速成網站普及型(500M,150元)、正規備案服務等。會打字就會建網站,操作簡單。具有基本網站功能:商品展示&發布管理、酷炫圖文工具、文章管理、留言本、流量統計、網站SEO等
國際頂級英文域名:60元(續費65元)
手機域名:90元(續費120元)
國際中文域名:100元(續費100元)
7、如何根據域名查詢主機IP
我說, 在http://www.ip138.com/
在這個網站的確能查到~~
但事實上 如上面所說的
運行/ ping +域名
比如 ping www.sina.com
它就會出現 202.205.3.142
可能時間很短,但這時 你可以按 pause/break鍵(鍵盤右上角)
然後 慢慢看吧~~
小問題 用得著 200分嗎?
還有 ,這樣可能無法得到地址
可能還是得去趟 http://www.ip138.com/
哎,沒辦法啊~~
8、如何從域名查詢到公司的地址
在百度輸入「網站備案查詢」,進入頁面輸入你的域名就OK了