方法 1、 sys.dm_db_file_space_usage。方法 2、 sys.dm_db_session_space_usage。---------------------------------------------------------------------------------...
分类:
数据库 时间:
2014-09-27 00:22:49
阅读次数:
323
Given a sorted array, remove the duplicates in place such that each element appear onlyonceand return the new length.Do not allocate extra space for a...
分类:
其他好文 时间:
2014-09-26 19:48:18
阅读次数:
182
1 problemGiven a stringsand a dictionary of wordsdict, determine ifscan be segmented into a space-separated sequence of one or more dictionary words.F...
分类:
其他好文 时间:
2014-09-26 19:22:58
阅读次数:
165
1.USB:电脑的USB口信号时USB信号,为差分信号,电压范围:+400mV~-400mV间变化;直流电压5V 驱动电流500MA2.232电平: 逻辑1(MARK)=-3V~-15V 逻辑0(SPACE)=+3~+15V3.485电平: 它是差分信号,两信号线 +2V~+6V表示“0”, ...
分类:
其他好文 时间:
2014-09-26 19:18:38
阅读次数:
173
强制不换行div{ white-space:nowrap;}自动换行div{ word-wrap: break-word; word-break: normal; }强制英文单词断行div{ word-break:break-all;}word-wrap:css的 wor...
分类:
Web程序 时间:
2014-09-26 17:50:58
阅读次数:
192
昨天去某客户那里做巡检,顺便看一下上次搭建的RAC-DG环境是否正常,不看不知道,一看吓一跳,上次的DG是8月20日运行的,而DG备库从8月31日之后实例就没有开启过,后来询问后才得知,原来那天断过一次电,后来重启了机器。直到今天我过去了,才把实例启动起来。也就是说,从8月31日到今天快1个月的时间,备库一致处于未使用状态。
接着查看备库归档,显然已经缺失了很多了,tnread1 最后一...
分类:
其他好文 时间:
2014-09-26 02:58:18
阅读次数:
243
HTTP Status 500 - Handler processing failed; nested exception is java.lang.OutOfMemoryError: PermGen space发生此问题的环境信息:系统:CentOS 6.5Tomcat:Tomcat 7.0.6PermGen spacePermGen space的全称是Permanent Generation ...
分类:
编程语言 时间:
2014-09-25 20:55:07
阅读次数:
240
Heap Sort:Heapsort uses the property of Heaps to sort an array. The Heap data structure is an array object that can be viewed as a complete and balanc...
分类:
其他好文 时间:
2014-09-25 19:07:27
阅读次数:
257
Palindrome NumberTotal Accepted:19369Total Submissions:66673My SubmissionsDetermine whether an integer is a palindrome. Do this without extra space.推断...
分类:
其他好文 时间:
2014-09-25 14:43:19
阅读次数:
137
【法线贴图原理】 如果法线处于世界坐标中的(world space),那称为world space normal。如果是处于物体本身局部坐标中的,那称为object space normal。 很容易想象,world space normal一旦从贴图里解压出来后,就可以直接用了,效率很高。但是.....
分类:
其他好文 时间:
2014-09-25 13:31:18
阅读次数:
261