RAC, Data Gurad, Stream 是Oracle 高可用性体系中的三种工具,每个工具即可以独立应用,也可以相互配合。 他们各自的侧重点不同,适用场景也不同。 RAC 它的强项在于解决单点故障和负载均衡,因此RAC 方案常用于7*24 的核心系统,但RAC 方案中的数据只有一份,尽管可以 ...
分类:
数据库 时间:
2020-06-27 11:22:46
阅读次数:
47
centos7安装docker ,再下载rabbitmq镜像,启动容器后无法访问容器内的服务,防火墙也关闭了,但是还是不行,后来重新设置了网卡,就可以了,解决过程如下: #下载镜像docker pull rabbitmq:3.7.15#启动docker容器docker run -d --name r ...
分类:
其他好文 时间:
2020-06-25 21:55:03
阅读次数:
177
遇到的error,当遍历字典的时候修改字典数据会报错,例如 temp = {'name': 'Mike', 'age': '25', 'shengao': 180, 'weight': 80} for key,value in temp.items(): del temp[key] #Runtime ...
分类:
其他好文 时间:
2020-06-25 19:20:31
阅读次数:
67
Backup and Recovery: Concepts ObjectivesAfter completing this lesson, you should be able to:? Identify the types of failure that can occur in an Oracl ...
分类:
数据库 时间:
2020-06-25 19:17:27
阅读次数:
296
通常来讲,一个高并发大流量的系统,系统出现故障比系统性能低更损伤用户的使用体验。 可用性的度量 可用性是一个抽象的概念,你需要知道要如何来度量它,与之相关的概念是:MTBF和MTTR。 MTBF(Mean Time Between Failure)是平均故障间隔的意思,代表两次故障的间隔时间,也就是 ...
分类:
其他好文 时间:
2020-06-25 10:07:58
阅读次数:
111
在服务器上安装xxx软件时报错,提示如下: Installation failed with error code: (0x80070643), "Fatal error during installation...". Solution: 1. 将当前登录帐号登录到Local Administra ...
分类:
其他好文 时间:
2020-06-25 09:23:11
阅读次数:
125
原文链接:https://www.cnblogs.com/imyalost/p/9296705.html 在利用单元测试框架执行测试用例的过程中,有时只需要执行一部分用例,或者跳过某些暂不需要执行的用例,python的unittest框架就内置这样的功能。 1、unittest.skip()方法 跳 ...
分类:
其他好文 时间:
2020-06-22 15:06:55
阅读次数:
46
If you are getting this in gdb on macOS while trying to run a program: Unable to find Mach task port for process-id 57573: (os/kern) failure (0x5). (p ...
分类:
其他好文 时间:
2020-06-21 15:36:08
阅读次数:
62
ZipArchive::close(): Failure to create temporary file: Permission denied 一般这个错误就是在文件打包时,创建文件失败。 改下创建文件夹的 权限0777就可以了 文章来源:刘俊涛的博客 欢迎关注公众号、留言、评论,一起学习。 若有... ...
分类:
其他好文 时间:
2020-06-20 14:01:50
阅读次数:
211
1.When a lawyer says "objection" during court, he is telling the judge that he thinks his opponent violated a rule of procedure. The judge's ruling de ...
分类:
其他好文 时间:
2020-06-18 11:00:24
阅读次数:
49