2004年7月25日

摘要: 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 阅读(369) 评论(0) 推荐(0) 编辑

2004年7月20日

摘要: 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 阅读(903) 评论(0) 推荐(0) 编辑