摘要:
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 = ""; ... 阅读全文
摘要:
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... 阅读全文