11 2016 档案
摘要:/// /// 生成二维码 ! /// /// public static void GetQode(HttpContext context) { string url = context.Request["url"]; string Newurl = Http...
阅读全文
摘要:public class QRCodeHelper { #region 合并用户QR图片和用户头像 /// /// 合并用户QR图片和用户头像 /// /// QR图片 /// 用户头像 /// 缩放比例 /// publ...
阅读全文
摘要:/// /// /// 字符串转Unicode /// /// 源字符串 /// Unicode编码后的字符串 public static string String2Unicode(string source) { byte[]...
阅读全文
摘要:/// /// Hashtable字典排序 /// /// /// /// public static string formatParameters(Hashtable parameters, Boolean encode) { StringBui...
阅读全文