摘要:
https://jingyan.baidu.com/article/8065f87f47b29523312498e4.html 环境变量是电脑操作系统中常用的一些变量,作用类似于将一些常用命令所在的文件夹位置预先告诉操作系统,当以后需要用到这些命令时,操作系统就自动来这些位置取。设置环境变量可以简化 阅读全文
摘要:
https://jingyan.baidu.com/article/8065f87f47b29523312498e4.html 2018.06.22 17:38 字数 104 阅读 1464评论 0喜欢 0 比如想要将/Applications/GPAC.app/Contents/MacOS添加到环 阅读全文
摘要:
RN中文网站 https://reactnative.cn/docs/getting-started/ 创建项目 1.最新版本项目react-native init MyApp 使用可行版本 react-native init MyApp --version 0.44.3 2.运行项目 cd Awe 阅读全文