浅尝初试 React 技术栈

Aug 1, 2017
react

如何通过 Google Voice 注册美国电话号码

Jul 15, 2017

我们最终的目标是成功注册一个 Google Voice 账号并申请到一个美国电话号码。

为什么你需要一个美国电话号码的解释,请查阅:

google

支付宝当面付 php sdk 使用教程

May 30, 2017

封装提供的是最小参数项,去除了许多可选参数。

封装需要同官方提供的SDK一同使用。

SDK&DEMO下载

下面是代码:

alipay
php

Update nodejs & npm on Ubuntu

May 24, 2017

Just use nvm and do not try other methods.

nodejs
ubuntu

Redux 中的 reducer 到底是什么?

Mar 19, 2017

Redux有3大核心概念:

  • Action
  • Reducer
  • Store

其中ActionStore都非常好理解,我们可以直接按照其字面意思,将他们理解为动作储存

react
redux