Hi everyone! My name is Yuwei, and I'm a senior major in computer science. I enjoy meditation and jogging, and I feel like my soul is in a state of pe ...
分类:
其他好文 时间:
2020-07-11 10:08:34
阅读次数:
97
v. 声称;声明;宣称 state 声称;宣称;声明; 政府;国家;周;状态; adj. 国家的; to seek permission from state regulators 寻求州监管部门的批准 statement n. 陈述;声明 declare 公布;宣布;表明:申报 to declar ...
分类:
其他好文 时间:
2020-07-11 09:15:24
阅读次数:
126
Docker 安装 ElasticSearch 拉取镜像 # 最新版本7,8.0 docker pull elasticsearch:7.8.0 启动集群 # 基本启动命令 # -e "discovery.type=single-node" \ 单节点集群 # -e ES_JAVA_OPTS="-X ...
分类:
其他好文 时间:
2020-07-11 00:25:21
阅读次数:
104
报错:Cannot read property 'map' of undefine <ul className={styles.resul}> { this.state.isfalsepic.map((item) => { return ( <li className={styles.resli} ...
分类:
其他好文 时间:
2020-07-10 16:49:16
阅读次数:
48
原文: https://wiki.mikrotik.com/wiki/Manual:IP/Fasttrack 需要两条命令来执行: /ip firewall filter add chain=forward action=fasttrack-connection connection-state=e ...
分类:
其他好文 时间:
2020-07-10 13:42:19
阅读次数:
173
安装 下载软件 → 安装 → Edit Custom VM option 填一行(-javaagent:) → 重启 → 输入激活码 IDEA-Module 在 Eclipse 中有 Workspace(工作空间) 和 Project(工程) 的概念,在 IDEA 中只有 Project(工程) 和 ...
分类:
其他好文 时间:
2020-07-10 13:16:37
阅读次数:
67
以放行redis默认端口6379为例 查看防火墙端口列表 firewall-cmd --list-ports 开启6379端口 firewall-cmd --zone=public --add-port=6379/tcp --permanent 关闭6379端口 firewall-cmd --zon ...
分类:
系统相关 时间:
2020-07-10 10:08:11
阅读次数:
104
在上一篇文章详细的介绍了Gateway的Predict,Predict决定了请求由哪一个路由处理,在路由处理之前,需要经过“pre”类型的过滤器处理,处理返回响应之后,可以由“post”类型的过滤器处理。 filter的作用和生命周期 由filter工作流程点,可以知道filter有着非常重要的作用 ...
分类:
编程语言 时间:
2020-07-10 09:56:00
阅读次数:
58
React Hooks 是 React 16.8 的新功能,可以在不编写 class 的情况下使用状态等功能,从而使得函数式从无状态的变化为有的。React 的类型包 @types/react 中也同步把 .SFC (Stateless Functional Component) 改为了 React ...
分类:
其他好文 时间:
2020-07-10 00:40:00
阅读次数:
79
Spring Data 对于数据访问层,无论是 SQL(关系型数据库)还是 NOSQL(非关系型数据库),Spring Boot 底层都是采用 Spring Data 的方式进行统一处理。 Spring Data 也是 Spring 中与 Spring Boot、Spring Cloud 等齐名的知 ...
分类:
数据库 时间:
2020-07-10 00:38:02
阅读次数:
185