10 2005 档案
摘要:1/**//// 2 /// 创建随机字符串 3 /// 4 /// 随机数的位数 5 /// 6 public static string CreateRandomCode_Len54(int codeCount) 7 { 8 string allChar = "1,A,2,S,...
阅读全文
摘要:1/**//// 2 /// 按比例缩放图片 3 /// 4 /// 图片的路径 5 /// 图片的高度 6 /// 图片的宽度 7 /// 8 public static string GetImageSize(string imgUrl,int imgHeight,int imgWidth...
阅读全文
摘要:
阅读全文