您要查找的是不是:
- error message at compile time 编译时错误信息
- The default base name is specified at compile time. 编译时已经指定了默认的基本文件名。
- Tag remapping occurs at compile time. 在编译时重新映射标记。
- Type existence is checked at compile time rather than read time, reducing possibility for error. 时,将在编译时而不是读取时检查类型是否存在,这可以减少出错的可能性。
- If you attempt to use an undeclared variable name, an error occurs at compile time. 试图使用未声明的变量名将发生编译时错误。
- Generates HTML markup that is used to display an error message at design time by using the specified control, exception, and message. 生成HTML标记,用于在设计时通过使用指定的控件、异常和消息来显示错误信息。
- In fact static method calls are resolved at compile time. 实际上,静态方法的调用在编译时解决。
- Constants are values which are known at compile time and do not change. 常数是在编译时已知并保持不变的值。
- If you try to call the wrong method for an object,you'll get an error message at compile-time. 若试图为一个对象调用错误的方法,就会在编译期得到一条出错消息。
- If you have not rebooted since installing SQL Anywhere Studio, you may get an error message at this point. 如果在安装了SQL Anywhere Studio后没有重新启动,您可能会在这时看见一条错误消息。
- When it does, it displays the error message at the position of the validation control on the form. 如果是这样,则错误信息会显示于窗体上验证控件的位置。
- There is no need to write code to test for the correct data type, because it is enforced at compile time. 不需要编写代码来检测数据类型是否正确,因为会在编译时强制使用正确的数据类型。
- If you try to call the wrong method for an object, you'll get an error message at compile-time. 若试图为一个对象调用错误的方法,就会在编译期得到一条出错消息。
- SQLJ can perform syntactic and semantic checking on the code, using database connections at compile time. SQLJ可以通过在编译时使用数据库连接,对代码执行语法和语义上的检查。
- They cause parts of your code to be included or excluded at compile time depending on certain conditions. 条件编译语句可让代码的各个部分在编译时根据具体的条件,或包括在编译之内,或排除在编译之外。
- This helps make sure that the plan guide will be matched to the query at compile time. 参数使用。这有助于确保计划指南在编译时与查询匹配。
- You can make the reference either at compile time (early binding) or at run time. 您可以在编译时(事先绑定)或在运行时进行引用。
- A constant expression is an expression that can be fully evaluated at compile time. 常数表达式是在编译时可被完全计算的表达式。
- Updating the status bar command prompt for commands whose IDs are not known at compile time. 为ID在编译时未知的命令更新状态栏命令提示。
- Is not resolved at compile time, so you can use it as the return value of a property or method. 因此可以将它用作属性或方法的返回值。