安装了react-redux后,npm start报下面错误 Failed to compile. ./node_modules/_react-redux@7.2.0@react-redux/es/connect/mapDispatchToProps.js Module not found: Can ...
分类:
其他好文 时间:
2020-07-01 14:19:25
阅读次数:
78
Redis 基础配置: daemonize yes // 设置以daemon方式启动 logfile "/var/log/redis.log" // 设置日志文件路径 dir /data/redis // 设置RDB或AOF文件的存放目录 appendonly yes // 设置开启AOF持久化 R ...
分类:
其他好文 时间:
2020-07-01 12:27:36
阅读次数:
71
1.subprocess.CalledProcessError: Command ‘[‘where’, ‘cl’]’ returned non-zero exit status 1. 这个问题是因为电脑安装的VS2017,没有将编译器路径加入环境变量。解决方法参考链接为 https://blog.c ...
分类:
其他好文 时间:
2020-07-01 09:16:52
阅读次数:
58
A Ministry for Defense sent a general to inspect the Super Secret Military Squad under the command of the Colonel SuperDuper. Having learned the news, ...
分类:
其他好文 时间:
2020-06-30 22:37:23
阅读次数:
61
功能 库名 介绍 系统监控 nodemon Nodemon是一个实用程序,可以监视源代码中的任何更改并自动重新启动服务器。非常适合开发。 系统进程 execa execa是更好的子进程管理工具(A better child_process)。本质上就是衍生一个 shell,传入的 command 字 ...
分类:
Web程序 时间:
2020-06-30 14:53:10
阅读次数:
144
想利用 service mysql start 启动mysql数据库,但是发现出现错误: Failed to start mysql.service: Unit not found. 1、查询/etc/init.d/下是否存在mysql ll /etc/init.d/ | grep mysql 发现 ...
分类:
数据库 时间:
2020-06-30 11:00:02
阅读次数:
154
视图view 使用的时候报错: composer require topthink/think-view 命令创建的时候遇到错误:“Command "build" is not defined.” composer require topthink/think-multi-app ...
分类:
Web程序 时间:
2020-06-30 10:49:09
阅读次数:
130
Setup script exited with error: command 'gcc' failed with exit status 1 由于没有正确安装Python开发环境导致。 Debin/Ubuntu Python2sudo apt-get install python-dev Pyth ...
分类:
其他好文 时间:
2020-06-30 10:34:36
阅读次数:
284
第一步:使用文本编辑器来创建文本文件 第一行:必须包括shell 声明序列:#! 示例:#!/bin/bash 第二步:加执行权限 给予执行权限,在命令行上指定脚本的绝对或相对路径 第三步:运行脚本 直接运行解释器,将脚本作为解释器程序的参数运行 范例:第一个shell 脚本 hello world ...
分类:
系统相关 时间:
2020-06-30 01:00:00
阅读次数:
92