显示下一条  |  关闭

布賴恩特的博客

MVP Kobe Bryant

 
 
 
 
 
 

[置顶] If you really want it

2009-4-2 11:28:00 阅读31 评论1 22009/04 Apr2

If you really want it

You will push pass pain

Use it

Control it

Glory

If you really want it

Live you dreams

If you really want it

Learn from defeat

Learn how to win

If you really want it

you feed everything to your fire

All the pain

Failures

Critics

Glory

Take the ball

Take

作者  | 2009-4-2 11:28:00 | 阅读(31) |评论(1) | 阅读全文>>

linux chap8 磁盘与文件系统管理

2012-1-15 10:37:46 阅读10 评论0 152012/01 Jan15

一个分割槽对应一个文件系统
superblock:记录此filesystem的整体信息,包括inode/block的总量、使用量、剩余量、以及文件系统的格式与相关信息等
inode:记录档案的属性,一个档案占用一个inode,同时记录此档案的数据所在的block号码
block:实际记录档案的内容,若档案太大时,会占用多个block
读取文件,inode->all block address 索引式文件系统(indexed allocation)
ex2文件系统在格式化的时候基本上是区分为多个区块群组(block group)的,每个区块群组都有独立的inode/block/superblock系统
每个block group组成:
1  data block 存放数据,大小有1k 2k 4k ,block的大小与数量在格式化完就不能够再改变了

作者  | 2012-1-15 10:37:46 | 阅读(10) |评论(0) | 阅读全文>>

linux chap7 文件和目录管理

2012-1-10 23:23:36 阅读9 评论0 102012/01 Jan10

. 当前目录
.. 上层目录
- 前一个工作目录
~ 当前用户home目录
cd  change directory
pwd print working directory
mkdir -p make directory

作者  | 2012-1-10 23:23:36 | 阅读(9) |评论(0) | 阅读全文>>

javascript闭包

2012-1-9 19:04:15 阅读12 评论0 92012/01 Jan9

闭包(closure)是Javascript语言的一个难点,也是它的特色,很多高级应用都要依靠闭包实现。
下面就是我的学习笔记,对于Javascript初学者应该是很有用的。
一、变量的作用域
要理解闭包,首先必须理解Javascript特殊的变量作用域。
变量的作用域无非就是两种:全局变量和局部变量。
Javascript语言的特殊之处,就在于函数内部可以直接读取全局变量。
      var n=999;
      function f1(){
        alert(n);

作者  | 2012-1-9 19:04:15 | 阅读(12) |评论(0) | 阅读全文>>

Quotas Guide

2012-1-6 10:58:38 阅读11 评论0 62012/01 Jan6

The Hadoop Distributed File System (HDFS) allows the administrator to set quotas for the number of names used and the amount of space used for individual directories. Name quotas and space quotas operate independently, but the administration and implementation of the two types of quotas are closely parallel.
Name Quotas
The name quota is a hard limit on the number of

作者  | 2012-1-6 10:58:38 | 阅读(11) |评论(0) | 阅读全文>>

查看所有日志>>

 
 
 
 
 
 
 
 

北京市 海淀区 狮子座

 发消息  写留言

 
浮华人生一梦,仰天长笑沧海!
 
近期心愿BJ买栋房子
博客等级加载中...
今日访问加载中...
总访问量加载中...
最后登录加载中...
 
 
 
 
 
 
 
心情随笔列表加载中...
 
 
 
 
 
 
 
博友列表加载中...
 
 
 
 
 
 
 
列表加载中...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

页脚

网易公司版权所有 ©1997-2012

   
创建博客 登录  
 关注