搜索内容

Joe.Ye 的文章
  • 微信境外服务商支付

    文档主页:https://pay.weixin.qq.com/wiki/doc/api/wxpay/en/pages/Overview.shtml 商户报备:https://pay.weixin.qq.com/wiki/doc/api/wxpay/en/pages/sub_……

    Joe.Ye 2023-03-25
    0 0
  • 微信支付HMAC-SHA256加解签采坑记录

    sign_type也要参与加签 appid=wx28d9f58adc1a2f8e&attach=pay-test&body=native-pay-test&fee_type=THB&mch_id=118875980&nonce_str=2020……

    Joe.Ye 2023-03-25
    0 0
  • 微信开发技术整理

    用户授权 参考:https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_webpage_authorization.html 微信公众号绑定微信支付 进入微信公众号……

    Joe.Ye 2023-03-25
    0 0
  • Java实现微信退款报错unexpected end of file from server

    问题分析 微信扫码支付,申请退款接口报错: unexpected end of file from server 问题在于申请退款是需要需要双向证书,详见申请退款文档说明: 境内支付:h……

    Joe.Ye 2023-03-25
    0 0
  • 微信支付沙箱测试采坑记录

    微信支付验收阶段可以用沙盒测试支付流程 文档:https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=23_1 基本步骤 正式请求地址修改,增加/sandbox……

    Joe.Ye 2023-03-25
    0 0
  • 微信支付:获取沙箱密钥失败,确认交易密钥是否正确

    微信支付沙箱文档:https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=23_1&index=2 问题描述 按照官网开发文档请求沙盒支付接口密钥 字段名 字……

    Joe.Ye 2023-03-25
    0 0
  • 文档类框架或站点

    VuePress:https://www.vuepress.cn/ docsify:https://docsify.js.org/#/ Readthedocs:https://docs.readthedocs.io/ 看云(第三方):https://www.kancloud……

    Joe.Ye 2023-03-25
    0 0
  • 搭建YApi可视化接口管理平台

    YApi可视化接口管理平台:https://github.com/YMFE/yapi Docker部署:https://github.com/jinfeijie/yapi YApi简介 YApi 是高效、易用、功能强大的 api 管理……

    Joe.Ye 2023-03-25
    0 0
  • 解决Vagrant中的CentOS主机无法ssh远程连接的问题

    问题描述 Vagrant完成虚拟机搭建,并配置好网络后,直接通过ssh vagrant@172.16.10.10 -p 22(这里使用自己配置的私有网络ip)登录虚拟机,报错 Permission de……

    Joe.Ye 2023-03-25
    0 0
  • Vagrant启动CentOS

    CentOS 7 官网: https://app.vagrantup.com/centos/boxes/7 box: https://vagrantcloud.com/centos/boxes/7/versions/1905.1/providers/virtualbox.box CentOS……

    Joe.Ye 2023-03-25
    0 0
  • CentOS下安装composer

    //https://getcomposer.org/download/ # wget https://getcomposer.org/composer.phar # wget https://getcomposer.org/download/1.10.13/composer.phar //务……

    Joe.Ye 2023-03-25
    0 0
  • 编译并启动elastic-job-lite最新版

    # git clone https://github.com/elasticjob/elastic-job-lite.git # mvn install # cd elastic-job-lite-console/target/ # tar -zxf elastic-job-lite-conso……

    Joe.Ye 2023-03-25
    0 0
  • React在安卓浏览器打开白屏问题

    基于React的前端项目,在PC端和iOS自带浏览器上都可以运行,但拿到安卓机器的浏览器上显示白屏,谷歌了一下,发现是babel的问题。 Babel默认只转换新的JavaSc……

    Joe.Ye 2023-03-25
    0 0
  • VuePress图片资源中文路径问题

    现象描述 图片资源以英文字符为路径 相对路径以./或者../开始的正确路径 同时符合以上两条,就没问题 图片资源路径如果不是英文 图片资源是相对(短)路径(……

    Joe.Ye 2023-03-25
    0 0
  • 为VuePress自动生成侧边栏分组的插件

    Github:https://github.com/shanyuhai123/vuepress-plugin-auto-sidebar 文档:https://shanyuhai123.github.io/vuepress-plugin-auto-sidebar/ 插件的可选项……

    Joe.Ye 2023-03-25
    0 0