//父亲 function Father(name) { this.fatherName = name; } Father.prototype.age = 18; var ft = new Father("父亲"); console.info(ft.age); console.info(ft.fat ...
分类:
其他好文 时间:
2016-06-01 22:59:09
阅读次数:
142
fatfs可配置项很多,相关的配置均在ffconfig.h文件中/*---------------------------------------------------------------------------// Function Configurations 功能配置/---------... ...
分类:
其他好文 时间:
2016-05-20 19:03:20
阅读次数:
214
NTFS是微软Windows NT内核的系列操作系统支持的、一个特别为网络和磁盘配额、文件加密等管理安全特性设计的磁盘格式。NTFS比FAT文件系统更加稳定,更加安全,功能也更为强大。 通过命令“convert 分区盘符: /fs:ntfs”,可将FAT格式分区的文件系统转换为NTFS文件系统。 N... ...
分类:
Web程序 时间:
2016-05-14 00:35:26
阅读次数:
1570
Trees on the levelBackgroundTrees are fundamental in many branches of computer science. Current state-of-the art parallel computers such as Thinking Machines’ CM-5 are based on fat trees. Quad- and oct...
分类:
其他好文 时间:
2016-05-12 16:30:08
阅读次数:
167
Problem 2147 A-B Game
Accept: 1202 Submit: 2853
Time Limit: 1000 mSec Memory Limit : 32768 KB
Problem Description
Fat brother and Maze are playing a kind of special (hentai) game by...
分类:
其他好文 时间:
2016-05-07 10:36:39
阅读次数:
179
Problem 2150 Fire Game
Accept: 1357 Submit: 4807
Time Limit: 1000 mSec Memory Limit : 32768 KB
Problem Description
Fat brother and Maze are playing a kind of special (hentai) game o...
分类:
其他好文 时间:
2016-05-07 09:30:59
阅读次数:
204
文件系统按名称存取是文件系统存在的一个主要目的
定义: 文件系统是一个软件,对磁盘上存在的二进制进行管理 MBR:Master Boot Record 主引导记录
512byte:
bootloader:记载器,4 46bytes
fat:每16个字节引导一个分区,
MBR有效性标记:5A 4个主分区
3主,1扩展分区,引用其他额外的分区表
逻辑分区
硬...
分类:
系统相关 时间:
2016-05-07 08:39:09
阅读次数:
186
我们在使用电脑磁盘时常会有人提到NTFS文件系统,它是什么呢?有什么主要功能呢?NTFS是新技术文件系统(New Technology File System)的英文缩写。与FAT相比,NTFS具有许多新的特性,主要有以下4点。 一、 容错性: NTFS文件系统可以自动地修复磁盘错误而不会显示出错信 ...
分类:
Web程序 时间:
2016-05-05 17:24:20
阅读次数:
304
FJNU 1153 Fat Brother And XOR(胖哥与异或) Time Limit: 1000MS Memory Limit: 257792K 【Description】 【题目描述】 Fat brother had master ACM, recently he began to st ...
分类:
其他好文 时间:
2016-04-24 06:12:04
阅读次数:
244
目的:制作windows server 2008 U盘镜像 需要的共具: 1.一个格式为FAT并且至少4G的U盘, 2.UltraISO软件, 3.一个windows server 2008 ISO文件 制作步骤: 1.用UltraISO打开镜像 2.点击菜单 " 启动 "- 写入硬盘映像 3.写入 ...