下载安装程序 wget https://www.apachefriends.org/xampp-files/7.4.8/xampp-linux-x64-7.4.8-0-installer.run (window版本:https://www.apachefriends.org/xampp-files/ ...
分类:
系统相关 时间:
2020-07-30 22:10:03
阅读次数:
93
首先参考之前的博文进入first-network目录下启动网络 创建一个应用通道的配置交易 设置环境变量CHANNEL_NAME export CHANNEL_NAME=mychannel2 指定使用 configtx.yaml 配置文件中的 TwoOrgsChannel 模板,来生成新建通道的配置 ...
分类:
其他好文 时间:
2020-07-30 21:56:05
阅读次数:
72
Spring Cloud 学习记录 参考资料: SpringCloud 与 SpringBoot 版本对应 SpringCloud 与 SpringBoot 版本对应 Release Trains ...
分类:
编程语言 时间:
2020-07-30 18:18:24
阅读次数:
65
安装环境Tomcat编译安装环境L:Linux(centos7.6)http://mirrors.cqu.edu.cn/CentOS/7.6.1810/isos/x86_64/T:Tomcat(8.5.53)主机信息:部署规划:172.24.77.242(sr1.dj.com):运行Tomcat安装JDKyuminstalljdk-8u241-linux-x64.rpm修改环境变量vim/etc/
分类:
编程语言 时间:
2020-07-30 14:09:31
阅读次数:
82
1、安装配置redis的cluster集群1.1规划操作系统:CentOSLinuxrelease7.6.1810(Core)master:c1c2c3slave:c4c5c61.2在各个虚拟机安装redis[root@c4src]#wgethttp://download.redis.io/releases/redis-3.2.12.tar.gz[root@c4src]#tarxfredis-3.
分类:
其他好文 时间:
2020-07-30 10:56:20
阅读次数:
89
Oracle 19c Database Upgrade From 12.2.0.1 to 19.2.0.0 Using DBUA Description:- There are different ways of upgrading to the latest release of Oracle d ...
分类:
数据库 时间:
2020-07-30 10:43:05
阅读次数:
79
1、安装环境 此处在Centos7进行安装,可以使用以下命令查看CentOS版本 lsb_release -a 在 CentOS 7安装docker要求系统为64位、系统内核版本为 3.10 以上,可以使用以下命令查看 uname -r 2、用yum源安装 2.1 查看是否已安装docker列表 y ...
分类:
系统相关 时间:
2020-07-30 01:53:09
阅读次数:
101
本次安装的系统版本如下: [root@zhangqinglei ~]# cat /etc/redhat-releaseCentOS Linux release 7.5.1804 (Core) [root@zhangqinglei ~]# lsb_release -aLSB Version: :cor ...
分类:
其他好文 时间:
2020-07-30 01:37:52
阅读次数:
74
1、编写脚本systeminfo.sh,显示当前主机系统信息,包括:主机名,IPv4地址,操作系统版本,内核版本,CPU型号,内存大小,硬盘大小#!/bin/bashecho-e"\e[31mHostname:`hostname`\e[0m"echo-e"\e[32mIP:`hostname-I`\e[0m"echo-e"\e[33mOSVersion:`cat/etc/os-release|gr
分类:
系统相关 时间:
2020-07-30 01:14:27
阅读次数:
194
具体代码如下: import requests import re headers = {'user-agent':'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74. ...
分类:
其他好文 时间:
2020-07-29 21:39:19
阅读次数:
106