摘要: [HttpPost] public ActionResult ConfirmUpload() { string businessId = Request["businessId"]; string businessType = Request["businessType"]; string item 阅读全文
posted @ 2019-09-30 17:16 艺洁 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 引用AliyunOSS.dll 封装一个AliyunOSS帮助类 public static class AliyunOSS { static string accessKeyId = Config.AccessKeyId; static string accessKeySecret = Confi 阅读全文
posted @ 2019-09-30 17:14 艺洁 阅读(2783) 评论(0) 推荐(0) 编辑
摘要: 安装echarts依赖 let echarts = require("echarts/lib/echarts");// 引入柱状图组件require("echarts/lib/chart/bar");// 引入饼状图组件require("echarts/lib/chart/pie");require 阅读全文
posted @ 2019-09-30 17:06 艺洁 阅读(191) 评论(0) 推荐(0) 编辑
摘要: string; var user = RedisManager.Get<xxx>("user:" + token); RedisManager.Set("module:" + token, list); hash: List<xxx> model = RedisManager.HashGetAll< 阅读全文
posted @ 2019-09-30 16:58 艺洁 阅读(1159) 评论(0) 推荐(0) 编辑
摘要: #region SortedSet /// <summary> /// 新增 /// </summary> /// <param name="key"></param> /// <param name="value"></param> /// <param name="expireTime">超时时 阅读全文
posted @ 2019-09-30 16:53 艺洁 阅读(545) 评论(0) 推荐(0) 编辑
摘要: #region hash /// <summary> /// 写入hash /// </summary> /// <typeparam name="T"></typeparam> /// <param name="key"></param> /// <param name="list"></para 阅读全文
posted @ 2019-09-30 16:52 艺洁 阅读(243) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 根据key获取T对象 /// </summary> /// <typeparam name="T"></typeparam> /// <param name="key"></param> /// <returns></returns> public static 阅读全文
posted @ 2019-09-30 16:51 艺洁 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 一、函数 DATE_ADD(purchase_date,INTERVAL service_life MONTH)日期计算(加) DATE_SUB(DATE_ADD(purchase_date, INTERVAL service_life YEAR), INTERVAL month MONTH)日期计 阅读全文
posted @ 2019-09-30 16:47 艺洁 阅读(148) 评论(0) 推荐(0) 编辑