bb5059619

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2008年8月19日

摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using SQLDMO; //------------... 阅读全文
posted @ 2008-08-19 21:29 binbo_yz 阅读(407) 评论(2) 推荐(0) 编辑

摘要: using System; using System.Collections.Generic; using System.Text; //先导入以下两个命名空间 using System.Security.Cryptography; /// /// 自己封装一个 MD5加密算法 的方法 /// /// /// 加密后的数据 public static string GetMD5(s... 阅读全文
posted @ 2008-08-19 20:48 binbo_yz 阅读(706) 评论(1) 推荐(0) 编辑