进入到/etc/fdfs目录下 修改storage的配置文件 vi storage.conf # 修改组名 group_name= group1 #自定义组名 # 修改storage的工作空间 base_path=/usr/local/fastdfs/storage # 修改storage的存储空间 ...
分类:
其他好文 时间:
2021-03-30 13:23:37
阅读次数:
0
目录 引子 正文 公民:actions、action 创建者、reducers 和 store Actions and action 创建者 Store Reducers 状态设计 状态形态 Reducers 合并 归一化 常见模式 选择器 鸭子/模块 状态机 常见陷阱 不要为不同的目的复用相同的异 ...
分类:
其他好文 时间:
2021-03-29 12:15:26
阅读次数:
0
一、环境准备: 1. python 版本,Microsoft Store 直接安装的: D:\Documents\python lab\python\python_switch>python Python 3.8.0 (tags/v3.8.0:fa919fd, Oct 14 2019, 19:37: ...
分类:
其他好文 时间:
2021-03-18 14:15:20
阅读次数:
0
一 结果图示 二 代码 头文件 #ifndef CPROGRESS_H #define CPROGRESS_H #include <QWidget> #include <QPainter> #include <QDebug> #include <qmath.h> class CProgress : ...
分类:
其他好文 时间:
2021-03-17 15:07:57
阅读次数:
0
df -T 只可以查看已经挂载的分区和文件系统类型。 Filesystem Type 1K-blocks Used Available Use% Mounted on/dev/sda1 ext4 20642428 3698868 15894984 19% /tmpfs tmpfs 32947160 ...
分类:
系统相关 时间:
2021-03-17 14:14:35
阅读次数:
0
Vue下的watch监听 2018-10-15 本文记录一下项目中的watch的用法 watch监听全局的projectCode 12345678910111213141516171819202122232425262728 mounted() { this.$nextTick(() => { // ...
分类:
其他好文 时间:
2021-03-16 13:59:27
阅读次数:
0
Docker版本 docker-ce.x86_64 # 社区版 docker-ee # 企业版 docker镜像站:https://hub.docker.com/ Kubernetes:https://kubernetes.io/zh/ 阿里云镜像站:https://developer.aliyun ...
分类:
Web程序 时间:
2021-03-11 12:07:03
阅读次数:
0
1.选中启用适用于Linux的windows子系统,重启计算机 2.去Microsoft Store搜索Linux 3.安装成功后,启动Ubuntu 第一次需要添加用户 及密码 4.添加root密码 在终端输入命令 sudo passwd ,输入成功后 该密码就为root密码 设置成功后 就可以输入 ...
发布于个人的CSDN上:MySQL的内连接、外连接、(间接)全连接 内连接 将两个表中存在连结关系的字段符合连接条件的记录形成记录集 Select A.name,B.name from A inner join B on A.id=B.id 和下面的 Select A.name,B.name fro ...
分类:
数据库 时间:
2021-03-01 13:00:35
阅读次数:
0
1、State this.$store.state.count 不要直接改变 state, 通过提交 mutation 的方式,而非直接改变 store.state.count 2、mutatioins this.$store.commit('方法名','载荷(参数) { Object } 对象的形 ...
分类:
其他好文 时间:
2021-02-25 12:21:46
阅读次数:
0