问题描述:
11G RAC安装时,GI已经安装完成,各服务状态正常,运行ASMCA时出错(ASM实例状态都是正常的)。
提示是:ASMCA detected pre 11gR2 ASM, but it does not have a local instance configure on this node;具体信息看下图。
解决办法是:重新注册资源,,我是重启了OS,或者也可能重启CR...
分类:
其他好文 时间:
2014-09-07 16:03:45
阅读次数:
403
题目大意:
给出m个查询,查询出[ l - r] 之间去 这个区间所有的数都互质的数有多少个。
思路分析:
首先我们处理出来每一个位置,左边和右边第一个与之不互质的数的位置。记在pre 和 next下。这个方法用分解质因数就好。
一个区间内的答案,等于这个区间的所有数减去有与之互质数的个数。
现在要统计的就是
1.对于一个给定的查询[l,r] 区间,统计有多少个 i (l
2...
分类:
其他好文 时间:
2014-09-07 01:07:24
阅读次数:
289
项目是按照“Tair LDB基于Prefixkey的范围查找性能优化项目提议方案”的步骤一步步完成的,目前已经解决了前面两个问题:如何获取key的prefix_size问题“Tair LDB基于Prefixkey的范围查找性能优化项目之如何提取key的prefix_size”。如何建立prefix bloomfilter“Tair LDB基于Prefixkey的范围查找性能优化项目之如何建立pre...
分类:
数据库 时间:
2014-09-05 14:24:01
阅读次数:
380
步骤:android端需要下载并安装adbWireless,(传送门http://as.baidu.com/a/item?docid=2337919102&pre=web_am_se),这里需要手机已经root(可使用刷机大师一键root)。2.android和PC连接同一个路由器,运行adbWireless,获得android的ip地址,程序如下图3.PC端在命令行定位..
分类:
移动开发 时间:
2014-09-04 19:34:20
阅读次数:
334
所有房子组成一颗树,求出离根节点0的距离大于d的节点数目
DFS+vector存边 水过
#include "stdio.h"
#include "string.h"
#include "vector"
using namespace std;
vectormapp[100010];
int ans,d;
void dfs(int cur,int pre,int op)
{
...
分类:
其他好文 时间:
2014-09-03 21:21:39
阅读次数:
344
在Jenkins上建了一个执行SoapUI的task,想要自定义发送邮件的地址和姓名,怎么办呢?在Editable Email Notification里面添加Pre-send Script脚本如下:import javax.mail.Message.RecipientTypeimport java...
分类:
其他好文 时间:
2014-09-03 18:07:16
阅读次数:
302
#include
#include
using namespace std;
typedef long long LL;
const int maxn = 100010;
int pre[maxn], ch[maxn][2], sz[maxn];
int root, top1;
int s[maxn], top2;//内存池
LL sum[maxn];
int val[maxn], add...
分类:
其他好文 时间:
2014-09-03 14:58:56
阅读次数:
264
PXE网络装机在大规模的linux应用环境中,如web群集、分布式计算等,服务器往往并不配备光驱设备,这种情况下如何为数十乃至上百台服务器裸机快速安装系统?传统的USB光驱、移动硬盘等安装方法显然已经力所难及。接下来介绍的PXE(Pre-bootExcutionEnviroment,预启动环境)技术的..
分类:
其他好文 时间:
2014-09-03 02:49:27
阅读次数:
360
#include #include #include #include using namespace std;typedef struct node{ int x,y,ans,num,pre; friend bool operatorb.ans; }} st;st qq[1000...
分类:
其他好文 时间:
2014-09-02 21:20:55
阅读次数:
283
一、表示“前”的前缀1.pre- precaution 预防(pre 提前 + caution 小心 --> 提前小心 --> 预防) prefix 前缀(pre 前面 + fix 固定 --> 前缀)preschool? prehistory? prepay? prebuilt? preface?...
分类:
其他好文 时间:
2014-09-02 00:14:13
阅读次数:
207