首页 / 词典 / good

stdlib

  • 网络标准库
stdlibstdlib
  1. On the other hand , sometimes you do need full threads ( and sometimes the Ruby stdlib forces them on you ) .

    然而有时你还是需要用完全线程(有时Ruby标准库会迫使你使用它)。

  2. MenTaLguY : Not as part of its implementation ( which is one of the reasons I moved them from core to stdlib ) .

    并不是它的一部分(这也是我把它从内核移到标准库中的原因之一)。

  3. That comes before the stdlib dir in $ LOAD_PATH so it 'll take over for test / unit .

    这发生在stdlibdirin$LOADPATH,所以这不会影响test/unit。

  4. Stdlib . h is needed for the atoi () function ( ASCII to integer ), which converts a string to an integer .

    h是atoi()函数(将ASCII码转换为整数)所需要的,该函数将字符串转换为整数。