Redis 安装 安装准备: redis 压缩包 官网下载地址:https://redis.io/download 安装步骤: 第一步:安装 gcc 编译器 官网发布的 Redis 压缩包是 C 语言源码文件,要安装 Redis 需要 gcc 编译器来编译源码 输入安装 gcc 命令,如下: [ro ...
分类:
其他好文 时间:
2021-03-10 13:27:29
阅读次数:
0
People in Mars represent the colors in their computers in a similar way as the Earth people. That is, a color is represented by a 6-digit number, wher ...
分类:
其他好文 时间:
2021-01-28 12:14:24
阅读次数:
0
@ 一、环境介绍 系统版本 IP地址 主机名 角色 centos7.5 192.168.1.104 salt-master master centos7.5 192.168.1.105 salt-client client 环境说明: centos7.5默认的python环境是2.7版本。 官方说明 ...
分类:
系统相关 时间:
2021-01-26 12:01:22
阅读次数:
0
原文: 初始化 <!-- vjs-big-play-centered可使大的播放按钮居住,vjs-fluid可使视频占满容器 --> <video id="myVideo" class="video-js vjs-big-play-centered vjs-fluid"> <p class="vjs ...
分类:
Web程序 时间:
2021-01-22 12:28:33
阅读次数:
0
1、Dockerfile基本结构 Dockerfile由一行行命令语句组成,并且支持以#开头的注释行。 一般Dockerfile分为四部分:基础镜像信息、维护者信息、镜像操作指令和容器启动时执行指令。如下: # This dockerfile uses the ubuntu image # VERS ...
分类:
其他好文 时间:
2021-01-19 12:00:46
阅读次数:
0
代是根据NX处身的例子AssemblyViewer代码改装和抄了卢大师部份代码,有些多余的代码和控件没有整理(仅用代码把多余的控件控制不显示面已)。测试过功能是正常的。 可在装配树选择部件改名,也可以直接选择部件改名。 HPP #include <uf_defs.h>#include <uf_ui_ ...
分类:
其他好文 时间:
2021-01-13 10:33:11
阅读次数:
0
{"root_cause":[{"type":"invalid_index_name_exception","reason":"Invalid index name [movie2021 ], must not contain the following characters [ , \", *, ...
Logging to syslog from Your Script Problem You’d like your script to be able to log to syslog. Solution Use logger, Netcat, or bash’s built-in network ...
分类:
其他好文 时间:
2020-12-15 12:59:05
阅读次数:
9
Prerequisite The following softwares are assumed installed: 64bit OS, Linux/Unix/Mac is recommended;(Windows user see guide below) 64bit JDK 1.8+; Mav ...
分类:
系统相关 时间:
2020-12-09 11:57:43
阅读次数:
8
mormot2 MultiPartFormData 1)MultiPartFormData 单元文件:mormot.core.buffers.pas TMultiPart = record TMultiPartDynArray = array of TMultiPart; /// decode mu ...
分类:
其他好文 时间:
2020-11-24 12:24:49
阅读次数:
7