1、查看值得怀疑的SQLselect substr(to_char(s.pct,'99.00'),2)||'%'load, s.executions executes, p.sql_textfrom(select address, disk_rea...
分类:
数据库 时间:
2014-11-23 17:26:31
阅读次数:
262
挂起==Suspend To RAM(STR)休眠==Suspend To Disk(STD)挂起之后内存还在工作,休眠之后所有设备都停止工作。挂起速度比休眠快,恢复的也快。《Ubuntu 挂起 休眠》挂起是挂起硬盘,把计算机的当前状态全部装载到内存里,即硬盘停止供电,但内存还要供电。优点是恢复快,...
分类:
系统相关 时间:
2014-11-22 22:49:48
阅读次数:
272
我们在配置各种cluster系统时总会要求配置仲裁盘(oracle叫votingdisk,IBMGPFS里边叫tiebreaker)。那么为什么cluster必须配置仲裁盘,它有什么作用呢?集群(cluster)也就是由多个节点组成的一个协同工作的系统。就像人一样,一个人的力量是有限的,把许多人召集在一起才能..
分类:
其他好文 时间:
2014-11-22 19:00:41
阅读次数:
681
下面是一些衡量I/O闲忙程度的经用指标:磁盘利用率(disk utilization)磁盘队列长度(disk queue length)磁头/逻辑卷的读/写速率(read/write rates per spindle/logical volume)原始I/O(raw I/O):主要用于数据库应用交...
分类:
其他好文 时间:
2014-11-20 13:27:44
阅读次数:
236
oracle元数据的第2个au的第6个数据块上保存了aliasdirectory的au指针,可以通过x$kffxp查询,SELECT
number_kffxpfile#,
disk_kffxpdisk#,
AU_KFFXPAU_num,
SIZE_KFFXPas"nummberofau"
FROMx$kffxp
WHEREgroup_kffxp=1
ANDdisk_kffxp<>65534
10ANDnumber_kffxp=6
11/
FI..
分类:
数据库 时间:
2014-11-20 12:13:02
阅读次数:
307
To understand how the write-ahead log works, it is important for you to know how modified data is written to disk. SQL Server maintains a buffer cache...
分类:
数据库 时间:
2014-11-20 11:36:23
阅读次数:
160
GCC源版本:4.4.6GCC目标版本:4.1.2操作系统:CentOSrelease6.5(Final)Kernel\ronan\mtar-zxvfgcc-4.1.2.tar.bz2 cdgcc-4.1.2 ./configure--prefix=/Disk/gcc make 报错: WARNING:`makeinfo‘ismissingonyoursystem.Youshouldonlyneeditifyoumodifieda`.texi‘or`.texinfo‘fil..
分类:
其他好文 时间:
2014-11-19 16:19:52
阅读次数:
631
存在内存泄露 ==== // rustc disk.rs extern crate libc; use libc::size_t; use libc::{FILE,c_char}; use std::string; #[repr(C)] pub struct mntent { mnt_fsname :*mut c_char, /* 挂载的文件系统的名字 */...
分类:
编程语言 时间:
2014-11-19 11:33:05
阅读次数:
362
(一)修改带滚动条的界面
1、制作一副640*480的位图,4位16色,大小小于200Kb。
2、该位图的名称为boot.bmp,并将其拷贝到C:/windows根目录下
3、修改boot.ini文件。我的电脑/属性/高级/性能及故障恢复/设置/编辑,修改内容如下
[boot loader]
timeout=3
default=multi(0)disk(0)rdisk(0)partit...
(一)修改带滚动条的界面
1、制作一副640*480的位图,4位16色,大小小于200Kb。
2、该位图的名称为boot.bmp,并将其拷贝到C:/windows根目录下
3、修改boot.ini文件。我的电脑/属性/高级/性能及故障恢复/设置/编辑,修改内容如下
[boot loader]
timeout=3
default=multi(0)disk(0)rdisk(0)partit...