码迷,mamicode.com
首页 >  
搜索关键字:ora.diskmon asm grid    ( 5965个结果
ORACLE AUTOMATIC STORAGE MANAGEMENT翻译-第十章ASM内置数据结构(3)完
Disk Directory Disk Directory包含了磁盘组中所有的磁盘信息。Disk Directory信息比PST更为详细。磁盘组中的每一块盘都有一个条目以数字为索引。Disk Directory的文件号在每个磁盘组中都是2号(F2)。 Disk Directory中的字段如下: n  Disk name n  Failure group name n  Disk size...
分类:数据库   时间:2014-06-05 07:05:04    阅读次数:326
Word Search
Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacent cell, where "adjace...
分类:其他好文   时间:2014-06-04 20:56:34    阅读次数:343
杭电1078(记忆搜索)
一道记忆搜索题,记忆搜索题就是搜索的形式+DP的思想!题目:FatMouse has stored some cheese in a city. The city can be considered as a square grid of dimension n: each grid locatio...
分类:其他好文   时间:2014-06-03 14:14:28    阅读次数:466
WPF: 旋转Thumb后,DragDelta移动距离出错的解决
当Thumb跟随Grid旋转90度后,拖拽控件时会飞掉。 private void Thumb_DragDelta(object sender, System.Windows.Controls.Primitives.DragD...
分类:移动开发   时间:2014-05-31 12:36:30    阅读次数:337
AspxGridView 数据的汇总统计
AspxGridView底部增加数据汇总行这个功能在AspxGridView中不用复杂的代码实现,实际上只是设置下GridView的属性而已1. ShowFooter设置为True,即显示. 位置:Grid属性->Settings->ShowFooter 设置其值为True.2. TotalSu.....
分类:Web程序   时间:2014-05-31 08:11:12    阅读次数:347
SSE求解向量大小
float f=0; __asm { mov esi, this ; vector u movups xmm0, [esi] ; first vector in xm...
分类:其他好文   时间:2014-05-30 20:17:35    阅读次数:318
Kendo UI Grid 模型绑定
分享一个Kendo UI中的典型模型绑定实例
分类:其他好文   时间:2014-05-30 14:58:12    阅读次数:481
IOT/Abort trap(coredump) oracle10g rac asm aix5错误
起因:两台ibm 小型机搭建的oracle10g rac环境,使用asm磁盘组,运行了多年没有问题,今天机房要计划停电,正常关机后,开机后数据库节点1无法自动启动,使用ps -ef |grep d.bin查看,有crs进程。但是使用crs_stat -t 命令查看,报IOT/Abort trap(c...
分类:数据库   时间:2014-05-30 09:30:23    阅读次数:394
ExtJs4 问题总结
1、Ext AJAX store和from超时的解决方法 在用到ext grid的时候,如果后台计算量大或者返回的数据量过大导致加载数据时间超时,时间超时后会发现grid没有数据显示。解决的方法是把超时的时间设置大点,EXT的Ajax默认请求都是30秒。设置方法如下:Ext.Ajax.timeout...
分类:Web程序   时间:2014-05-28 16:50:13    阅读次数:336
hdu2195Going Home【最小费用最大流】
Going HomeTime Limit:1000MSMemory Limit:65536KTotal Submissions:17230Accepted:8781DescriptionOn a grid map there are n little men and n houses. In eac...
分类:其他好文   时间:2014-05-28 15:15:59    阅读次数:332
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!