环境:Cent0S 6.4 64bit、grid 64bit
自检出现“TCP connectivity of subnet”问题。
【问题】
手工进行grid自检,报出如下错误:
[grid@xzxt1 grid]$ ./runcluvfy.sh stage -pre crsinst -n xzxt1,xzxt2 -fixup -verbose
【解决】
[root@xzxt1...
分类:
其他好文 时间:
2014-11-03 08:57:34
阅读次数:
377
通道:http://acm.hdu.edu.cn/showproblem.php?pid=4381题意:给n个块,编号从1到n,以及m个操作,初始时n个块是黑色。操作有2种形式(可以忽略某些操作且如果区间内没有足够的黑块(黑块用于涂白),则不能进行这个操作): 1 ai xi : 从[1,ai]选....
分类:
其他好文 时间:
2014-11-03 01:16:03
阅读次数:
158
A n * m grid as follow:
Count the number of triangles, three of whose vertice must be grid-points.
Note that the three vertice of the triangle must not be in a line(the right picture is not a...
分类:
其他好文 时间:
2014-10-31 22:20:02
阅读次数:
264
1 环境配置参考官方文档《Grid Infrastructure Installation Guide for Linux》1.1 软件环境操作系统:[root@howe1 ~]# cat /etc/redhat-releaseRed Hat Enterprise Linux Server rele...
分类:
数据库 时间:
2014-10-31 21:51:36
阅读次数:
306
Going Home
Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 2963 Accepted Submission(s): 1492
Problem Description
On a grid map th...
分类:
编程语言 时间:
2014-10-31 20:40:11
阅读次数:
258
栅格系统英文为“grid systems”,也有人翻译为“网格系统”,运用固定的格子设计版面布局,其风格工整简洁,在二战后大受欢迎,已成为今日出版物设计的主流风格之一。
1692年,新登基的法国国王路易十四感到法国的印刷水平差强人意,因此命令成立一个管理印刷的皇家特别委员会。他们的首要任务是设计出科学的、合理的, 重视功能性的新字体。委员会由数学家尼古拉斯加宗(Nicolas Jaugeon)担...
分类:
移动开发 时间:
2014-10-31 10:10:35
阅读次数:
179
//頁面加載時創建grid var gdProductStock = Ext.create('Ext.grid.Panel', { id: 'gdProductStock', store: ProductStockStore, height: '600', columnLines: true, f....
分类:
Web程序 时间:
2014-10-30 16:45:26
阅读次数:
205
jquery, desktop, jquery desktop, jquery mac, jquery mac osx, jquery osx, jquery apple
==support desktop grid, this is the special feature
==support screen thumbnail, this is the special feature
==support osx-window
==support osx-dock
==support osx-menu
==s...
分类:
Web程序 时间:
2014-10-30 11:47:38
阅读次数:
243
这道题考查对二维数组的处理,哈希表。
1.最自然的方法就是分别看每个数是否符合三个规则,所以就需要相应的数据结构来
记录这些信息,判定是否存在,显然最先想到用哈希表。
2.学会把问题抽象成一个个的子问题。
3.在索引的构建上下工夫。
4.底层数组如何对应的细节没有那么重要,重要的是构成了问题的全集。
代码:
附图:一趟遍历时根据i,j,对应到具体的grid,这里的构造模式有多种(??...
分类:
其他好文 时间:
2014-10-29 22:20:29
阅读次数:
212
Paths on a GridDescriptionImagine you are attending your math lesson at school. Once again, you are bored because your teacher tells things that you a...
分类:
其他好文 时间:
2014-10-29 21:20:03
阅读次数:
148