Redis是一款开源的、高性能的键-值存储(key-value store)。它常被称作是一款数据结构服务器(data structure server)。Redis的键值可以包括字符串(strings)、哈希(hashes)、列表(lists)、集合(sets)和 有序集合(sorted sets ...
分类:
其他好文 时间:
2020-01-17 11:48:44
阅读次数:
59
1. Selet piece of state from Store: This is useful when you just want to get state from the store directly. Of course that global state should contain ...
分类:
其他好文 时间:
2020-01-16 19:02:28
阅读次数:
114
2020年第一篇随笔。 今天我读了Redux的实例代码,读完之后有一些感触。这段代码展示的是:一开始将所有的reducer都放在一起,然后给一个函数传入的是整个store的state。然后从中提取出来不同类型的reducer,比如处理setFilter的放到一类,处理todos的放到一类,写两个不同 ...
分类:
其他好文 时间:
2020-01-16 18:57:26
阅读次数:
76
git配置config记住密码设置记住密码(默认15分钟): git config --global credential.helper cache如果想自己设置时间,可以这样做: git config credential.helper 'cache --timeout=3600'这样就设置一个小 ...
分类:
数据库 时间:
2020-01-16 16:07:43
阅读次数:
143
原文:Docker 基于 php:7.2-apache 搭建微擎网站,及 GD 扩展开启方法 - 白又白的个人空间 - OSCHINA 下载微擎源码 http://s.we7.cc/store-static-install.html 下载稳定离线版本 解压至文件夹:/var/www/we7_test ...
分类:
Web程序 时间:
2020-01-16 14:26:53
阅读次数:
122
golang的环境变量有不少,平时安装完go之后,我们关注的一般只是GOPATH、GOROOT这些,还有与gomod有关的几个环境变量,对于其他变量了解不多,想要深入了解这门语言,有必要了解其他环境变量。我们先总的来了解下有哪些环境变量,以及它们代表的含义:$gohelpenvironmentThegocommandandthetoolsitinvokesconsultenvironmentvar
分类:
其他好文 时间:
2020-01-16 14:21:34
阅读次数:
75
前言 ViewModel的虽然可以以很简单的 ViewModelProviders.of(getActivity()).get(ViewModel.class); 但是这只是google提供的简单构建,你需要引入下面的库才能使用: implementation "androidx.lifecycle ...
分类:
移动开发 时间:
2020-01-15 22:47:07
阅读次数:
270
#1. 在 Win10 的 Microsoft Store 中安装了 ubuntu18.04,更换为国内源。 #2. 在 WSL 中安装 xfce4 桌面环境 $ sudo apt-get install xfce4 #3. 配置 .bashrc $ cd ~ $ nano .bashrc 在最后一 ...
分类:
系统相关 时间:
2020-01-15 09:30:59
阅读次数:
103
一、基本流程及关键说明: 1、构建iOS版本,上传至App Store Connect(公开测试需审核app) 2、测试者需安装 TestFlight APP 3、依据兑换码或公开连接,通过TestFlight app获取安装应用 4、新版本消息TestFlight通过推送或邮箱通知测试者 5、统计 ...
分类:
移动开发 时间:
2020-01-14 13:09:26
阅读次数:
571
Fri Mar 30 14:55:35 CST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, ...
分类:
数据库 时间:
2020-01-14 09:58:13
阅读次数:
94