码迷,mamicode.com
首页 >  
搜索关键字:disk space checking    ( 21310个结果
磁盘组成
CHS:柱面,磁头,扇区的简写 LBA:logic block address 一个硬盘包含磁盘,磁头,磁道,扇区,柱面 硬盘:hard drive 磁盘:platter 磁头:head 磁道:track 扇区:sector 柱面:cylinder 扇区是最小的存储单位,一般是512 bytes。 Unix 中专有存储...
分类:其他好文   时间:2014-06-07 02:01:54    阅读次数:404
键盘各键对应的ASCII码值(包括鼠标和键盘所有的键)
最近收集了一下键盘按键对应的ASCII码: ESC键VK_ESCAPE (27) 回车键:VK_RETURN (13) TAB键:VK_TAB (9) Caps Lock键:VK_CAPITAL (20) Shift键:VK_SHIFT (16) Ctrl键:VK_CONTROL (17) Alt键:VK_MENU (18) 空格键:VK_SPACE...
分类:其他好文   时间:2014-06-05 11:37:19    阅读次数:263
ORACLE AUTOMATIC STORAGE MANAGEMENT翻译-第十章ASM内置数据结构(3)完
Disk Directory Disk Directory包含了磁盘组中所有的磁盘信息。Disk Directory信息比PST更为详细。磁盘组中的每一块盘都有一个条目以数字为索引。Disk Directory的文件号在每个磁盘组中都是2号(F2)。 Disk Directory中的字段如下: n  Disk name n  Failure group name n  Disk size...
分类:数据库   时间:2014-06-05 07:05:04    阅读次数:326
[leetcode]Word Break @ Python
原题地址:https://oj.leetcode.com/problems/word-break/题意:Given a stringsand a dictionary of wordsdict, determine ifscan be segmented into a space-separated...
分类:编程语言   时间:2014-06-03 09:14:24    阅读次数:293
ISO in CSS content
NameNumericDescriptionHexISO in CSS contentOctal no-break space%A0p:before { content:"\00a0"; }alert("\240");¡?¡inverted exclamation m...
分类:Web程序   时间:2014-05-31 11:26:22    阅读次数:881
<百度之星2014资格赛>Disk Schedule 报告
Disk ScheduleTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 780Accepted Submission(s): 119Problem...
分类:其他好文   时间:2014-05-31 04:25:17    阅读次数:326
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?/** * Definition for singly-linked list. *...
分类:其他好文   时间:2014-05-30 16:08:05    阅读次数:238
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-05-30 15:59:56    阅读次数:249
Sort List
Sort a linked list inO(nlogn) time using constant space complexity./** * Definition for singly-linked list. * struct ListNode { * int val; * L...
分类:其他好文   时间:2014-05-30 15:17:18    阅读次数:312
Linux安装Oracle报Checking operating system version must be redhat-3, SuSE-9, redhat-4
解决办法:vi /xx/database/install/oraparam.ini找到【Certified Versions】Linux=redhat-3,SuSe-9,redhat-4,后面加上redhat-5保存并退出即可。如图:
分类:数据库   时间:2014-05-30 14:16:05    阅读次数:320
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!