摘要:
WITH t1 ( [hour], title ) AS ( SELECT 0 , ' 0:00:00--- 1:00:00' UNION ALL SELECT 1 , ' 1:00:00--- 2:00:0... 阅读全文
阅读排行榜
c# 验证码图片生成类
2016-09-14 09:53 by newbirth, 2077 阅读, 收藏,
摘要:
using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Imaging; using System.IO; using System.Linq; using System.Text; using System... 阅读全文
RSA签名验证无法通过,检查以下部分
2019-04-17 11:04 by newbirth, 2032 阅读, 收藏,
摘要:
RSA签名验证无法通过,检查以下部分:1.是否和上游交换公钥,提交给上游的公钥是否配置正确并生效2.检查加密方式是SHA1还是MD5,是否跟上游一致3.上游采用的是否是base64SafeUrl的方式,是否特殊字符需要替换4.秘钥长度是1024还是2048,需要跟上游一致5.秘钥填充方式是PKCS1 阅读全文
JavaScript console控制台调试 post
2018-07-03 09:56 by newbirth, 1747 阅读, 收藏,
摘要:
fetch("api_v1/XinSheng_QQPay_QRCode", { body: "charset=1&msgExt=%u4ea4%u6613%u6210%u529f&hnapayOrderId=2018051199945209&tranFinishTime=20180511120141& 阅读全文
c# 获取随机数字/字符/时间
2016-09-14 09:48 by newbirth, 1568 阅读, 收藏,
摘要:
using System; using System.Text; namespace HuaTong.General.Utility { /// /// 随机字符/数字 /// public static class Randoms { static Random rd = new Random(); static D... 阅读全文
浙公网安备 33010602011771号