摘要: 代码如下: unit Main; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, InvokeRegistry, Rio, SOAPHTTPClient; type TForm1 = class(TForm) ... 阅读全文
posted @ 2009-03-24 23:34 wzca 阅读(682) 评论(0) 推荐(0)
摘要: private static string UserMd5(string str) { string cl = str; string pwd = ""; MD5 md5 = MD5.Create();//实例化一个md5对像 // 加密后是一个字节类型的数组,这里要注意编码UTF8/Unicode等的选择 ... 阅读全文
posted @ 2009-03-24 23:26 wzca 阅读(293) 评论(0) 推荐(0)