11 2016 档案

摘要:/// /// 生成二维码 ! /// /// public static void GetQode(HttpContext context) { string url = context.Request["url"]; string Newurl = Http... 阅读全文
posted @ 2016-11-30 10:07 方金 阅读(1438) 评论(0) 推荐(0) 编辑
摘要:public class QRCodeHelper { #region 合并用户QR图片和用户头像 /// /// 合并用户QR图片和用户头像 /// /// QR图片 /// 用户头像 /// 缩放比例 /// publ... 阅读全文
posted @ 2016-11-30 10:04 方金 阅读(1175) 评论(0) 推荐(0) 编辑
摘要:/// /// /// 字符串转Unicode /// /// 源字符串 /// Unicode编码后的字符串 public static string String2Unicode(string source) { byte[]... 阅读全文
posted @ 2016-11-15 18:52 方金 阅读(888) 评论(0) 推荐(0) 编辑
摘要:/// /// Hashtable字典排序 /// /// /// /// public static string formatParameters(Hashtable parameters, Boolean encode) { StringBui... 阅读全文
posted @ 2016-11-07 14:44 方金 阅读(28736) 评论(0) 推荐(2) 编辑