环境: OS:Centos 7 DB:18.0.0.0 1.停掉每个节点的crsRun "crsctl stop crs" on all nodes to stop CRS stack.2.关闭HAIPOn one node, run the following commands:在一个节点上执行如 ...
分类:
数据库 时间:
2020-04-07 20:55:31
阅读次数:
92
题意: 求在长度为 $n$ 的数组中选择连续的元素,使其和是 $n$ 的倍数,输出元素个数和每个元素的值。 分析: 我们选取一段连续的元素。对原数组求前缀和,并且对 $n$ 取模,那么结果就会分布在 $[0,n)$ 之间。如果有一个前缀和取模 $n$ 的结果为 $0$,那么这个前缀和一定满足条件。否 ...
分类:
其他好文 时间:
2020-04-04 20:26:26
阅读次数:
70
删除主题 在主题目录 中直接删除即可。 首页和文章页使用不同主题 首页使用sidebar,文章页不使用sidebar,这样文章的内容可以占更宽的页面 1. 安装插件 Multiple Themes,来为不同页面设置不同的主题。 2. 将主题复制为一个新的主题,并将目录中的名称全都替换为新的名称,这样 ...
分类:
其他好文 时间:
2020-04-04 14:26:27
阅读次数:
59
作者:袁野 Date:2020-03-24 来源:物体的三维识别与6D位姿估计:PPF系列论文介绍(二)——PPF-MEAM 文章“Point Pair Feature-Based Pose Estimation with Multiple Edge Appearance Models (PPF-M ...
分类:
其他好文 时间:
2020-04-03 18:07:44
阅读次数:
145
Problem : Write a program that outputs the string representation of numbers from 1 to n. But for multiples of three it should output “Fizz” instead of ...
分类:
其他好文 时间:
2020-04-01 01:01:58
阅读次数:
55
1 /* 2 这道题用到了鸠巢原理又名容斥原理,我的参考链接:https://blog.csdn.net/guoyangfan_/article/details/102559097 3 4 题意: 5 这道题给你了n个数,让你找这n个数中有没有几个数的和是n的倍数 6 7 题解: 8 你循环遍历一遍 ...
分类:
其他好文 时间:
2020-03-31 14:19:18
阅读次数:
80
详细错误信息如下: warning: user.email has multiple values error: cannot overwrite multiple values with a single value Use a regexp, --add or --replace-all to ...
分类:
其他好文 时间:
2020-03-31 01:34:12
阅读次数:
88
// *********************************************** //本篇主要针对创建各种自定义命令,重写命令,官方参考资料:https://on.cypress.io/custom-commands // // ************************* ...
分类:
其他好文 时间:
2020-03-29 13:05:28
阅读次数:
186
1.制作U盘启动盘 (1)我采用的是大白菜,制作启动盘:网上一搜就有 参考:https://jingyan.baidu.com/article/b0b63dbf294b274a483070b7.html (2)把准备好的win10系统放入GHO文件夹下 靠谱系统下载网站:https://msdn.i ...
分类:
其他好文 时间:
2020-03-29 01:24:21
阅读次数:
67