02 2021 档案

摘要:废话不多说,我们先从请求的生命周期来分析,逐步实现整个过程. 一。生命周期 1. Checkout - 收银台支付 拆解流程如图所示 (过程类似支付宝的收银台): 流程详解: 本地应用组装好参数并请求 Checkout 接口,接口同步返回一个支付 URL;本... 阅读全文
posted @ 2021-02-26 14:53 码农编程进阶笔记 阅读(1544) 评论(0) 推荐(0)
摘要:A trusted device is not just a machine or gadget you use. It consists of multiple parameters that help to identify you as a legit ... 阅读全文
posted @ 2021-02-25 14:59 码农编程进阶笔记 阅读(120) 评论(0) 推荐(0)
摘要:Do you have an init(); in your SiteController? If so you need to call parent::init(); 错误已经定位,这个是yii2更新导致的问题:https://github.co... 阅读全文
posted @ 2021-02-24 20:48 码农编程进阶笔记 阅读(180) 评论(0) 推荐(0)
摘要:一、打包项目 1.在项目中的package.json上右键,点击Show npm Scripts 2.打包(或者直接在项目根目录运行 npm run build 命令) 3.成功后会在项目根目录生成dist文件夹 二、压缩并上传项目到服务器(我这里... 阅读全文
posted @ 2021-02-23 14:46 码农编程进阶笔记 阅读(612) 评论(0) 推荐(0)
摘要:git config --global credential.helper store 然后你使用上述的命令配置好之后,再操作一次git pull,然后它会提示你输入账号密码,这一次之后就不需要再次输入密码了。 如果我们git clone的下载代码的时候是连... 阅读全文
posted @ 2021-02-20 17:41 码农编程进阶笔记 阅读(67) 评论(0) 推荐(0)
摘要:头部添加一行代码,即可 阅读全文
posted @ 2021-02-07 20:27 码农编程进阶笔记 阅读(292) 评论(0) 推荐(0)
摘要:Qiniu.php 文件中,两个重要方法 /** * Qiniu constructor. * @param $accessKey * @param $secretKey * @param $domain * @par... 阅读全文
posted @ 2021-02-02 10:45 码农编程进阶笔记 阅读(129) 评论(0) 推荐(0)

返回顶部 有事您Q我