如何訪問同一區域網路內的其他電腦檔案此處為作者寫的一個類:using System.Collections.Specialized;///<summary>/// get hbldocument folder, intranet///</summary>/// 2006-11-08 Jason ///<param name="remoteHost">computer ip or name</param>///<param
Windows 2000不能啟動時突然有一天,你的Windows 2000無法正常啟動,或是黑屏,或不斷重啟,或顯示藍屏並出現一大堆錯誤提示,這時該怎麼辦呢? 有什麼改變嗎?=著作權 網路 下載 學院 著作權這個是第一個要問客戶或自己的問題,比如:是否安裝了新的驅動程式、系統補丁或新硬體,通常我會得到一些非常有用的資訊,因為以上操作經常是引起系統不能啟動的元兇。 透過現象看本質 Windows
安裝"系統必備"時,安裝程式總是提示:"安裝檢測到另一個程式,需要重新啟動電腦"(Setup has detected that another program requires the computer to reboot. You must reboot the computer before installing Visual Studio .NET Prerequisites. Once the system reboots, you need to restart setup.
一個數如果恰好等於它的因子之和,我們就稱這個數為“完數”。例如,6的因子為1,2,3,而6=1+2+3,因此6是“完數”。請編程式輸出1000之內的所有完數。代碼:<script language=javascript>var max = 1000;var sum=1;var i=2;var j;var s = "完數是:"for (; i<=max; i++){ for ( j=2; j<=parseInt(Math.sqrt(i)); j++) { if ( i %
一、利用NET命令 我們知道在Windows XP中提供了“net user”命令,該命令可以添加、修改使用者賬戶資訊,其文法格式為: net user [UserName [Password | *] [options]] [/domain] net user [UserName {Password | *} /add [options] [/domain] net user [UserName [/delete] [/domain]] 每個參數的具體含義在Windows
一、關係到系統安全的服務 在病毒橫行的今天,系統安全可能是最受關注的問題了,除了病毒、外來惡意程式以外,微軟預設開啟的系統服務也存在一些值得反思的問題。 1、Portable Media Serial Number Service 描述:Retrieves the serial number of any portable media player connected to this computer. If this service is stopped, protected
檢查/%windir%/System32/下面是否含有MSCOREE.DLL檔案如果有就所名已經安裝了FM HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/.NETFramework/policy下可以檢查到機器上安裝了那些版本的FM具體函數:Public Function DoesDotNETFrameworkExist(ByVal udeVersion As DotNETFrameworkVersions) As Boolean Dim o_blnRet As