This error may also be caused by a compiler error.
编译器错误也可能导致此错误。
Why is this use of the operator causing a compiler error?
这是为什么使用的运算符导致编译器错误?
If you try to call fact outside of factorial, you will get a compiler error.
如果你尝试在factorial之外去调用fact,你会得到一个编译错误。
Any attempt to assign objects of this type will cause a compiler error.
尝试指派这个类型的物件会引起编译器错误。
Any attempt to copy an object of this type will cause a compiler error.
尝试复制这个类型的物件会引起编译器错误。
Forgetting to end a line in a semicolon will result in a compiler error.
每行代码结束后应用分号结束,否则会导致编译错误。
Any attempt to create an object of this type on the stack will cause a compiler error.
尝试在堆叠上建立这个类型的物件会引起编译器错误。
Take for example the following application, which will generate a compiler error message.
分析下面这个应用的例子,它将产生一个编译错误的信息。
A compiler error will be thrown if a mutable or unrecognized named permission set is used.
如果使用易变或无法辨认的具名使用权限集,将掷回编译器错误。
To fix the compiler error, add the connection string to the project's application Settings.
若要修正这个编译器错误,请将连接字串加入至专案的应用程序设定中。
They are easy to overlook, but when forgotten can lead to mysterious compiler error messages.
分号很容易被忽略,而漏写分号将会导致莫名其妙的编译错误信息。
An internal compiler error (ICE) results when the compiler cannot process a source code file.
当编译器无法处理原始程序档时,就会产生内部编译器错误(ice)。
Adds the contents of the specified compiler error collection to the end of the error collection.
将指定编译器的错误集合内容添加到错误集合的末尾。
Any function passed in to this parameter must satisfy this signature, or you will get a compiler error.
传递给该参数的任何函数都必须满足这个签名,否则将得到一个编译时错误。
Now we can access it (i.e., read it) but we can't update it because the variable is final; another compiler error!
现在run方法可以访问counter变量了(仅仅是读取而已),但却无法更新该变量,因为它是final的,这又导致了另一个编译错误!
You can't just take a quoted string back to back with another quoted string so you'd get some kind of compiler error.
你不能让一个引起来的字符串跟另一个引起来的字符串,背靠背,这样编译就会出错。
You should note that two functions with the same name and parameter list, but different return types, generate a compiler error.
需注意的是,假如两个函数的名称与参数列表均一致然而返回类型不同的话,这就是个编译错误。
Note abstract methods can only be defined in abstract classes. If you attempt to do otherwise, you will be issued a compiler error.
说明抽象方法只可以定义在抽象类中。如果不是这样的话,就会收到编译错误。
If a caller can influence the generated code in a way that causes a compiler error, a security vulnerability might also exist there.
如果调用方能够影响生成的代码并因而导致编译器错误,则这也是安全弱点。
So, if any of those methods contain references to any fields in the original class, you get a compiler error because they are invisible to the superclass.
所以,如果这些方法中的任何一个方法含有对原始类中的任何字段的引用,就会得到一个编译错误,因为它们对超类是不可见的。
The original compiler error message is usually specific to a particular language construct and might not make the real cause or solution obvious to the user.
原始编译器错误讯息通常是特定语言建构特有的,真正原因或解决方案对使用者来说可能并不显著。
(If you tried to declare one there, you would get a compiler error.) Thus, when you invoke intelliSense at the file level, "Property" will not appear in the list.
(如果你试图在那里声明一个,会显示编译错误)这样,你在文件层调用智能感知的话,“Property”就不会在提示列表中出现。
In Scala, override has become part of the language, and forgetting it will generate a compiler error. Thus, a derived toString method should look as shown in Listing 11.
在Scala中,override已经成为语言的一部分,几乎可以忘记它会生成编译器错误。
By default, an expression that contains only constant values causes a compiler error if the expression produces a value that is outside the range of the destination type.
默认情况下,如果表达式仅包含常数值,且产生的值在目标类型范围之外,则它会导致编译器错误。
Also as the name says, implicitly typed local variable, you cannot use var for field declaration or constant variables, therefore following declarations will both produce a compiler error.
故名思意,“隐式类型局部变量”将无法用于域变量或常量的声明中,否则将导致编译错误。
Lines 6-8 also won't parse. Since they are part of the expression that started on line 5, the compiler stopped after the first error.
第6到8行无法解析。因为它们是第5行开始的表达式的一部分,编译器在遇到第一个错误之后就会停住。
By using the tips and tricks in this article, you can build interpreters that also produce the kind of useful, easily understood error messages that you would find in your favorite compiler.
通过使用本文中介绍的技巧,我们可以构建更好的解释器,它们可以生成像您自己喜欢的编译器中一样的有用的、容易理解的错误消息。
This is a little cleaner, as it keeps the common code common, and it makes development easier as the JET compiler doesn't always give the nicest error messages.
这样可能会更加整洁,因为它保留了代码的通用性,并可以简化开发过程,因为JET编译器并不能总是给出最正确的错误消息。
This is a little cleaner, as it keeps the common code common, and it makes development easier as the JET compiler doesn't always give the nicest error messages.
这样可能会更加整洁,因为它保留了代码的通用性,并可以简化开发过程,因为JET编译器并不能总是给出最正确的错误消息。
应用推荐