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
装了winxp和linux双系统,后先在winxp下手动格式化了linux系统,后启动时提示grub错误,重新分区后系统也2010-09-17 21:07
【清风剑】 | 分类:Linux | 浏览991次用fdisk /mbr后,再ghostxp,启动提示 disk error! 用安装盘分区装了...
【题目】
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
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
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
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算法主要是用于文本去重的。文本去重的第一步就是判断文本的相似度,如果两个文本的相似度很
高,那么我们可以认为它们是相同的文本。
对于文本相似度的计算,传统的方法是使用向量空间模型,即Vector Space Model,即VSM,VSM计算文本相似度
的方法是这样的:先对文本进行分词,提取出特征词,然后建立文本向量,把相似度的计算转化成某种特征向量距离
的计算,比...
分类:
其他好文 时间:
2014-06-02 05:02:30
阅读次数:
500
连接数据库报错
[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
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>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