zoukankan      html  css  js  c++  java
  • 网络-->监控-->单位换算

    The metric system

    In some cases when used to describe data transfer rates bits/bytes are calculated as in the metric system as follows:

    • 1 MB = 1,000,000 bits/bytes
    • 1 kb = 1,000 bits/bytes
    • 1 bit/byte

    The period (.) is used as decimal separator.

    计算流量等数据传输速率时,按照这个标准来


    The calculations is based on:

    In the cases when used to describe data storage bits/bytes are calculated as follows:

    • 1 byte = 8 bits
    • 1 kilobyte (K / Kb) = 2^10 bytes = 1,024 bytes
    • 1 megabyte (M / MB) = 2^20 bytes = 1,048,576 bytes
    • 1 gigabyte (G / GB) = 2^30 bytes = 1,073,741,824 bytes
    • 1 terabyte (T / TB) = 2^40 bytes = 1,099,511,627,776 bytes
    • 1 petabyte (P / PB) = 2^50 bytes = 1,125,899,906,842,624 bytes
    • 1 exabyte (E / EB) = 2^60 bytes = 1,152,921,504,606,846,976 bytes

    The period (.) is used as decimal separator.

    计算数据存储时,按照这个标准来

  • 相关阅读:
    Dll版本管理
    线程池ThreadPool
    关于sitemesh和freemark在struts2中的一些问题总结
    Google 怎么搜索
    android 设计模式
    android webview
    ios 基础数据类型
    android 常用
    android Handler vs Timer
    网站
  • 原文地址:https://www.cnblogs.com/mangguoxiansheng/p/6047993.html
Copyright © 2011-2022 走看看