前面介绍了如何通过RMAN Duplicate方式构建物理备用数据库,本篇将演示如何利用Cloud Control构建物理备用数据库。 1 软件环境 Oracle Linux 6.9 Oracle 12.1.0.2 Oracle Enterprise Management Cloud Control ...
分类:
数据库 时间:
2020-05-27 20:17:32
阅读次数:
80
Odoo 12开发之记录集 – 使用模型数据 一·启动服务链接数据库 # 1.启动服务,链接数据库 ./odoo-bin shell -c debian/odoo.conf -d library_db # 2. self 当前操作的对象 res.users(1,) # 3. self._name # ...
分类:
其他好文 时间:
2020-05-27 11:54:35
阅读次数:
53
push镜像:docker ==> harbor 首先,在harbor上必须要有自己的项目 1)从docker hub上拉取一个项目 docker pull nginx 2)修改该项目tag docker tag nginx:latest harbor.cn/library/nginx:latest ...
分类:
其他好文 时间:
2020-05-26 22:16:21
阅读次数:
119
Ensp简介 什么是ensp eNSP(Enterprise Network Simulation Platform)是一款由华为提供的免费的、可扩展的、图形化操作的网络仿真工具平台,主要对企业网络路由器、交换机进行软件仿真,完美呈现真实设备实景,支持大型网络模拟,让广大用户有机会在没有真实设备的情 ...
分类:
其他好文 时间:
2020-05-25 23:40:04
阅读次数:
173
Generic Binary Install MySQL 1、如果未在本地安装依赖库,则数据目录初始化以及后续的服务器启动步骤将会失败。安装libaio库的代码如下 2、添加mysql组和mysql用户。所有的文件和目录应该在mysql用户下 3、解压二进制文件 4、制作软连接 5、MySQL各个目 ...
分类:
数据库 时间:
2020-05-25 12:27:15
阅读次数:
90
一、下载并编译Redis 二、配置开机自启动Redis服务 将redis 6.0.3/utils目录下的redis_init_script脚本拷贝到/etc/init.d下修改名字为redis 三、编辑redis文件,在文件头部添加以下注释 四、拷贝redis.conf文件到/etc/redis目录 ...
分类:
系统相关 时间:
2020-05-25 12:06:03
阅读次数:
67
如果直接安装php,会安装低版本的,由于某些需求需要高版本支持,所以对php版本提出了门槛。 安装之前应该先安装源 yum -y install epel-release rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7 ...
分类:
Web程序 时间:
2020-05-24 13:22:46
阅读次数:
66
//配置vs环境变量 C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterpr ...
分类:
其他好文 时间:
2020-05-24 11:38:26
阅读次数:
59
1.常用命令和操作 (1)参考:https://shimo.im/docs/FnT8B0CdmlkiD1mO/read (2)补充 进入容器是exec,退出容器用exit 2.镜像下载慢,加速 (1)docker pull daocloud.io/library/mysql 参考:https://b ...
分类:
其他好文 时间:
2020-05-24 09:40:39
阅读次数:
88
[TOC]## 1. list> * [官网](https://docs.python.org/3/library/stdtypes.html#lists)> * [菜鸟教程](http://www.runoob.com/python3/python3-list.html)```pyappend()... ...
分类:
编程语言 时间:
2020-05-24 00:43:29
阅读次数:
72