查询
1 词典释义:
compile error
时间: 2025-06-28 07:50:24
英 [kəmˈpʌɪl ˈɛrə]
美 [kəmˈpaɪl ˈɛrər]

编译错误

双语例句
  • GCD-style Singleton throws compile error... sometimes?

    GCD风格单抛出编译错误…有时?

  • A Diagnostic is a single warning or compile error emitted by the compiler. A Diagnostic specifies.

    Diagnostic是编译器发出的警告或编译错误。

  • VisualAge also incrementally compiles code, so you know instantly if you have a compile error.

    VisualAge还递增地编译代码,所以您可以马上知道您的编译有没有错误。

  • Compile error (CE) : The compiler fails to compile your program. Warning messages are not considered errors.

    您的程序没有通过编译。警告信息并不会被认为是错误。

  • Now, when you compile the class, you get no warning messages or error messages.

    现在,当您编译该类时,将不会看到警告消息或错误消息。

  • Because you're configuring real-world objects, you get some compile time error checking.

    因为您配置现实世界的对象时,会得到一些编译时错误检查。

  • Note if we didn't use an asynchronous function then we'd get a compile type error.

    注意,如果我们不使用异步函数,那么我们就会得到一个编译类型错误。

  • The programmer received the error compile listing report.

    程序员接收到错误的编译清单报告。

  • With this implementation, you get neat compile time error messages.

    如果使用此实现,您会得到相应的编译时错误消息。

  • Correcting the first error breaks this chain and often enables the software to compile correctly.

    更正了第一个错误就打破了这链条,通常会使软件能够正确编译。

  • Because this code is only a sample we don't perform any real error processing, but we do implement a dummy exception handler to allow the code to compile.

    由于此代码仅仅作为样例使用,我们没有执行任何实际的错误处理,但是我们实现了一个虚构的异常处理程序,从而完成代码的编译。

  • The type-safety feature will provide for much earlier error detection at compile time, rather than at run time with the standard JPQL constructs.

    类型安全功能将提供在编译时的早期错误检测,而不是使用标准 JPQL 构建时的运行时检测。

  • On top of that, we introduced the new Codan static analysis framework as optional component to provide semantic error reports ahead of compile time.

    在此基础之上,我们引入新的Codan静态分析框架作为可选组件,在编译之前提供语义错误报告。

  • Creating a custom plug-in for Perl or Python code that lets you compile sources from within the editor, and then positions the cursor on the error may help save a lot of development time.

    可以为Perl或Python代码创建用于从编辑器内编译源代码的定制插件,还可以把光标放在有错误的地方,这有助于节省大量开发时间。

  • This incompatibility between platforms is particularly dangerous as it might cause programs to return wrong results rather than causing a compile-time error.

    不同平台之间的不兼容性尤其危险,因为它可能会导致程序返回错误结果,而不是编译时错误。

  • Listing 2 shows a piece of code that results in a compile-time error because the copy constructor is private.

    清单2显示了产生编译时错误的代码部分,因为该拷贝构造函数是私有的。

  • Comparing tuples of unequal lengths results in a compile-time error.

    比较不同长度的元组会产生编译时错误。

  • But, if you try to compile the procedure, you will get the error.

    但是,如果你尝试编译的程序,您将收到错误。

  • You will have a compile-time error something like: "The nested type Person cannot hide an enclosing type".

    否则将会导致一个编译时间错误,如 “该嵌套类型 Person 无法隐藏封闭类型”。

  • In addition, mobl integrates into the existing Eclipse IDE and the tooling around it, providing error checking as-you-type, reference resolving, code completion and compile-on-save.

    此外,mobl能够集成到现有的Eclipse IDE和外围工具中,提供在输入时检测错误、引用解析、代码自动完成和保存时编译等功能。

  • So if you misspelled "secret" in the above example, or tried to call a method on it that did not exist, you would get a compile-time error.

    因此如果在上例中拼错了“secret”,或尝试调用根本不存在的方法,那么将出现编译时错误。

  • A dynamic object is assumed at compile time to support any operation, and only at runtime will you get an error if it wasn't so.

    在编译时,会假设动态对象支持任何操作,而如果它不支持某个操作,则只有到运行时才能得到错误。

  • The ideal time to catch an error is at compile time, before you even try to run the program.

    最良捕获错误信息的时机应该是在编译时,在运行程序之前。

  • In order for the command-line compiler to find the runtime error with -f, you must compile the program with all the same command-line parameters you used the first time you compiled it.

    为了命令行编译器能用- F选项查找运行期间错误,你必须传递与第一次编译时相同的指令列表。

  • So whenever I try to compile, I get this error that "Success" is defined twice in different files.

    所以每当我尝试编译,我得到这个错误,“成功”是在不同的文件中定义的两倍。

  • Implicit conversions succeed only when the process loses no data; otherwise they fail and generate a compile or run-time error.

    隐含转换只在处理序不遗失资料时才会成功,否则会失败并且产生编译或执行阶段错误。

  • Compile the program again to see if the error reoccurs.

    请重新编译程序,看错误是否会再度发生。

  • It is a compile-time error for a single ElementType constant to appear more than once in a Target annotation. For example, the following meta-annotation is illegal.

    对于一个元素类型常量出现多余一个的目标注释是编译错误的。例如下面的例子是不合法的。

  • For example, if no class Foo exists, an error will be generated at compile time for the first version.

    例如,如果没有一流的美孚存在,一个错误会在编译时产生的第一个版本。

  • If there is no default constructor, then there is a compile-time error: the object must be given an explicit initializer.

    如果没有默认构造函数,那么将会出现编译时错误:必须要给对象指定显式的初始化式。