window|函數 介紹 內建於PHP4裡的COM函數對於我們在win32環境下開發程式是相當有吸引力的,但是至今仍沒有多少相關的技術文檔。本文將以三個例子分別處理 MS office 2000 Word 、 Excel 、 Adobe Distiller 來說明如何在PHP中使用COM函數。 COM技術是由Microsoft在幾年前提出並開發的,本文中提到的相關名詞有OLE, OLE Automation, ActiveX, COM
window|word Using the PHP4 COM functions with MS ExcelAs for the Word example above, study the code with the help from the Visual Basic Editor ObjectBrowser for Excel. <?php#Set the workbook to use and its sheet. In this
標籤:82579v 網路卡驅動程式 windows 2003 為了在一台筆記本上測試軟體,需要安裝WINDOWS 2003,但是怎麼也找不到驅動程式(網卡就是INTEL 82579V,原因是INTEL不支援),按照網上說的可以安裝同系列的82579LM驅動,但是也不行,折騰了老半天,終於自己動手重新改了82579LM的驅動程式,然後就可以用到82579V上面了。需要的朋友自行下載吧,網上我好像沒有看到“懶人版”,都要自己動手改的。同樣,如果是FOR WINDOWS
Insert Code for Windows Live Writer- Insert Code for Windows Live Writer will format a snippet of text ina number of programming languages such as C#, HTML, MSH, JavaScript,Visual Basic and TSQL.Paste from Visual Studio - Easily transfer syntax
Windows 2000 IIS 安裝、配置.WEB篇 Windows 2000 Server、Windows 2000 Advanced Server 以及 Windows 2000 Professional 的預設安裝都帶有 IIS ,也可以在 Windows 2000 安裝完畢後加裝 IIS。 IIS 是微軟出品的架設 WEB、FTP、SMTP 伺服器的一套整合軟體,捆綁在 Windows2000/NT 中,可以在控制台的添加/刪除程式中選擇添加刪除 Windows 組件中選擇添加
DWORD dwServiceEntries = 20;//we assume the number of services is less than 20DWORD nLen = dwServiceEntries * sizeof(ServiceEnumInfo) + dwServiceEntries * sizeof(TCHAR) * 50;//here we assume the max length of the dll name is 50LPBYTE buffer = new