摘要:
1. npm install -g yarn react-native-cli=>Yarn是 Facebook 提供的替代 npm 的工具,可以加速 node 模块的下载or yarn global add create-react-native-app2. or npm install -g re
阅读全文
摘要:
1. install jdk-8 -x64=> x64 default support run more Xmx(memory) than x86, and more faster generated file http://www.oracle.com/technetwork/java/javas
阅读全文
摘要:
场景: 二维码签到,防止被转发,检验有效(如: 3 秒动态生成二维码含timestamp+'other', 扫描跳转到rest api 对比timestamp+'other'检查是否生成过QRCode) 方案I: 1. qrcode.js =>to do : 2. npm install angul
阅读全文