01 2020 档案

摘要:来自:https://zhuanlan.zhihu.com/p/83291118 1.给RN项目添加 TypeScriptyarn add --dev typescript 或者 npm install typescript --save 2.给项目添加 react-native-typescrip 阅读全文
posted @ 2020-01-28 15:46 liuw_flexi 阅读(1825) 评论(0) 推荐(0) 编辑
摘要:这个还没来得及查资料,不过群里都说是Apple的规定。每次更新版本都必须要这个。 https://www.v2ex.com/t/519159 阅读全文
posted @ 2020-01-19 16:10 liuw_flexi 阅读(861) 评论(0) 推荐(0) 编辑
摘要:1.rest and spread 操作符 2.generator函数 yield 3.析构表达式 4.箭头表达式 用来声明匿名函数,消除传统匿名函数的this指针问题var sum = (arg1,arg2) => arg1 + arg2; var sum = (arg1,arg2) => { r 阅读全文
posted @ 2020-01-19 16:03 liuw_flexi 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-01-19 16:00 liuw_flexi 阅读(93) 评论(0) 推荐(0) 编辑
摘要:1. 分页效果设置 pagingEnabled={true} <ScrollView ref={e => this.scroll = e} horizontal={true} directionalLockEnabled showsHorizontalScrollIndicator={false} 阅读全文
posted @ 2020-01-19 15:58 liuw_flexi 阅读(2365) 评论(0) 推荐(0) 编辑
摘要:打开这个网站 https://www.ipaddress.com 查 192.30.253.113 github.com 199.232.5.194 github.global.ssl.fastly.net sudo vim /etc/hosts 或者 git clone --depth=1 htt 阅读全文
posted @ 2020-01-17 11:25 liuw_flexi 阅读(168) 评论(0) 推荐(0) 编辑
摘要:http://www.voidcn.com/article/p-vijhprhu-buo.html 直接在View上绑定点击事件,是没有用的。要使任何元素处理React-Native UI中的触摸/单击事件,您需要将元素放在TouchableOpacity,TouchableWithoutFeedb 阅读全文
posted @ 2020-01-16 17:10 liuw_flexi 阅读(7594) 评论(0) 推荐(1) 编辑
摘要://通过此属性可以获取View的宽高和相对父级的位置 onLayout = {(event)=>console.log('event',event.nativeEvent.layout)} https://www.hangge.com/blog/cache/detail_1747.html 阅读全文
posted @ 2020-01-16 17:07 liuw_flexi 阅读(1703) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/isaisai/article/details/49801701?_t_t_t=0.5862080130443164 react native Text 上无法指定borderWidth 等一系列属性, 解决方法,在Text 外面添加一个View ,在Vi 阅读全文
posted @ 2020-01-16 17:06 liuw_flexi 阅读(164) 评论(0) 推荐(0) 编辑
摘要:import React, { Component, Fragment } from 'react' import { StyleSheet, Text, View, TouchableOpacity, Dimensions } from 'react-native' import moment f 阅读全文
posted @ 2020-01-16 17:02 liuw_flexi 阅读(629) 评论(0) 推荐(0) 编辑
摘要:饿了么App->美食模块这个分类 可以参考:https://segmentfault.com/a/1190000015551664?utm_source=tag-newest 关键步骤: 阅读全文
posted @ 2020-01-16 17:00 liuw_flexi 阅读(878) 评论(0) 推荐(0) 编辑
摘要:A->B->C 想要从C一步回到A 阅读全文
posted @ 2020-01-08 16:20 liuw_flexi 阅读(355) 评论(0) 推荐(0) 编辑
摘要:1. 手势 手势的代码有很多,可以参考支付宝或者其他人写的。 手势/指纹登陆是为了省去输入密码的麻烦。参考了中国银行信用卡App --"缤纷生活",截图如下 1. 在登陆成功的情况下才能进入 “设置-账号与安全” 设置手势/指纹,未登陆时 见图10 2. 登陆成功时会提示你是否设置辅助登陆密码,也就 阅读全文
posted @ 2020-01-07 16:57 liuw_flexi 阅读(1237) 评论(0) 推荐(0) 编辑
摘要:更新iOS 13之后,发现我们工程模态展示的视图默认是非全屏的。经过百度一番(百度就够了)。因为苹果在iOS13改了默认的样式。在iOS13前,该值默认为UIModalPresentationFullScreen。而在 iOS13 中默认值变为了UIModalPresentationAutomati 阅读全文
posted @ 2020-01-07 16:31 liuw_flexi 阅读(1887) 评论(0) 推荐(0) 编辑
摘要:https://baike.baidu.com/item/青囊奥语/607042?fr=aladdin 阅读全文
posted @ 2020-01-05 18:44 liuw_flexi 阅读(1841) 评论(0) 推荐(0) 编辑
摘要:1. 这里首先是原洛书的飞星盘, 顺飞路线是五->六->七-八->九->一->二->三->四 又回到五, 逆飞则反之。 这个顺序作为地盘,天盘的排盘路线参考。 排盘一般是当运入中,在原图中找阴阳。 2. 比如一运地盘,二运地盘,八运地盘 3. 天盘排盘,要掌握二十四山 山向,一家骨肉亲,阴阳属性 每 阅读全文
posted @ 2020-01-05 18:24 liuw_flexi 阅读(3996) 评论(0) 推荐(0) 编辑
摘要:详见百度百科,讲的很详细 https://baike.baidu.com/item/%E4%B8%89%E5%85%83%E4%B9%9D%E8%BF%90/6410207?fr=aladdin 个人想法: 阅读全文
posted @ 2020-01-05 17:51 liuw_flexi 阅读(253) 评论(0) 推荐(0) 编辑
摘要:上卷 上卷 经曰: 天尊地卑,阳奇阴耦,一六共宗,二七同道,三八为朋,四九为友,五十同途,阖辟奇耦,五兆生成,流行终始,八体洪布,子母分施。 天地定位,山泽通气,雷风相薄,水火不相射,中五立极,临制四方,背一面九,三七居旁,二八四六,纵横纪纲,阳以相阴,阴以含阳,阳生于阴,柔生于刚,阴德洪济,阳德顺 阅读全文
posted @ 2020-01-03 22:18 liuw_flexi 阅读(1021) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示