群发资讯网

返回主页
compile time
编译时间:程序从源代码转换为机器代码的时间点
常用释义
英式发音
美式发音
基本释义
  • 编译时间:程序从源代码转换为机器代码的时间点,通常用于描述编译的时间。
例句
  • 1·The compile time increases in such cases.
    在这种情况下会增加编译时间。
  • 2·Static JSP includes are resolved at compile time.
    静态JSP包含在编译时解析。
  • 3·This will perform the given operation at compile time.
    它可以在编译时执行给定的操作。
  • 4·Statically typed languages enforce typing at compile time.
    静态类型语言在编译时实施类型。
  • 5·The method that you want to invoke must exist at compile time.
    想要调用的方法必须在编译时存在。
  • 6·Workqueue tasks can be initialized at compile time or at run time.
    工作队列任务可以在编译时或者运行时创建。
  • 7·With this implementation, you get neat compile time error messages.
    如果使用此实现,您会得到相应的编译时错误消息。
  • 8·Generally, it's better to catch these at compile time rather than at runtime.
    通常,最好在编译时间捕获问题而不是在运行时。
  • 9·JAR files that your application needs at compile time but not at run time.
    应用程序在编译时而不是运行时所需的JAR文件。
  • 10·Usually you want to do as much work as possible at compile time for performance.
    通常需要在编译时完成尽可能多的工作以获得更好的性能。