火范文>英语词典>verbose翻译和用法

verbose

英 [vɜːˈbəʊs]

美 [vɜːrˈboʊs]

adj.  冗长的; 啰唆的; 唠叨的

GRE计算机

BNC.33693 / COCA.36378

牛津词典

    adj.

    • 冗长的;啰唆的;唠叨的
      using or containing more words than are needed
      1. a verbose speaker/style
        啰里啰唆的演讲者;长篇大论

    柯林斯词典

    • ADJ-GRADED 冗长的;啰唆的;唠叨的
      If you describe a person or a piece of writing asverbose, you are critical of them because they use more words than are necessary, and so make you feel bored or annoyed.
      1. ...verbose politicians...
        长篇大论的政治家们
      2. His writing is difficult and often verbose.
        他的文章很晦涩,而且往往篇幅冗长。

    英英释义

    adj

    • using or containing too many words
      1. long-winded (or windy) speakers
      2. verbose and ineffective instructional methods
      3. newspapers of the day printed long wordy editorials
      4. proceedings were delayed by wordy disputes
      Synonym:long-windedtediouswindywordy

    双语例句

    • You can enable verbose GC using one of two command-line options: either-verbose: gc or-Xverbosegclog: filename.
      可以使用以下两个命令行选项之一来支持verboseGC:-verbose:gc或-Xverbosegclog:文件名。
    • His writing is difficult and often verbose.
      他的文章很晦涩,而且往往篇幅冗长。
    • Verbose GC helps you determine whether your memory heap is big enough or too big.
      VerboseGC有助于您确定您的内存堆是否太多或太大。
    • The best way to inspect the heap usage is to analyze the verbose GC output.
      监视heap使用情况的最好的方法是分析这个verboseGC的输出。
    • DSLs tend to create more compact code, boiling away needless verbose syntax.
      DSL旨在创建更精简的代码,去除了无用的冗长的语法。
    • They also do not need verbose mapping files, that could become tedious to maintain and debug.
      它们同样不需要冗长的映射文件,因为对于维护和调试而言,那些映射文件只会让过程变得单调乏味。
    • A verBose But meaningless explanation;
      冗长而无意义的解释;
    • There are several reasons why you might want to enable verbose GC and inspect the logs.
      有多种原因使您想要支持verboseGC和检查日志。
    • Every location path can be expressed using a straightforward but rather verbose syntax.
      任何定位路径可以用一个直白但冗长的语法表达。
    • Say we wanted to write a more verbose version of the if statement than the one Scheme offers.
      假设我们想编写一个比Scheme提供的版本更详细的if语句版本。