会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
暖暖的薄荷味
博客园
首页
新随笔
联系
管理
订阅
2018年7月4日
git的学习总结
摘要: 1、项目提交远程 2、git stash 缓存 3、git clone 4、git remote 5、git fetch 6、git pull 7、git push 8、git tag(标注版本打tag) 9、回退版本撤销 10、查询有关 Git 命令详解 现在我们有了本地和远程的版本库,让我们来试
阅读全文
posted @ 2018-07-04 15:44 暖暖的薄荷味
阅读(134)
评论(0)
推荐(0)
2018年4月19日
react native中的一些报错及解决
摘要: 1、react native中的Invariant Violation: React.Children.only expected to receive a single React element child报错 这个是因为使用了 TouchableWithoutFeedback,这个组件必须至少
阅读全文
posted @ 2018-04-19 10:44 暖暖的薄荷味
阅读(301)
评论(0)
推荐(0)
2018年3月27日
自定义Iconfont导入react-native项目
摘要: 这篇文章主要想表达的是在react native中导入iconfont字体库。 工具类: 1、react-native-vector-icons 2、fontello 3、iconfont - 阿里巴巴矢量图图标 在react-native中导入的方式和传统中的导入有很大的不一样,下面是详细的过程。
阅读全文
posted @ 2018-03-27 23:05 暖暖的薄荷味
阅读(357)
评论(0)
推荐(1)
公告