每月彙整:十一月 2005
Google 常用服務及網址
搜尋引摯 搜尋引摯首頁 進階搜尋 網址登錄 圖片搜尋 最先進的網路圖片搜尋工具 網上論壇 建立郵寄清單和討論群組 新聞 建立您自己自訂的 Google 新聞 Blog 搜尋 Find blogs on your favorite topics (Beta) 個人化搜尋 取得與您最相關的搜尋結果 Google 快訊 透過電子郵件接收新聞和搜尋結果 Google Answers 提出問題,設定價格,取得答案 Co-op 自定你要的搜尋引摯 網站管理 網站管理員工具 Analytics 網站流量統計 網站應用服務 GMail for your doamin … 繼續閱讀
幾種網頁轉址的語法
HTML <head> <meta http-equiv=refresh content="0;url=http://host.domain.tld/path/to/"> </head> JavaScript <script language="JavaScript"> <!– window.location.href = "http://host.domain.tld/path/to/"; //–> </script> PHP <?php header("Location: http://host.domain.tld/path/to/"); ?> (轉址前不可有任何資料輸出) Perl #!/usr/bin/perl -w print "Location: http://host.domain.tld/path/to/ \n\n"; (轉址前不可有任何資料輸出) Perl – 使用 CGI 模組 #!/usr/bin/perl -w use CGI qw/:standard/; my … 繼續閱讀