寫了一個程式可以快速移除所有的 Windows Live 程式
Uninstall All Windows Live Software (Source Code)
它會去 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
找 DisplayName 有包含 Windows Live 字串的, 然後用 MsiExec /passive /uninstall GUID 的方式移除, 適用所有的版本.
Programming: February 2009 Archives
在 PHP 下用 pcntl_fork 同時存取 MySQL Server, 必需用 mysqli
用一般的 mysql function 會出現 MySQL server has gone away 的錯誤訊息.
範例:
$mysqli=mysqli_init();
mysqli_real_connect($mysqli,$dbhost,$dbuser,$dbpassword,$dbname) or die ('Unable to connect');
$result=mysqli_query($mysqli,$sql);
Search
March 2009
About this Archive
This page is a archive of entries in the Programming category from February 2009.
Programming: December 2008 is the previous archive.
Programming: March 2009 is the next archive.
Find recent content on the main index or look in the archives to find all content.