摘要: var jsonMPath = "modules\\json.lua".GetDLLRunDir(); if (!File.Exists(jsonMPath)) throw new Exception($"modules\\json.lua 不存在!"); Script script = new S 阅读全文
posted @ 2020-07-22 18:51 我的用户名 阅读(223) 评论(0) 推荐(0)
摘要: 检查: 1.StartUp.cs app.UseEndpoints(endpoints => { endpoints.MapControllerRoute( name: "default", pattern: "{controller=Home}/{action=Index}/{id?}"); // 阅读全文
posted @ 2020-05-19 15:32 我的用户名 阅读(6438) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2020-04-05 22:08 我的用户名 阅读(1165) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-25 13:18 我的用户名 阅读(374) 评论(0) 推荐(0)
摘要: 0.UTF-8字符集 1.把timestamp+"\n"+密钥当做签名字符串, 2.使用HmacSHA256算法计算签名 3.然后进行Base64 encode 4.最后再把签名参数再进行urlEncode,得到最终的签名。 参数 说明 timestamp 当前时间戳,单位是毫秒,与请求调用时间误差 阅读全文
posted @ 2020-01-13 13:52 我的用户名 阅读(3062) 评论(0) 推荐(1)
摘要: 经过不断尝试,发现日期格式的查询要按照导出的json中这样处理 导出的Json "STime": {"$date": "2019-10-16T07:18:21.4820000Z"} 注意后面的日期部分是UTC时间 2019-10-16T07:18:21.4820000Z 那么查询时就相应的 减8小时 阅读全文
posted @ 2019-10-17 10:05 我的用户名 阅读(537) 评论(0) 推荐(0)
摘要: highcharts JQ IE8 图表显示 阅读全文
posted @ 2017-03-07 09:18 我的用户名 阅读(911) 评论(0) 推荐(0)