上一页 1 2 3 4 5 6 7 ··· 15 下一页
摘要: zsh: command not found:XXX 代码移动工程师关注 0.2662018.08.31 14:17:03字数 39阅读 8,830 原因:zsh主题插件oh_my_zsh,环境变量问题 解决:open .zshrc --》找到# User configuration 下面添加sou 阅读全文
posted @ 2020-08-19 17:51 sundayswift 阅读(1734) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/1f3acf8f8927 https://www.jianshu.com/p/383b32537210 一、脚手架工具create-react-app安装 使用以下命令进行安装: npm install -g create-react-app 二、 阅读全文
posted @ 2020-08-19 17:35 sundayswift 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 常用git stash命令: (1)git stash save "save message" : 执行存储时,添加备注,方便查找,只有git stash 也要可以的,但查找时不方便识别。 (2)git stash list :查看stash了哪些存储 (3)git stash show :显示做了 阅读全文
posted @ 2020-08-03 16:54 sundayswift 阅读(1814) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u010312474/article/details/90261496 Git 分为哪几个区:https://blog.csdn.net/qq_36672905/article/details/82776283Git的区域分为 工作区、暂存区、本地仓库区 阅读全文
posted @ 2020-08-03 16:14 sundayswift 阅读(336) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/e575787d173c 使用fluro时,对参数进行URLEncode来解决找不到路由的问题 一、使用方法 1、route_handlers.dart中新建对应页面的Handler2、routes.dart中定义对应的路由 二、跳转页面 1. 跳 阅读全文
posted @ 2020-07-31 21:43 sundayswift 阅读(650) 评论(0) 推荐(0) 编辑
摘要: flutter_redux框架的使用 https://www.jianshu.com/p/68596599750d 阅读全文
posted @ 2020-07-31 17:37 sundayswift 阅读(179) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/sundaysme/article/details/107074559 阅读全文
posted @ 2020-07-01 23:39 sundayswift 阅读(1656) 评论(0) 推荐(0) 编辑
摘要: Last login: Wed Jul 1 22:58:39 on ttys000 administrator@adminisatorsMBP ~ % cd /Users/administrator/Desktop/ReactRativespace administrator@adminisator 阅读全文
posted @ 2020-07-01 23:07 sundayswift 阅读(145) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/b6e2ecdaf28b 可能最近要重新开始学习RN了,搭建环境的时候遇到老问题,记得自己以前写过一篇文章.果然解决了,不过当时不懂markdown,布局排版惨不忍睹.重新改一下吧.也希望这次可以真正得学以致用~ 解决问题: 1.配置reactNa 阅读全文
posted @ 2020-07-01 22:57 sundayswift 阅读(1349) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/1f3acf8f8927 一、脚手架工具create-react-app安装 使用以下命令进行安装: npm install -g create-react-app 二、create-react-app的使用 在需要创建项目的位置打开命令行 输入c 阅读全文
posted @ 2020-07-01 20:14 sundayswift 阅读(272) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 15 下一页