2013年12月26日
摘要: using System;using System.Configuration;using System.IO;using System.Drawing;using System.Web.UI.WebControls;namespace Components{ public class UploadPic { public static string Upload(FileUpload Object, string PicSize, string DelFileName) { string strFileName = ""; ... 阅读全文
posted @ 2013-12-26 11:36 larryle 阅读(210) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Security.Cryptography;using System.Text;using System.Text.RegularExpressions;using System.Threading;using System.Web;namespace Components{ public class StrHelp { /// /// MD5 32位加密 /// /// /// public static string Md532(str... 阅读全文
posted @ 2013-12-26 11:34 larryle 阅读(290) 评论(0) 推荐(0) 编辑