摘要: /// /// 图片上传 Base64解码 /// /// Base64数据 /// 保存路径 /// 图片名字 /// 后缀名 /// 返回一个相对路径 public static string DecodeBase64ToImage(string d... 阅读全文
posted @ 2019-03-11 21:28 木头马尾、、、 阅读(4678) 评论(2) 推荐(1) 编辑
摘要: public void ReportDataService(string servicesName) { this.ServicesName = servicesName; DataExportPlan dataExportPlan = new DataExportPlan(); //查询数据 ... 阅读全文
posted @ 2019-03-11 21:28 木头马尾、、、 阅读(719) 评论(0) 推荐(0) 编辑
摘要: public static class CommonHelper { /// /// 是否是手机请求 /// /// /// public static bool IsAppRequst(HttpContextBase context) { t... 阅读全文
posted @ 2019-03-11 21:27 木头马尾、、、 阅读(220) 评论(0) 推荐(0) 编辑
摘要: /// /// 转换参数 /// /// /// public Dictionary JosnToDictionary(string paras) { Dictionary dictionaryPara = new Dictionary(); ... 阅读全文
posted @ 2019-03-11 21:27 木头马尾、、、 阅读(2600) 评论(0) 推荐(1) 编辑
摘要: 1:NPOI导出 2:直接导出 阅读全文
posted @ 2019-03-11 21:27 木头马尾、、、 阅读(1912) 评论(0) 推荐(0) 编辑