安装了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
例如: A服务器地址:172.16.1.203 B服务器地址:172.16.1.204 当jenkins 在A 服务器并且用户aa, 控制B 服务器的用户bb的操作 (1)B服务器 用ssh-keyscan命令将公钥添加到本地的known_hosts文件里面去 如:ssh-keyscan 172.1 ...
分类:
其他好文 时间:
2020-07-01 12:52:00
阅读次数:
72
使用scss 早react webpack.config.js中有对sass文件的解析,只需要安装node-sass就只可以直接使用sass 1 安装node-sass npm i node-sass --save-dev 2 创建scss文件 index.module.scss 3 使用 impo ...
分类:
其他好文 时间:
2020-07-01 12:26:12
阅读次数:
110
Redis有哪些数据结构? 字符串String、字典Hash、列表List、集合Set、有序集合SortedSet。 如果你是Redis中高级用户,还需要加上下面几种数据结构HyperLogLog、Geo、Pub/Sub。 如果你说还玩过Redis Module,像BloomFilter,Redis ...
分类:
其他好文 时间:
2020-07-01 09:55:59
阅读次数:
56
前言 JDK9引入的Java模块化系统(Java Platform Module System ,JPMS)是 对Java技术的一次重要升级,除了像之前JAR包那样充当代码的容器之外,还包括: 依赖其他模块的列表。 导出的包列表,即其他模块可以使用的列表。 开放的包列表,即其他模块可反射访问模块的列 ...
分类:
编程语言 时间:
2020-07-01 09:24:50
阅读次数:
85
yum -y install ansible yum安装ansible的特点 yum安装的ansible,配置文件,hosts文件,roles目录都默认在/etc/ansible目录下 配置文件要点介绍 配置文件中的sudo-user和become-user,remote_user remote_u ...
分类:
其他好文 时间:
2020-06-30 20:13:13
阅读次数:
56
##3.1 在编程的语境下,函数 (function) 是指一个有命名的、执行某个计算的语句序列 (se-quence of statements) 。在定义一个函数的时候,你需要指定函数的名字和语句序列。之后,你可以通过这个名字 “调用 (call)’’ 该函数。模块(module)是指一个包含相 ...
分类:
其他好文 时间:
2020-06-30 17:23:41
阅读次数:
55
ModuleNotFoundError: No module named ‘dlib’尝试命令,但没成功 pip3 install dlib -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com 解决方法:第1步下载对应py ...
分类:
编程语言 时间:
2020-06-30 16:05:09
阅读次数:
296
受害者端:nfsniff.c #include <linux/module.h> #include <linux/kernel.h> #include <linux/skbuff.h> #include <linux/in.h> #include <linux/ip.h> #include <lin ...
分类:
其他好文 时间:
2020-06-30 15:58:59
阅读次数:
58
npm install antd -S 在src文件夹下新建config-overrides.js const { override, fixBabelImports, addDecoratorsLegacy, } = require("customize-cra"); module.exports ...
分类:
其他好文 时间:
2020-06-30 11:05:03
阅读次数:
125