一段超时代码,不知道为什么会超时,递归层数不多,排序次数也不多!找到解决方案再把解决方案贴上来!希望大家也可以找找是什么原因!...
分类:
其他好文 时间:
2014-12-28 07:08:12
阅读次数:
183
echo“mem”>/sys/power/state这相当于待机echo“disk”>/sys/power/state这相当于休眠
分类:
其他好文 时间:
2014-12-27 06:47:37
阅读次数:
339
for l in `find /disk/mercInfoPicUpload/*/*_6_*.jpg`;do mv $l `echo $l |sed s/_6_/_5_/g`;done将/disk/mercInfoPicUpload及子目录下形如"*_6_*.jpg"的文件,并将"_6_"替换为"_...
分类:
系统相关 时间:
2014-12-26 16:08:28
阅读次数:
220
FRM-41839: Disk I/O error on temporary record buffer file /tmp/...TMP...
分类:
其他好文 时间:
2014-12-25 18:24:25
阅读次数:
234
You set the recovery window to seven days and the backup optimiza
tion to ON using the CONFIGURE command of Recovery Manager (RMAN). The
most recent backup of the TOOLStablespace to disk was taken o...
分类:
数据库 时间:
2014-12-25 16:31:34
阅读次数:
155
Runtime: O(n) — Moore voting algorithm: We maintain a current candidate and a counter initialized to 0. As we iterate the array, we look at the curren...
分类:
其他好文 时间:
2014-12-24 13:25:12
阅读次数:
114
SQL> alter diskgroup DATA add failgroup DATA_0000 disk '/dev/raw/raw12'; alter diskgroup DATA add failgroup DATA_0000 disk '/dev/raw/raw12'
...
分类:
系统相关 时间:
2014-12-24 11:33:35
阅读次数:
250
遇到一下错误
ERROR at line 1:
ORA-15032: not all alterations performed
ORA-15071: ASM disk "NOCR_0002" is already being dropped 背景描述
因为之前做了alter diskgroup N...
分类:
其他好文 时间:
2014-12-24 11:20:00
阅读次数:
238
use of localityprinciple;Cache;FFS;Disk read
分类:
其他好文 时间:
2014-12-23 19:08:56
阅读次数:
255
因为是在另一台电脑对同名数据库做的备份,用常规方法还原,提示不是相同数据库,不让还原,在网上找到下面的方法解决了:一、右击系统数据库master,新建查询执行以下SQL代码:RESTORE DATABASE xxxFROM DISK = 'E:\DB\xxx.bak' --bak文件路径with.....
分类:
数据库 时间:
2014-12-23 12:14:52
阅读次数:
184