DNS服務常用工具

2021-04-12 23:37:04 字數 1137 閱讀 1904

1 nslookup  

備註:在winxp中還有此互動命令

例 1:

c:>c:/windows/system32/nslookup

default server:  hangzhou.zjhzptt.net.cn

address:  202.101.172.35

> sina

server:  hangzhou.zjhzptt.net.cn

address:  202.101.172.35

dns request timed out.

timeout was 2 seconds.

*** request to hangzhou.zjhzptt.net.cn timed-out

> sina.com.cn

server:  hangzhou.zjhzptt.net.cn

address:  202.101.172.35

non-authoritative answer:

name:    sina.com.cn

address:  202.108.33.32

> exit

2 host

注:linux/unix系可能會有

3 用gethostbyname 和 gethostbyaddr 程式設計實現

phostent phost;

in_addr inaddr;

phost = gethostbyname("sina.com.cn");

inaddr.s_addr = ((struct in_addr far *)(phost->h_addr))->s_addr;

printf("%s 's ip is %s/n", phost->h_name, inet_ntoa(inaddr));

char ip[20] = "192.168.1.121/0";

u_long res = inet_addr(ip);

if(res == inaddr_none)

printf("error!/n");

phost = gethostbyaddr((char*)&res, sizeof(res), af_inet);

if(phost)else

printf("error!/n");

SEO常用工具

seo常用工具 搜尋引擎抓取內容模擬器 可以模擬蜘蛛抓取指定網頁,包括text link keywords及description資訊等。頁面相似度檢測工具 檢驗兩個頁面的相似度 如果相似度達80 以上,將可能受到懲罰 sitemap 製作工具 中文 http www.xinqj.com sitem...

SQL 常用工具

在測試我們的系統時,需要向資料庫一次性插入128條記錄,而我們的配置工具的匯入匯出居然不支援 想想,也情有可原,需求就是這樣。手工輸入128條又太麻煩了,因此,我想到了bcp,之前在給同事導資料時也用過這個命令,但是當時看完幫助文件 導完資料後沒有做相應的記錄,又從頭看了遍文件,因此,決定把他記錄下...

開發常用工具

原型圖工具 omnigraffle 畫圖工具 sketch axure 匯出切圖 prepo 2x,3x,匯出外掛程式 壓縮 imageoptim 瀏覽器外掛程式 谷歌chrome瀏覽器http請求模擬外掛程式 postman 火狐http請求模擬外掛程式 httprequest 火狐http抓包外...