摘要: npm 报错 Class extends value undefined is not a constructor or null 安装nodejs后执行npm -v 报错: TypeError: Class extends value undefined is not a constructor or null at Object.<anonymous> (D:\Program Files\nodejs\node_module 阅读全文
posted @ 2022-09-14 17:57 三点一圆 阅读(3727) 评论(0) 推荐(0) 编辑
摘要: 2022/9/6 9:18 第一次启动节点时可能会连不上服务器: Warning: no key algorithms provided; JENKINS-42959 disabled SSHLauncher{host='xxx.xxx.xxx.xxx', port=22, credentialsI 阅读全文
posted @ 2022-09-14 17:48 三点一圆 阅读(594) 评论(0) 推荐(0) 编辑
摘要: 记录公众号对接API过程 查看文档,关于签名的代码: 代码抄好了,上传脚本,发请求看效果: 得到返回有异常,查看错误码含义:https://ai.qq.com/doc/returncode.shtml 显示参数非法: 检查请求数据,查看文档,关于请求参数部分的描述: 对比请求参数: sign为空,这个参数会在后面根据鉴权规则 阅读全文
posted @ 2022-09-14 17:39 三点一圆 阅读(510) 评论(0) 推荐(0) 编辑