07 2004 档案

摘要:Private Sub Button1_Click()Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click RichTextBox2.Text = "TEMPSTRING" & RichTextBox1.Text End S... 阅读全文

posted @ 2004-07-25 16:30 Jason's WMI SQL Related Blog 阅读(378) 评论(0) 推荐(0)

摘要:Imports System.TextImports System.Security.CryptographyPublic Class TripleDESClass TripleDES#Region "Key&IV" Private key() As Byte = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18,... 阅读全文

posted @ 2004-07-20 07:00 Jason's WMI SQL Related Blog 阅读(910) 评论(0) 推荐(0)

摘要:'调用外部命令执行脚本 Dim Myprocess as New Process MyProcess.StartInfo.UseShellExecute = False MyProcess.StartInfo.RedirectStandardOutput = True MyProcess.StartInfo.Creat... 阅读全文

posted @ 2004-07-19 03:38 Jason's WMI SQL Related Blog 阅读(774) 评论(0) 推荐(0)

摘要:WMI Scripting Primer: Part 3 WMI脚本入门 3 Greg Stemp, Dean Tsaltas, and Bob Wells Microsoft Corporation Ethan Wilansky Network Design Group January 23, 2003 Summary: Defines the WMI scripting library a... 阅读全文

posted @ 2004-07-09 11:31 Jason's WMI SQL Related Blog 阅读(2143) 评论(0) 推荐(0)

摘要:WMI Scripting Primer: Part 2 Greg Stemp, Dean Tsaltas, and Bob Wells Microsoft Corporation Ethan Wilansky Network Design Group August 13, 2002 Summary: The Scripting Guys continue their discussion of ... 阅读全文

posted @ 2004-07-09 11:31 Jason's WMI SQL Related Blog 阅读(1568) 评论(0) 推荐(0)

摘要:WMI Scripting Primer: Part 1 中文版Greg Stemp, Dean Tsaltas, and Bob Wells Microsoft Corporation Ethan Wilansky Network Design Group June 13, 2002 Summary: The Scripting Guys' first Scripting Clinic colu... 阅读全文

posted @ 2004-07-09 11:30 Jason's WMI SQL Related Blog 阅读(1614) 评论(0) 推荐(0)