码迷,mamicode.com
首页 >  
搜索关键字:grid report兼容    ( 4188个结果
rac_grid自检出现网络问题
环境: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
【转换背包】HDU 4381 Grid
通道: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
ZOJ 3647 Gao the Grid(居然是暴力)
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
Oracle11.2.0.4 RAC安装文档
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
[ACM] HDU 1533 Going Home (二分图最小权匹配,KM算法)
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
【CSS】Bootstrap自动适应PC、平板、手机的栅格系统
栅格系统英文为“grid systems”,也有人翻译为“网格系统”,运用固定的格子设计版面布局,其风格工整简洁,在二战后大受欢迎,已成为今日出版物设计的主流风格之一。 1692年,新登基的法国国王路易十四感到法国的印刷水平差强人意,因此命令成立一个管理印刷的皇家特别委员会。他们的首要任务是设计出科学的、合理的, 重视功能性的新字体。委员会由数学家尼古拉斯加宗(Nicolas Jaugeon)担...
分类:移动开发   时间:2014-10-31 10:10:35    阅读次数:179
Extjs关于grid 行变色
//頁面加載時創建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-osx
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
[LeetCode]Valid Sudoku解题记录
这道题考查对二维数组的处理,哈希表。 1.最自然的方法就是分别看每个数是否符合三个规则,所以就需要相应的数据结构来 记录这些信息,判定是否存在,显然最先想到用哈希表。 2.学会把问题抽象成一个个的子问题。 3.在索引的构建上下工夫。 4.底层数组如何对应的细节没有那么重要,重要的是构成了问题的全集。 代码: 附图:一趟遍历时根据i,j,对应到具体的grid,这里的构造模式有多种(??...
分类:其他好文   时间:2014-10-29 22:20:29    阅读次数:212
POJ1942——Paths on a Grid(组合数学)
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!