查看监听,使用grid用户11grac1:11grac1->lsnrctlstatus
LSNRCTLforLinux:Version11.2.0.3.0-Productionon14-AUG-201500:30:26
Copyright(c)1991,2011,Oracle.Allrightsreserved.
Connectingto(DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))
STATUSoftheLISTENE..
分类:
数据库 时间:
2015-08-15 06:52:27
阅读次数:
438
我们前面安装了两个节点的RAC。我们现在将第三个节点11grac3,添加到我们集群中。第三个节点一定要按照集群环境准备一文描述,准备环境。请参考http://lqding.blog.51cto.com/9123978/1684159安装前检查11grac1->pwd
/u01/app/11.2.0/grid/bin
11grac1->./cluvfystage-pr..
分类:
数据库 时间:
2015-08-15 06:51:48
阅读次数:
161
My JSP "index.jsp" starting page 显示表格 版权声明:本文博客原创文章。博客,未经同意,不得转载。
分类:
Web程序 时间:
2015-08-14 18:59:03
阅读次数:
124
/**
* 功能:打印八皇后在8*8棋盘上的各种摆法,其中每个皇后都不同行、不同列,也不在对角线上。
* 这里的“对角线”指的是所有的对角线,不只是平分整个棋盘的那两条对角线。
*/
static int GRID_SIZE=8;
/**
* 思路:每一行只能摆放一个皇后,因此不需要将棋盘存储为完整的8*8矩阵,只需一维数组,其中columns[r]=c表示有个皇后...
分类:
其他好文 时间:
2015-08-14 15:49:11
阅读次数:
112
Problem Description
You have an n?n matrix.Every
grid has a color.Now there are two types of operating:
L x y: for(int i=1;i
H x y:for(int i=1;i
Now give you the initial matrix and the goal ma...
分类:
其他好文 时间:
2015-08-14 13:44:47
阅读次数:
167
http://acm.hdu.edu.cn/showproblem.php?pid=5386
Problem Description
You have an n?n matrix.Every
grid has a color.Now there are two types of operating:
L x y: for(int i=1;i
H x y:for(int i=...
分类:
其他好文 时间:
2015-08-14 11:44:58
阅读次数:
115
GRID应该是EXTJS中使用最频繁的组件了,通过JSON可以实现分页显示。笔者通过使用Ext.ux.plugin.PagingToolbarResizer插件,可以实现客户自定义每页显示的记录数(类似的插件还比较多)插件代码: 1 Ext.namespace('Ext.ux.plugin'); 2...
分类:
Web程序 时间:
2015-08-14 11:12:30
阅读次数:
189
将GridInfrastructure安装包上传到服务器,并解压unzipp10404530_112030_Linux-x86-64_3of7.zip-d/database/2.更改/database所属组[root@11grac1database]#chowngrid.oinstall-R/database/
[root@11grac1database]#su-grid
11grac1->cd/database/grid/
11grac1->ls
docin..
分类:
数据库 时间:
2015-08-13 20:26:35
阅读次数:
484
以grid用户,运行asmcma命令[root@11grac1database]#su-grid
11grac1->asmca我们在安装Grid时已经建立了一个磁盘组,现在点击create按钮,建立其他的磁盘组新建一个data组,磁盘为ORADATA,点击ok再建立一个FRA的磁盘组,完成后结果如下
分类:
数据库 时间:
2015-08-13 20:19:45
阅读次数:
218
在使用easy.py中出现如下图所示问题解决方法:1、找到cmd = '{0} -svmtrain "{1}" -gnuplot "{2}" "{3}"'.format(grid_py, svmtrain_exe, gnuplot_exe, scaled_file)2、将其改为cmd = 'pyth...
分类:
其他好文 时间:
2015-08-13 17:14:22
阅读次数:
336