Simply copying a file to a system with a different default encoding can keep the compiler and interpreter from finding the right classes.
如果只简单地用不同的默认编码将文件复制到系统将会使编译器和解释器无法找到正确的类。
The compiler uses the current working directory (.) as the default classpath.
编译器总是将当前工作目录 (.)
Default JIT compilation, whereby the JIT compiler thread runs at low priority.
默认JIT编译,JIT编译器线程在较低优先级上运行。
By default, the C++ compiler uses the __thiscall calling convention for class methods.
根据预设,C++编译器使用__thiscall作为类成员函数的调用协定。
The default estimates chosen by the compiler are used for the special registers, global variables, or parameter markers.
编译器选择的默认评估值是用在特殊注册、全局变量或参数标记的。
The compiler will also now allow you to define an optimization level at the function level (instead of at the file level, which was the previous default).
编译器现在还允许在函数级(而不是在之前默认的文件级)定义一个优化级别。
Unfortunately, not all software copes with this elegantly, and in fact, the default compiler options generate 32-bit code.
不幸的是,并非所有的软件都可以充分利用这个优点;实际上,默认编译器选项生成的就是32位的代码。
You cannot mix programs compiled using THREAD compiler option and programs compiled using the default NOTHREAD compiler option in the same application.
在同一个应用程序中,不能将使用THREAD编译器选项编译的程序与使用默认的NOTHREAD编译器选项编译的程序混合在一起。
The first two commands from Listing 5 remove the default Ruby installation and install a C compiler and a few necessary development packages.
清单5的前两条命令移除默认Ruby安装并安装一个C编译器和几个必要的开发包。
The compiler simply assumes that the value of num_proc2 will be equal to 1 every time, and generates the code for that branch by default.
编译器简单地假设在任何时候num_proc2都等于1,并且默认地为该转移生成代码。
Comparing identical values is now detected by the compiler and reported as a warning by default.
同一值的比较现在由编译器检测,默认情况下会发出警告。
The default is to use the client compiler; you can select the server compiler by specifying the -server switch when starting the JVM.
默认采用客户机编译器;在启动J VM时,您可以指定- server开关,选择服务器编译器。
For Mac OS X users, though, the GCC compiler doesn't get installed by default.
对于MacOSX用户,gcc编译器在默认情况下不会安装。
Does it make sense to use ropes to compute the value of x, rather than a StringBuilder, which is what the compiler generates by default?
用rope代替编译器默认生成的StringBuilder来计算x的值是否有意义?
Set the Compiler compliance level to 1.4, deselect "Use default compliance settings," and set "Generated .class files compatibility" and "Source compatibility" to 1.4.
将Compilercompliancelevel设置为 1.4,取消选择 “Usedefault compliancesettings”,并将 “Generated .class filescompatibility”和 “Source compatibility” 设为 1.4。
If we do not explicitly define any constructors, then the compiler will generate the default constructor for us.
如果没有为一个类显式定义任何构造函数,编译器将自动为这个类生成默认构造函数。
The compiler will automatically supply the default argument value for the omitted argument.
编译器自动将默认实参的值提供给被忽略的实参。
Project templates provide the files that are required for a particular project type, include standard assembly references, and set default project properties and compiler options.
项目模板提供特定项目类型所需的文件(包括标准程序集引用),并且设置默认项目属性和编译器选项。
You didn't define a copy constructor so a default one was created by the compiler.
你没有定义复制构造函数,默认的是由编译器创建的。
Other useful changes include unsigned types, form default instances, compiler warnings, and explicit array bounds.
其他有用的变化包括了无符号类型、窗体默认实例、编译器警告,以及显式的数组范围。
The reason for this behavior is that, at compile time, the compiler only knows that t is a reference type, and therefore must use the default operators that are valid for all reference types.
这种情况的原因在于,编译器在编译时仅知道t是引用类型,因此必须使用对所有引用类型都有效的默认运算符。
The programming language compiler added a default static constructor to your type and did not make it private.
编程语言编译器已向您的类型中添加默认静态构造函数,但未将其设置为私有。
Leaving it to the compiler to implement the default behavior is simpler, less error-prone, and often leads to better object code.
留给编译器来实现缺省行为更简单些,更不易出错,并且常常会产生更好的目标码。
The compiler detected a method with one or more parameters with default values.
编译器检测到方法有一个或多个带默认值的参数。
The compiler simply inserts code to pass the default value whenever the function is called without an argument in that position.
编译器只是加入代码使得在每次函数被无参数调用的时候传递一个默认的值。
The compiler processes object initializers by first accessing the default instance constructor, and then by processing the member initializations.
编译器进程的第一个访问默认实例的构造函数,然后通过处理成员初始化对象初始值设定项。
This will prevent the compiler from creating and embedding a default manifest in the portable executable (PE) file.
这会阻止编译器在可迁移可执行 (PE) 文件中创建和嵌入默认清单。
This will prevent the compiler from creating and embedding a default manifest in the PE file.
这样可防止编译器在PE 文件中创建和嵌入默认清单。
This will prevent the compiler from creating and embedding a default manifest in the PE file.
这样可防止编译器在PE 文件中创建和嵌入默认清单。
应用推荐