摘要: 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 我的用户名 阅读(1068) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-03-25 13:18 我的用户名 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 0.UTF-8字符集 1.把timestamp+"\n"+密钥当做签名字符串, 2.使用HmacSHA256算法计算签名 3.然后进行Base64 encode 4.最后再把签名参数再进行urlEncode,得到最终的签名。 参数 说明 timestamp 当前时间戳,单位是毫秒,与请求调用时间误差 阅读全文
posted @ 2020-01-13 13:52 我的用户名 阅读(2708) 评论(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 我的用户名 阅读(473) 评论(0) 推荐(0) 编辑
摘要: highcharts JQ IE8 图表显示 阅读全文
posted @ 2017-03-07 09:18 我的用户名 阅读(890) 评论(0) 推荐(0) 编辑