中标麒麟7系统部署文档 准备软件: 软件名称:VMware® Workstation 12 Pro软件版本: 12.0.0 build-2985596 准备操作系统: NeoKylin-Server-7.0-Hygon-Release-Build06.01-lic-20191013.iso 开始部署 ...
分类:
其他好文 时间:
2020-06-23 13:01:45
阅读次数:
128
由于使用wordpress搭建云上博客,需要使用MySQL数据库存储数据,所以这一步我们安装一下MySQL。1. 执行如下命令,下载并安装MySQL官方的Yum Repository。wget http://dev.mysql.com/get/mysql57-community-release-el... ...
分类:
数据库 时间:
2020-06-23 00:56:24
阅读次数:
65
ceilometer openstack project create --domain default --description "Service Project" service yum -y install redis libvirt epel-release yum -y install ...
分类:
其他好文 时间:
2020-06-22 12:52:24
阅读次数:
81
What is the difference between Session.Abandon() and Session.Clear() Clear - Removes all keys and values from the session-state collection. Abandon - ...
分类:
其他好文 时间:
2020-06-22 12:52:09
阅读次数:
53
一、环境信息 CentOS Linux release 8.1.1911 (Core) Redis server v=5.0.3 二、yum方式安装 1、添加EPEL仓库 sudo yum install epel-release 2、更新 sudo dnf update 3、使用 CentOS 8 ...
分类:
数据库 时间:
2020-06-22 12:41:55
阅读次数:
65
常用配置 热部署 配置依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> </depen ...
分类:
编程语言 时间:
2020-06-22 01:27:22
阅读次数:
51
编写脚本: [root@localhost ~]# vim /shell/lnmp.sh #!/bin/bash yum -y install epel-release &> /dev/null yum -y clean all &> /dev/null yum -y install nginx p ...
分类:
系统相关 时间:
2020-06-21 20:02:38
阅读次数:
57
1、K8s附加组件DNS服务。 答:Kubernetes中有一个很重要的特性,服务子发现。一旦一个service被创建,该service的service ip和service port等信息都可以被注入到pod中供它们使用。kubernetes主要支持两种service发现机制,第一种是环境变量,第 ...
分类:
Web程序 时间:
2020-06-21 13:38:02
阅读次数:
56
1)在编译结果文件夹Release下的离线文件.exe复制到其他目录下 2)打开QT 自带的命令行工具 3)然后用windeployqt命令 程序打包完成了,其实就是把需要用的一些数据和动态链接复制到这个文件夹下,因为在你拷贝到其它电脑就是完整的,就不会有缺少XXX.DLL文件的问题了 4) 发布程 ...
分类:
其他好文 时间:
2020-06-21 11:45:24
阅读次数:
43
rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org rpm -Uvh http://www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.rpm yum --enablerepo= ...
分类:
其他好文 时间:
2020-06-21 11:37:48
阅读次数:
79