compile error meaning in English
编译错误
Examples
- Macro references are still based on the namespace declared in the modules , which can compile errors if you attempt to refer to macros based on the new project name
宏引用仍然基于在模块中声明的命名空间,这时试图基于新项目名称引用宏会导致编译错误。 - Instead of showing up as an easily fixed compile error , a misplaced bracket in a pointcut will result in a stack trace at run time , which is much harder to read and debug
如果切入点中放错一个括号,那么不会显示容易修改的编译错误,只会造成很难阅读和调试的运行时堆栈跟踪。 - With smart compile error correction , the code editor can suggest solutions to common errors and warnings and allow you to select the appropriate correction , which is then applied to your code
使用“智能编译错误纠正” ,代码编辑器可对常见的错误和警告建议解决方案,并允许您选择适当的纠正措施,然后对代码应用纠正措施。 - If you tried compiling this assignment directly in a java program , you d get a compile error because it violates one of the rules of the java language : a narrowing assignment requires a cast
如果试着直接在java程序中编译这个赋值,您就会得到一个编译错误,因为它违反了java语言的一个规则:一个窄化的赋值需要一个类型覆盖。 - Some of the advanced scripting options includes the ability to specify collapsible code sections also known as hidden text , compile error ignore , result sets output capture , and platform - specific compilation
一些高级脚本编制选项包括可以指定可折叠的( collapsible )代码区域(也称作隐藏文本) 、编译错误忽略、结果集输出捕获和特定于平台的编译。