Redux 安装指令是: > yarn add redux react-redux Redux 中的核心是: store 是应用的状态管理中心,保存着是应用的状态(state),当收到状态的更新时,会触发视觉组件进行更新。 container 是视觉组件的容器,负责把传入的状态变量渲染成视觉组件,在 ...
分类:
其他好文 时间:
2020-07-18 22:18:52
阅读次数:
56
Remove the minimum number of invalid parentheses in order to make the input string valid. Return all possible results. Note: The input string may cont ...
分类:
其他好文 时间:
2020-07-18 15:29:10
阅读次数:
71
只有csr没有crt,每次创建新的证书的时候都报错失效日期错误,只有请求证书信息没有生成证书信息
分类:
其他好文 时间:
2020-07-18 11:40:11
阅读次数:
104
XProtect installer may fail with the error "Category does not exist" or "Cannot load Counter Name data because an invalid index" When running the XPro ...
分类:
其他好文 时间:
2020-07-17 19:49:17
阅读次数:
124
json转换成的实体类加注解@JsonIgnoreProperties(ignoreUnknown = true),注意这是类级别的注解。 @JsonIgnore注解用来忽略某些字段,可以用在Field或者Getter方法上,用在Setter方法时,和Filed效果一样。这个注解只能用在POJO存在 ...
分类:
Web程序 时间:
2020-07-17 09:23:38
阅读次数:
102
1.设计模式背景 在某些场景下,我们需要拷贝对象,普通设计方式会直接new一个新的对象,然后setter各种属性。缺点是:这种方式太麻烦。 这时候就可以使用到原型模式,通过Object的clone方法克隆对象,或者通过流。 2.使用方法 Object对象的clone方法,能够浅拷贝对象的primit ...
分类:
其他好文 时间:
2020-07-16 00:23:54
阅读次数:
82
本文来自: PerfMa技术社区 PerfMa(笨马网络)官网 概述 metaspace,顾名思义,元数据空间,专门用来存元数据的,它是jdk8里特有的数据结构用来替代perm,这块空间很有自己的特点,前段时间公司这块的问题太多了,主要是因为升级了中间件所致,看到大家讨论来讨论去,看得出很多人对me ...
分类:
Web程序 时间:
2020-07-15 15:20:01
阅读次数:
70
python2与python3的编码问题 无论是python2还是python3都可以理解成是Unicode编码; 但是在电脑硬盘上存储是按照不同的映射关系的。 首先了解下: python的encode和decode 首先明白一件事情,之前说过Unicode将所有的字符都对应上了相应的码点,而UTF ...
分类:
编程语言 时间:
2020-07-13 21:23:24
阅读次数:
84
曲名:Little Poor Me 作者:Layto 1 [00:01.19]I tried hard, you know I care 2 [00:05.01]I care, I care 3 [00:09.22]Just a little poor me 4 [00:13.64]Just a l ...
分类:
其他好文 时间:
2020-07-13 09:52:15
阅读次数:
113
曲名:Waterfall 作者:milet 1 [00:09.566] ホログラムみたいなサウンド 2 [00:14.512] 見えなくなるのは me or you? 3 [00:19.531] 逆さまに落とされたface 4 [00:24.325] 濁った眼で睨みつける 5 [00:29.551] ...
分类:
其他好文 时间:
2020-07-13 09:35:08
阅读次数:
121