用于提示用户首次进入小程序时,点击右上角菜单进行【添加到我的小程序】操作 ...
分类:
微信 时间:
2020-07-02 13:46:14
阅读次数:
210
下载 https://www.sonatype.com/download-oss-sonatype TIPS: 推荐使用迅雷下载,用浏览器下载可能会失败。 安装 安装JDK 安装JDK的过程就不在这里缀述了。 解压下载的 Nexus Repository OSS tar -zxvf latest-u ...
分类:
系统相关 时间:
2020-07-01 22:02:32
阅读次数:
100
前言 请注意教程的时效性,这篇教程是2020/6/30编写的。 写着写着就变得非常拖沓了,就把这篇教程的定位改成为Linux新手服务吧……有一定Linux基础的朋友们还请看官方的Installation Guide,会比阅读这篇文章要更加方便。 为什么我要写这篇教程呢?一是很多人没养成看Wiki的好 ...
分类:
系统相关 时间:
2020-06-30 20:48:23
阅读次数:
133
因elasticsearch 集群中有需要需迁移,从A集环境迁移到B集群中,数据量不小。 网上搜索找到几种方案,试了下这种。 0.安装nodejs(如果已安装请忽略)执行 yum install -y nodejs 1.升级nodejs执行 npm install -g n n latest 2.安 ...
分类:
其他好文 时间:
2020-06-29 13:04:44
阅读次数:
66
1. 安装之前,先清除之前安装的旧版本 docker,如果有的话。 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-latest-logrot ...
分类:
系统相关 时间:
2020-06-26 22:13:24
阅读次数:
59
1 目的 构建HTTP请求消息,并且解析收到的HTTP响应消息,根据业务场景来判断是否符合预期。 2 Requests库 用来做收发http请求。 Requests中文官网:https://2.python-requests.org/zh_CN/latest/ 2.1 构建请求 2.2.1 构建请求 ...
分类:
编程语言 时间:
2020-06-26 01:04:51
阅读次数:
144
镜像命令 docker images 查看本地主机镜像root@t2 ~]# docker imagesREPOSITORY TAG IMAGE ID CREATED SIZEhello-world latest bf756fb1ae65 5 months ago 13.3kB#REPOSITORY ...
分类:
其他好文 时间:
2020-06-25 23:46:16
阅读次数:
63
更新yum源 CentOS/RHEL 7.x: rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm rpm -Uvh https://mirror.webtatic.com/yum/el7/w ...
分类:
Web程序 时间:
2020-06-24 14:03:39
阅读次数:
79
原因分析: Ah, ok. I thought it was commented out because it caused the error. You can always put a breakpoint in the line printing the error and look at t ...
分类:
其他好文 时间:
2020-06-23 21:48:50
阅读次数:
84
参考:链接 介绍 WordPress 是一款使用 PHP 语言开发的博客平台,您可使用通过 WordPress 搭建属于个人的博客平台。本文以 CentOS 6.5 操作系统为例,手动搭建 WordPress 个人站点。 搭建 lnmp环境搭建 参考:链接 软件 WordPress:博客平台,本文以 ...
分类:
系统相关 时间:
2020-06-23 15:53:30
阅读次数:
296