yulei's blog

有梦想更有要有行动,每天前进一小步,那么每年可以迈出一大步 QQ:65072096 MSN:coolsoft2001@sina.com

导航

2008年5月16日 #

C#加密解密

摘要: C# 加密解密 (转) C# 加密解密 2007-03-12 11:35 using System.Security.Cryptography; using System.IO; using System.Text; ... 阅读全文

posted @ 2008-05-16 15:11 yulei 阅读(459) 评论(0) 推荐(0)

验证码示例

摘要: 验证码示例: protected void Page_Load(object sender, EventArgs e) { BugNote.Common.CheckCode code = new BugNote.Common.CheckCode(); code.CreateCheckCodeImage(this, BugNote.Common.CheckCode.GenerateCheckCod... 阅读全文

posted @ 2008-05-16 14:22 yulei 阅读(321) 评论(0) 推荐(0)