Demonstration script that retrieves service data from a computer and then displays that data in a formatted table in Microsoft Word. 複製代碼 代碼如下:Set objWord = CreateObject("Word.Application") objWord.Visible = True Set objDoc = objWord.Documents.Add()
錯誤源: jmail.Message 錯誤描述: The message was undeliverable. All servers failed to receive the message 導致問題的可能的原因: 1、使用者名稱和密碼 在代碼裡要寫上 msg..MailServerUserName="使用者名稱" msg.MailServerPassWord="密碼" 或是 msg.Send("使用者名稱:密碼@server.net")
Demonstration script that allows you to enter a file name in a File Save dialog box, and then saves a sample text file (consisting entirely of the current date) under that file name. Supported Platforms Windows Server 2003 No Windows XP Yes
Demonstration script that displays a File Open dialog box (open to the folder C:\Scripts), and then echoes back the name of the selected file. Supported Platforms Windows Server 2003 No Windows XP Yes Windows 2000 No Windows NT 4.0 No Windows 98
外聯結。外聯結可以是左向外聯結、右向外聯結或完整外部聯結。 在 FROM 子句中指定外聯結時,可以由下列幾組關鍵字中的一組指定: LEFT JOIN 或 LEFT OUTER JOIN。 左向外聯結的結果集包括 LEFT OUTER 子句中指定的左表的所有行,而不僅僅是聯結列所匹配的行。如果左表的某行在右表中沒有匹配行,則在相關聯的結果集行中右表的所有挑選清單列均為空白值。 RIGHT JOIN 或 RIGHT OUTER JOIN。