2008年7月31日 星期四

在win2000查佔用port的程式

PortQry 2.0



微軟說明網頁

http://support.microsoft.com/default.aspx?kbid=832919



指令

Portqry -local -v -l log.txt





載點

google://portqryv2.exe

window.showModalDialog catch

window.showModalDialog catch


ASP



Response.Expires = -1

Response.ExpiresAbsolute = Now() - 1

Response.cachecontrol = "no-cache"



PHP



header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");

header("Cache-Control: no-cache, must-revalidate");

header("Pragma: no-cache");



JSP



response.setHeader("Pragma","No-Cache");

response.setHeader("Cache-Control","No-Cache");

response.setDateHeader("Expires", 0);

2008年7月14日 星期一

PHP亂碼

資料庫中的「許蓋功」讀出時會變成 「許/蓋/功/」解決方法



addslashes(文字) 是加在輸入到文本之前的內容, 如

存入資料庫時:

$text = '許蓋功。';

$text = addslashes($text);



從資料庫取出時:

echo stripslashes($text);

2008年7月1日 星期二

IP分享器連 VPN

NAT選



PPTP 穿透 (passthrough)

IPSec 穿透 (passthrough)



私有port 47

公開port 1723