摘要: 目录1、Redis是什么2、Redis的特点3、Redis 优势4、Redis与其他key-value存储有什么不同?附:什么是BSD协议附:什么是原子性,什么是原子性操作?1、Redis是什么Redis是一个开... 阅读全文
posted @ 2019-08-10 07:25 夜月光雾 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 英文名称 Single Responsibl... 阅读全文
posted @ 2019-07-31 22:21 夜月光雾 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 1、打开Word,选择“页面布局”标签。2、... 阅读全文
posted @ 2019-07-30 10:54 夜月光雾 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 0、查看操作系统内核版本[root@host... 阅读全文
posted @ 2019-06-28 11:25 夜月光雾 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 1、当前系统版本 [root@localhost ~]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.4 (Maipo)[... 阅读全文
posted @ 2019-05-28 13:06 夜月光雾 阅读(20) 评论(0) 推荐(0) 编辑
摘要: Windows服务器杀掉端口的方法第一步:点... 阅读全文
posted @ 2018-12-11 10:59 夜月光雾 阅读(209) 评论(0) 推荐(0) 编辑
摘要: yum install zlib-devel 阅读全文
posted @ 2018-11-29 14:25 夜月光雾 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 先查看下自己机器上的OpenSSL版本openssl version 升级Openssl的执行步骤(在升级之前,最好去官网上看看当前处于更新状态的的版本有哪些,下载最新更新版)下面选择使用openssl-1.0... 阅读全文
posted @ 2018-11-29 13:47 夜月光雾 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 在安装openssl时需要安装Perl5,否则报一下错误。Operating system: x86_64-whatever-linux2 You need Perl 5.安装Perl 5的执行步骤为:####... 阅读全文
posted @ 2018-11-29 13:38 夜月光雾 阅读(550) 评论(0) 推荐(0) 编辑
摘要: 在源码安装一些Linux功能是,需要使用gcc进行编译。于是需要事先安装gcc命令,如果不安装,会报类似下面的错误:./trygcc: line 10: cc: command not found安装gcc命令的... 阅读全文
posted @ 2018-11-29 13:31 夜月光雾 阅读(9) 评论(0) 推荐(0) 编辑