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