07 2018 档案

摘要:生成二维码的内容 using QRCoder; // 生成二维码的内容 string strCode = this.txtQr.Text.Trim(); if (string.IsNullOrWhiteSpace(strCode)) { MessageBox.Show("请输入值"); return 阅读全文
posted @ 2018-07-20 15:41 bxzjzg 阅读(636) 评论(0) 推荐(0) 编辑
摘要:上传下载文件 public static class ApiClientHelper { /// <summary> /// 返回一个设置了基本参数的HttpClient /// </summary> /// <returns></returns> public static HttpClient 阅读全文
posted @ 2018-07-16 17:01 bxzjzg 编辑

点击右上角即可分享
微信分享提示