加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

react-native 学习笔记

发布时间:2020-12-15 06:50:05 所属栏目:百科 来源:网络整理
导读:react-native 修改端口 react - native start - port 9999 参考 http://blog.csdn.net/qq_16559905/article/details/56852208 调出重新加载页面 adb shell input keyevent 82 react-native arr 操作http://www.imooc.com/article/14400 npm install 不动http

react-native 修改端口 react-nativestart-port9999

参考 http://blog.csdn.net/qq_16559905/article/details/56852208

调出重新加载页面adb shell input keyevent 82

react-native arr 操作http://www.imooc.com/article/14400

npm install 不动http://blog.csdn.net/iamfreedom2011/article/details/53375245


git 提交代码的命令:

  1. gitstatus
  2. git pull
    gitadd--all
    gitcommit-m<comment>
    gitpush-uoriginmaster
  1. 反过来,如果希望用代码库中的文件完全覆盖本地工作版本. 方法如下:

    git reset --hard
    git pull

    其中git reset是针对版本,如果想针对文件回退本地修改,使用

    [plain] view plain copy
    1. gitcheckoutHEADfile/to/restore

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读