Footer

    Download on the App StoreGet it on Google Play

    關於

    • 認識 VoiceTube
    • 學習服務介紹
    • 加入我們
    • 常見問題
    • 熱門搜尋主題
    • 企業英文培訓
    • 社群推廣分潤計畫

    服務總覽

    • 口說挑戰
    • 單字單句本
    • Hero 智能學習
    • Tutor 真人家教
    • Vclass 名師課程
    • Campus 教育版
    • 字典查詢
    • 匯入影片並生成字幕
    • 部落格

    精選頻道

    影片分級

    • A1 初級
    • A2 初級
    • B1 中級
    • B2 中高級
    • C1 高級
    • C2 高級

    隱私權˙條款˙
    ©2026 VoiceTube Corporation. All rights reserved

    runtime

    US /rʌn'taɪm/

    ・

    UK /rʌn'taɪm/

    B2 中高級
    n. (u.)不可數名詞運行時
    The server's runtime was at 300 hours

    影片字幕

    為什麼《特技玩家》是一部很重要的電影? (The Fall Guy: An Important Movie)

    09:44為什麼《特技玩家》是一部很重要的電影? (The Fall Guy: An Important Movie)
    • Even the runtime falls somewhere in between these other two films.

      按照我剛才對過去兩年兩部最賣座影片的描述,你會認為《墮落者》肯定會大賣。

    • Even the runtime falls somewhere in between these other two films.

      按照我剛才對過去兩年兩部最賣座影片的描述,你會認為《墮落者》肯定會大賣。

    B1 中級

    2011奧斯卡:最佳影片所有評論大集合 #JPMN (2011 Oscars: All Best Picture Reviews #JPMN)

    22:042011奧斯卡:最佳影片所有評論大集合 #JPMN (2011 Oscars: All Best Picture Reviews #JPMN)
    • The movie, sadly, though, isn't much more than that, with a good deal of the 118-minute runtime spent directly on Albert and Loeb's speech therapy sessions.

      在主演馬克-扎克伯格這個時而粗暴的角色中,傑西-艾森伯格的表現足以讓觀眾信服......。

    B1 中級

    ArduinoJson 7 有什麼新功能?! (What's new in ArduinoJson 7)

    14:56ArduinoJson 7 有什麼新功能?! (What's new in ArduinoJson 7)
    • Fixed memory allocation is perfect when resources are scarce but requires more discipline from the programmer. During the past five years, we attended to the rise of 32-bit microcontrollers, first with the ESP8266, then with the ESP32 and all the ARM-based MCUs. 32-bit microcontrollers have much more memory but also a bigger runtime framework, so Arduino JSON now represents a small fraction of the executable. If we compare the parser example on the two versions of the Arduino Uno, we see that Arduino JSON 7 makes up about two-thirds of the executable on R3 but only 7% on R4. Because the proportion is much smaller, the difference between Arduino JSON 6 and 7 is neglectable on 32-bit microcontrollers. For example, on Arduino Uno R4 minima, the parser example only grew by 2.3% and the generator example by 1.7%. As you can see, the size of the library is not so important anymore. Arduino JSON 7 can run on 8-bit microcontrollers but if the memory is tight, it's probably better if you stick with version 6.

      在資源稀缺的情況下,固定內存分配非常完美,但對程序員的要求更高。在過去五年中,我們注意到 32 位微控制器的興起,首先是 ESP8266,然後是 ESP32 和所有基於 ARM 的 MCU。32 位微控制器內存更大,但運行時框架也更大,是以 Arduino JSON 現在只佔可執行文件的一小部分。如果我們比較 Arduino Uno 兩個版本上的解析器示例,就會發現 Arduino JSON 7 在 R3 上約佔可執行文件的三分之二,而在 R4 上僅佔 7%。由於比例要小得多,是以在 32 位微控制器上,

    • 32-bit microcontrollers have much more memory but also a bigger runtime framework, so ArduinoJson now represents a small fraction of the executable.

      我改變了自定義分配器的方式。你必須傳遞一個指向多態分配器的指針,而不是傳遞一個模板參數。這一改變受到了 Stude PMR 的啟發,它允許所有 JSON 文檔相互兼容,而無需考慮分配器。

    B1 中級

    什麼是 DevOps? (What is DevOps?)

    05:59什麼是 DevOps? (What is DevOps?)
    • This piece here includes unit test cases, packaging of the code into executables and runtimes that will actually be then deployed on some sort of runtime environment, be it bare metal, virtualized environment, or the cloud.

      這一塊包括單元測試用例、將代碼打包成可執行文件和運行時,然後實際部署到某種運行時環境中,無論是裸機、虛擬化環境還是雲。

    • And then we have manage, and this is all about addressing what happens to an application once it lands in its runtime environment.

      然後是管理,主要是解決應用程序進入運行環境後的問題。

    B1 中級

    Java 線上面試|資深 Java 工程師面試常見問題! (Java Mock Interview | Interview Questions for Senior Java Developers)

    19:07Java 線上面試|資深 Java 工程師面試常見問題! (Java Mock Interview | Interview Questions for Senior Java Developers)
    • Um, unchecked exceptions include errors, um, and every other type of exception that extends runtime exception as their as its base.

      是啊,回答得好。

    • Unchecked exceptions include errors and every other type of exception that extends runtime exception as its base.

      未檢查的異常包括錯誤和其他所有以運行時異常為基礎擴展的異常類型。

    B1 中級

    31個你絕對不能錯過的電影冷知識! (31 Random Movie Facts You Need To Know)

    02:2531個你絕對不能錯過的電影冷知識! (31 Random Movie Facts You Need To Know)
    • The runtime of Titanic is the exact time it took the real ship to sink.

      「鐵達尼號」的影片長度 是真實事件中船隻沉沒過程歷經時間

    • The runtime of Titanic is the exact time it took the real ship to sink.

      您想要知道哪部電影的資訊呢?

    B2 中高級

    Go 專案架構指南:Repository Pattern 怎麼用? (Repository Pattern in Go - How to Structure your Projects)

    16:24Go 專案架構指南:Repository Pattern 怎麼用? (Repository Pattern in Go - How to Structure your Projects)
    • This here is this here actually the malware is dependency injection, so we have an abstraction and we are injecting any dependency we want at runtime.

      是以,每次創建用戶時,我們都在初始化郵件發送器。

    • So we have an abstraction and we are injecting any dependency we want at runtime.

      是以,我們有了一個抽象概念,可以在運行時注入任何我們想要的依賴關係。

    B1 中級

    保羅麥斯卡談論足球、拍攝滾石樂團 MV,以及《晒後週末》|Harper's BAZAAR (Paul Mescal On Football, Filming The Rolling Stones Music Video, and 'Aftersun' | Harper's BAZAAR)

    05:54保羅麥斯卡談論足球、拍攝滾石樂團 MV,以及《晒後週末》|Harper's BAZAAR (Paul Mescal On Football, Filming The Rolling Stones Music Video, and 'Aftersun' | Harper's BAZAAR)
    • According to IMDb what is the total runtime of Aftersum?

      根據 IMDb,《Aftersum》的總片長是多少?

    • According to IMDb, what is the total runtime of Aftersun?

      我覺得劇本寫得很好,能飾演斯坦利這樣的人,我覺得他的身體裡充滿了獸性,與卡勒姆這樣的人相比,我覺得這是一個挑戰,讓我非常興奮。

    A2 初級

    20部全程都在騙你的電影! (20 Movies That LIED the Whole Time)

    24:1620部全程都在騙你的電影! (20 Movies That LIED the Whole Time)
    • For most of the runtime, it's easy to infer that Nick and his friends are in Area 51 and being subjected to extraterrestrial tech as part of some larger experiment.

      在大部分的片長裡,很容易推斷尼克和他的朋友們身處於51區,並作為某個大型實驗的一部分,被用於外星技術的實驗。

    • For most of the runtime, it's easy to infer that Nick and his friends are in Area 51 and being subjected to extraterrestrial tech as part of some larger experiment.

      在大部分的片長裡,很容易推斷尼克和他的朋友們身處於51區,並作為某個大型實驗的一部分,被用於外星技術的實驗。

    B1 中級

    電腦叢集入門介紹! (Introduction to Computing Clusters)

    18:03電腦叢集入門介紹! (Introduction to Computing Clusters)
    • Taking a simple existing script, we shall first add our PBS directives specifying the job name, which we call testjob in this case, the number of nodes and processors needed, one for each in this case, the amount of random access memory required, one megabyte here, and the maximum runtime, or wallclock, required for the job, which we set to one minute in this case.

      以一個簡單的現有腳本為例,我們首先要添加 PBS 指令,指定作業名稱(本例中稱為 testjob)、所需的節點和處理器數量(本例中各一個)、所需的隨機存取內存量(本例中為 1 兆字節)以及作業所需的最長運行時間或掛鐘(本例中設置為一分鐘)。

    • and the maximum runtime or wall clock required for the job, which we set to one minute in this case.

      每種計算平臺上都有 SSH 的實現。

    B1 中級