一、部署Redis单实例[RDB持久化] ## 操作系统环境说明 [root@node31 ~]# cat /etc/redhat-release;uname -r;uname -m; CentOS Linux release 7.5.1804 (Core) 3.10.0-862.el7.x86_6 ...
分类:
数据库 时间:
2020-02-21 09:47:11
阅读次数:
79
常用测量矩阵及matlab实现 随机高斯测量矩阵 function [ Phi ] = GaussMtx( M,N ) %GaussMtx Summary of this function goes here %Generate Bernoulli matrix %M -- RowNumber %N ...
分类:
其他好文 时间:
2020-02-19 15:24:44
阅读次数:
96
Memorize: 1.People are always talking about 'Problem of Youth.' 2.If there is one--which I take leave to doubt--then it is the elder peole who creat i ...
分类:
其他好文 时间:
2020-02-19 13:06:48
阅读次数:
93
一、IIS的安装直接略过 二、主要记录PHP、MYSQL环境的搭建 1、本次环境搭建使用的环境版本号对应如下: 1、PHP:PHP 7.2 (7.2.28) 下载地址:https://windows.php.net/downloads/releases/php-7.2.28-nts-Win32-VC ...
分类:
数据库 时间:
2020-02-19 11:36:21
阅读次数:
66
一、现象 使用yum makecache命令时报错 [root@MiWiFi-R3L-srv ~]# yum makecache Loaded plugins: fastestmirror Repository base is listed more than once in the configu ...
分类:
其他好文 时间:
2020-02-18 20:46:16
阅读次数:
204
今天在使用 SpringCloud 时遇到了一个问题,感觉有不少小伙伴会遇到,所以记录下来 版本说明 情景复现 在 pom.xml 中加入如下依赖 启动项目后报错 The following method did not exist: org.springframework.boot.actuate ...
分类:
编程语言 时间:
2020-02-18 16:44:11
阅读次数:
437
opencv-3.4.2 安装 (ubuntu 18.04)问题1:E: Unable to locate package libjasper-dev解决方法:https://blog.csdn.net/weixin_41053564/article/details/81254410sudo add ...
分类:
系统相关 时间:
2020-02-18 14:54:43
阅读次数:
457
1、Docker入门简介 Docker技术类似码头上看到的集装箱,最早集装箱没有出现的时候,码头上有许多搬运的工人在搬运货物,有了集装箱以后,搬运货物变得简单,通过集装箱的搬运模式更加单一、高效,将货物打包在集装箱里面,可以复制货物之间相互影响。 如果要将货物搬运到另一个码头就需要装运,通过集装箱, ...
分类:
其他好文 时间:
2020-02-18 11:22:02
阅读次数:
77
Imagine you have an array like this (note that the array has duplicates, and includes 0 and k): a = [ 4, 64, 200, 42, 56, 22, 1, 64, 0, 161, 200, 0, 4 ...
分类:
其他好文 时间:
2020-02-18 09:14:49
阅读次数:
73
配置模块 首先需要在.pro配置文件中添加 重写自定义Label .h文件 .cpp文件 提升窗口部件 在你需要用到这种label得ui文件里,点击label右键提升为自定义的控件 连接信号和槽函数 之后只需要使用connect函数,连接信号和槽 槽函数处理 ...
分类:
其他好文 时间:
2020-02-15 15:51:23
阅读次数:
211