上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 40 下一页
摘要: 参考:https://blog.csdn.net/leilei1366615/article/details/104447967 阅读全文
posted @ 2021-10-26 14:12 super超人 阅读(1142) 评论(0) 推荐(0)
摘要: springboot中数据库密码设置为加密的密码: password: ENC(Sp9+.......rBc=) 启动报错,数据库连接认证失败。 解决办法: pom.xml添加依赖 <dependency> <groupId>com.github.ulisesbocchio</groupId> <a 阅读全文
posted @ 2021-10-25 10:38 super超人 阅读(544) 评论(0) 推荐(0)
摘要: 使用ngrok可免费映射出http和https两种。(不过好像有限时,过几个小时就不能用了,得重新生成)。参考:https://www.cnblogs.com/super-chao/p/15098482.html 使用花生壳,可以免费映射http,但https需要收费。参考:https://www. 阅读全文
posted @ 2021-10-24 04:45 super超人 阅读(1013) 评论(0) 推荐(0)
摘要: 关于支付: 由于my.tradePay在沙箱环境中无法唤起支付。沙箱环境中IDE支付功能暂不可用。所以不能通过这种方式支付。 需要线上环境才能测试调试支付宝小程序的支付功能。线上环境需要添加并签约开通支付能力才可以。 支付宝小程序开发如果使用沙箱环境。会有很多前端api功能不可用。比如:my.get 阅读全文
posted @ 2021-10-24 04:25 super超人 阅读(1031) 评论(0) 推荐(0)
摘要: 沙箱环境无法通过小程序前端api的my.getAuthCode获取authCode。 只能通过拼写授权链接获取authCode。 https://openauth.alipaydev.com/oauth2/publicAppAuthorize.htm?app_id=xxxxxxxx&scope=au 阅读全文
posted @ 2021-10-24 04:10 super超人 阅读(2001) 评论(0) 推荐(1)
摘要: 沙箱环境: 支付宝小程序开发的沙箱环境无法通过前端api的my.getAuthCode。调用就会报错无法获取授权结果。 沙箱环境无法使用前端api的my.tradePay唤起支付。报错:{resultCode: "4000", error: -3, memo: "IDE支付功能暂不可用"} 咨询支付 阅读全文
posted @ 2021-10-24 02:38 super超人 阅读(617) 评论(0) 推荐(0)
摘要: 原因: 没有安装npm,并install组件。 解决办法: 安装npm,参考:https://www.cnblogs.com/jianguo221/p/11487532.html 安装完成后,打开命令窗口cd到支付宝小程序开发工具IDE项目的根目录。参考:https://blog.csdn.net/ 阅读全文
posted @ 2021-10-24 02:29 super超人 阅读(1873) 评论(0) 推荐(0)
摘要: 体验者扫码后进入小程序页面,点击按钮没有反应,没有请求后台。 解决办法: 支付宝小程序开发工具IDE中前端代码将请求后台路径映射为外网,并且必须是https,否则支付宝会拦截。 外网映射方式参考博客:https://www.cnblogs.com/super-chao/p/15098482.html 阅读全文
posted @ 2021-10-23 23:12 super超人 阅读(1227) 评论(0) 推荐(0)
摘要: 一般是没有关闭使用的文件的流导致。 参考:https://www.cnblogs.com/stono/p/6736767.html 阅读全文
posted @ 2021-10-20 19:46 super超人 阅读(674) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/libusi001/article/details/111057182 原型里面直接搜索axure-chrome-extension.crx。找到后将后缀改为rar后解压。 chrome浏览器扩展程序加载已解压扩展程序。加载已解压的rar文件夹。之后 阅读全文
posted @ 2021-10-18 21:43 super超人 阅读(931) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 40 下一页