Page 1 of 1
DNS 的問題
Posted: Sat Jan 31, 2004 12:13 pm
by gue5t
$nslookup 2356238524
Server: hntp1.hinet.net
Address: 168.95.192.1
Name: Hua.cis.nctu.edu.tw
Address: 140.113.88.188
-------------------

Posted: Sat Jan 31, 2004 5:02 pm
by benny
請問這是什麼意思呢? 傻眼中
如果你要問那一串號碼..這就是所謂中的 long ip
Posted: Sat Jan 31, 2004 6:16 pm
by danieltwpda
運算式如下
Python 2.2.3 (#1, Jan 19 2004, 13:45:29)
[GCC 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r3, propolice)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> (((140*256)+113)*256+88)*256+188
2356238524L
Posted: Sat Jan 31, 2004 8:45 pm
by gue5t

原來如此~
感謝回答.....

Posted: Sun Feb 01, 2004 8:45 am
by tomkong
danieltwpda wrote:運算式如下
Python 2.2.3 (#1, Jan 19 2004, 13:45:29)
[GCC 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r3, propolice)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> (((140*256)+113)*256+88)*256+188
2356238524L
Yeah.~~ Thanks