摘要: 1. https://redis.io/download =>linux2. https://github.com/MicrosoftArchive/redis/releases =>windows; Redis Desktop Manager3. https://redis.io/clients 阅读全文
posted @ 2020-09-09 21:31 杨科 阅读(108) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2018-09-02 18:27 杨科 阅读(216) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2018-09-02 14:18 杨科 阅读(129) 评论(0) 推荐(0)
摘要: 场景: 二维码签到,防止被转发,检验有效(如: 3 秒动态生成二维码含timestamp+'other', 扫描跳转到rest api 对比timestamp+'other'检查是否生成过QRCode) 方案I: 1. qrcode.js =>to do : 2. npm install angul 阅读全文
posted @ 2018-09-02 12:41 杨科 阅读(264) 评论(0) 推荐(0)