码迷,mamicode.com
首页 >  
搜索关键字:disk space checking    ( 21310个结果
[待续]一些知识点的杂记
1. SQL Server的Data和Log文件的读写特性有区别, Data一般是随机存取, 而Log一般是顺序写. 2. Performance Counter LogicalDisk|PhysicalDisk \Avg. Disk Queue Length 指示着某磁盘在采样时间间隙中进入队列并...
分类:其他好文   时间:2014-06-28 23:44:42    阅读次数:370
Leetcode SortList
Sort a linked list inO(nlogn) time using constant space complexity.本题利用归并排序即可归并排序的核心是将两部分合成一部分,故开始要将链表分成两部分,利用快慢两个指针,当快指针跑到链表尾部时,慢指针恰好在中间,故可以将链表分成两部分然...
分类:其他好文   时间:2014-06-21 12:20:11    阅读次数:188
Leetcode Word Break
Given a stringsand a dictionary of wordsdict, determine ifscan be segmented into a space-separated sequence of one or more dictionary words.For exampl...
分类:其他好文   时间:2014-06-21 07:30:55    阅读次数:212
[LeetCode] Remove Duplicates from Sorted Array
Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length.Do not allocate extra space for...
分类:其他好文   时间:2014-06-20 21:48:33    阅读次数:254
LeetCode解题报告:Linked List Cycle && Linked List Cycle II
Linked List CycleGiven a linked list, determine if it has a cycle in it.Follow up:Can you solve it without using extra space?Linked List Cycle IIGiven...
分类:其他好文   时间:2014-06-20 20:46:58    阅读次数:245
如何更改虚拟内存
右键单击我的电脑--->>属性--->>高级->设置->就可以设置虚拟内存的最大值和最小值了。如果实在要用windows,看看下面的,没有经过实践,仅供参考右键单击我的电脑--->>属性--->>高级--->>启动和故障修复--->>设置--->>编辑--->>将最后一行multi(0)disk(0...
分类:其他好文   时间:2014-06-20 20:29:52    阅读次数:242
Zabbix监控Linux磁盘I/O
东西都上传到这里了:https://github.com/RexKang/Zabbix/tree/master/OS/Linux-disk-discovery 需要用到的东西:Zabbix的LLD:https://www.zabbix.com/documentation/2.0/manual/dis...
分类:系统相关   时间:2014-06-20 19:30:34    阅读次数:393
css实现强制不换行/自动换行/强制换行
强制不换行 div{ white-space:nowrap; } 自动换行 div{ word-wrap: break-word; word-break: normal; } 强制英文单词断行 div{ word-break:break-all; } ========================...
分类:Web程序   时间:2014-06-18 10:47:41    阅读次数:274
解决myeclipse启动慢的问题
去掉拼写检查:windows->preferences->General->Editors->Text Editors->Spelling 将“Enable spell checking”前的勾取消掉,就不进行拼写检查了。 去掉验证:windows->preferences->MyEclipse Enterprise Workbench->Validation 保留Manual,将Build列的...
分类:系统相关   时间:2014-06-18 06:29:12    阅读次数:351
Teamcenter10 step-by-step installation in Linux env-Oracle Server Installation
RecommendedReferenceMaterial<<Teamcenter10.1InstallationonUnixandLinuxServersGuide>><<OracleDatabaseInstallationGuide11gRelease2(11.2)forLinux>>ThedetailedscreenshotsaboutinstallationandupgradingOracleServerareasthefollowing.Checking..
分类:数据库   时间:2014-06-17 17:39:22    阅读次数:484
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!