码迷,mamicode.com
首页 >  
搜索关键字:disk space checking    ( 21310个结果
Sort List
Sort a linked list inO(nlogn) time using constant space complexity./** * Definition for singly-linked list. * struct ListNode { * int val; * L...
分类:其他好文   时间:2014-06-06 20:01:30    阅读次数:333
安装win和xp双系统 若干问题
装了winxp和linux双系统,后先在winxp下手动格式化了linux系统,后启动时提示grub错误,重新分区后系统也2010-09-17 21:07 【清风剑】 | 分类:Linux | 浏览991次用fdisk /mbr后,再ghostxp,启动提示 disk error! 用安装盘分区装了...
分类:Windows程序   时间:2014-06-04 17:53:57    阅读次数:590
LeetCode: Recover Binary Search Tree [099]
【题目】 Two elements of a binary search tree (BST) are swapped by mistake. Recover the tree without changing its structure. Note: A solution using O(n) space is pretty straight forward. Could you devise a constant space solution? confused what "{1,#,2,3}" ...
分类:其他好文   时间:2014-06-02 10:38:17    阅读次数:246
leetcode Linked List Cycle
Given a linked list, determine if it has a cycle in it.Follow up:Can you solve it without using extra space?求链表是否有环的问题,要考虑链表为空的情况,定义一个快指针和一个慢指针,如果快指针和...
分类:其他好文   时间:2014-06-02 08:05:16    阅读次数:255
Leetcode Linked List Cycle II
Given a linked list, return the node where the cycle begins. If there is no cycle, returnnull.Follow up:Can you solve it without using extra space?借用博...
分类:其他好文   时间:2014-06-02 07:32:33    阅读次数:291
ASM相关视图
oracle asm对于我们并非一个黑盒子 ,我们能够通过对应视图查看asm instance信息,和oracle系统视图一样。v$asm_diskgroup x$kfgrp记录diskgroup内容信息v$asm_disk x$kfdik,x$kfkid记录asm disk内容具体信息v$asm_...
分类:其他好文   时间:2014-06-02 05:48:29    阅读次数:217
SimHash算法
首先,SimHash算法主要是用于文本去重的。文本去重的第一步就是判断文本的相似度,如果两个文本的相似度很 高,那么我们可以认为它们是相同的文本。   对于文本相似度的计算,传统的方法是使用向量空间模型,即Vector Space Model,即VSM,VSM计算文本相似度 的方法是这样的:先对文本进行分词,提取出特征词,然后建立文本向量,把相似度的计算转化成某种特征向量距离 的计算,比...
分类:其他好文   时间:2014-06-02 05:02:30    阅读次数:500
ORA-09817: Write to audit file failed   Linux-x86_64 Error: 28: No space left on device
连接数据库报错 [oracle@tips~]$sqlplus/assysdba SQL*Plus:Release11.2.0.3.0ProductiononFriJun2918:44:032012 Copyright(c)1982,2011,Oracle.Allrightsreserved. ERROR: ORA-09817:Writetoauditfilefailed. Linux-x86_64Error:28:Nospaceleftondevice Additionalinforma..
分类:系统相关   时间:2014-06-02 04:12:14    阅读次数:915
selinux 引起的 Instantiating disk: failed
asm初始化创建ASM磁盘组失败 [root@dga01~]#oracleasmcreatediskOCR/dev/sde1 Writingdiskheader:done Instantiatingdisk:failed Clearingdiskheader:done 开始以为是asm配置错误,于是重新初始化ASM [root@dga01~]#/etc/init.d/oracleasmconfigure-i ConfiguringtheOracl..
分类:系统相关   时间:2014-06-02 03:22:50    阅读次数:1462
RMAN-06059: expected archived log not found,ORA-19625
RMAN>backupdatabaseformat=‘/oracle_rman/%d_%s.dbf‘plusarchivelog; Startingbackupat31-7月-11 currentlogarchived usingtargetdatabasecontrolfileinsteadofrecoverycatalog allocatedchannel:ORA_DISK_1 channelORA_DISK_1:sid=137devtype=DISK RMAN-00571:==========..
分类:其他好文   时间:2014-06-02 03:06:41    阅读次数:358
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!