码迷,mamicode.com
首页 >  
搜索关键字:disk space checking    ( 21310个结果
buntu之命令行模式和图形界面切换
1、按ALT+CTRL+F1切换到字符界面(Linux实体机)      如果是VMware虚拟机安装的Linux系统,则切换到字符界面的时候需要以下操作      按下ALT+CTRL+SPACE(空格),ALT+CTRL不松开,再按F1。这样就可以切换到字符界面了。 2、按ALT+CTRL+F7切换到图形界面(Linux实体机)      如果是VMware虚拟机安装的Linux系...
分类:其他好文   时间:2014-06-10 14:43:32    阅读次数:266
DMV to track the temp file usage for SQLServer
There are three DMVs you can use to track tempdb usage:sys.dm_db_task_space_usagesys.dm_db_session_space_usagesys.dm_db_file_space_usageThe first two ...
分类:数据库   时间:2014-06-10 11:27:07    阅读次数:307
LeetCode——Length of Last Word
Given a string s consists of upper/lower-case alphabets and empty space characters ' ', return the length of last word in the string. If the last word does not exist, return 0. Note: A word is...
分类:其他好文   时间:2014-06-10 10:52:03    阅读次数:180
【Leetcode】Sort List
Sort a linked list inO(nlogn) time using constant space complexity.单向链表排序O(nlogn),Mergesort可以实现。 1 /** 2 * Definition for singly-linked list. 3 * st.....
分类:其他好文   时间:2014-06-10 00:44:11    阅读次数:329
[LeetCode] Sort List
Sort a linked list in O(n log n) time using constant space complexity.一谈到时间复杂度O(nlogn),立即联想到以下3种排序方法:1.归并排序(基于分治):时间复杂度O(nlogn),归并排序的最好、平均、最坏时间复杂度没有差别...
分类:其他好文   时间:2014-06-09 20:37:31    阅读次数:244
angular性能优化心得
脏数据检查 != 轮询检查更新谈起angular的脏检查机制(dirty-checking), 常见的误解就是认为: ng是定时轮询去检查model是否变更。其实,ng只有在指定事件触发后,才进入$digest cycle: DOM事件,譬如用户输入文本,点击按钮等。(ng-click)XHR响应事...
分类:其他好文   时间:2014-06-09 16:26:40    阅读次数:223
获取Linux磁盘分区的UUID
在设置fstab自动挂载时,需要填写如下的信息:# 其中file system指的时磁盘在系统之中的ID,可以查看 /dev/下的设备,一般以sd[abcde...]命名也可以填写UUID作为这个ID,用如下方法可以查看磁盘的UUID:ls -l /dev/disk/by-uuid
分类:系统相关   时间:2014-06-09 13:26:27    阅读次数:314
URAL 1936 Roshambo 题解
http://acm.timus.ru/problem.aspx?space=1&num=1936F - RoshamboTime Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64uSubmit Status...
分类:其他好文   时间:2014-06-08 22:28:26    阅读次数:300
URAL 1932 The Secret of Identifier 题解
http://acm.timus.ru/problem.aspx?space=1&num=1932B - The Secret of IdentifierTime Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I...
分类:其他好文   时间:2014-06-08 22:15:33    阅读次数:476
rman多通道全备份脚本
??run{allocate channel d1 type disk;allocate channel d2 type disk;allocate channel d3 type disk;allocate channel d4 type disk;allocate channel d5 type...
分类:其他好文   时间:2014-06-08 21:26:18    阅读次数:351
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!