Why doesn't my clone code compile?
为什么没有我的克隆代码编译?。
Every time a programmer runs the build process and has a successful code compile, a run of all the applicable unit tests should follow.
程序员每次运行构建流程并成功编译代码时,应遵循所有的应用单元测试。
Having introduced the compile technology into the process of NC code analysis, the process of NC code compile is divided into three stages: Lexical analysis, Syntactic analysis and NC code Conversion.
将编译技术引入NC代码分析处理过程中,把NC代码编译过程分为词法分析、语法分析和代码转换三个阶段。
Once you compile the code, you need to deploy it in the server to access the service.
您一旦编译完了这些代码,就需要在服务器上部署它来访问那些服务。
If you pasted in the code, you should have some compile errors.
如果您粘贴代码,则可能出现一些编译错误。
You can compile code and run it in any scope or its default scope.
您可以编译代码并且在任意范围或默认范围里执行它。
Another important consideration is that the programmer should be able to get the code to compile on other architectures as easily as possible.
另一个需要考虑的重要事项是,程序员应该能够让代码尽可能容易地在其他体系结构上编译。
These errors would not be caught during model build, and the generated code would not compile.
在构建模型期间,将不会发现这些错误,而且生成的代码将无法编译。
There should be no compile errors in the generated code.
生成的代码中并不会有编译的错误。
The downside of this approach is the possibility that a typo or slight ambiguity in the signature will silently fail, which means the code will compile but "do the wrong thing" at runtime.
这种方法的缺点在于签名录入的错误或含糊不清可能会导致没有征兆的故障,这也就意味着代码可以编译,但在运行时无法正确完成操作。
To compile the code, generate some JCL to execute the compilation job.
要编译这段代码,需要生成一些JCL以执行编译任务。
Once your program is compiled to bytecode, you can compile it to native code.
一旦你的程序被编译成字节码,你就可以将他们编译为本地代码。
Before you are able to debug your project, the code needs to compile and run cleanly.
在您能调试您的项目之前,需要先完整地编译和运行代码。
You also need to compile your code for each architecture you wish to run on (rather than rely on it having a JIT).
同时你也需要在各种结构中编译你的代码(而非依赖JIT)。
SQLJ can perform syntactic and semantic checking on the code, using database connections at compile time.
SQLJ可以通过在编译时使用数据库连接,对代码执行语法和语义上的检查。
Doing so often necessitates the addition of casts to get the code to compile.
这样做经常需要添加类型强制转换来编译代码。
You actually don't need to write any additional code, you just need to compile it all together.
实际上您并不需要编写任何其他代码,只需要将它们编译在一起就可以了。
They both have syntax checking, code completion, and code folding. They both let you compile, run, and debug your code.
它们都有语法检验、代码完成和代码合并,都允许编译、运行和调试代码。
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.
由于此代码仅仅作为样例使用,我们没有执行任何实际的错误处理,但是我们实现了一个虚构的异常处理程序,从而完成代码的编译。
In many cases, these method implementations wind up empty and exist only to satisfy the interface and allow the code to compile, leading to cluttered code.
在许多情况下,这些方法实现都是空的,它们之所以存在只是为了满足接口的要求,让代码能够通过编译,这使代码很杂乱。
You can compile or run code while reading, read or run code while compiling, and read or compile code at runtime.
你可以在读取期编译或运行代码;也可以在编译期读取或运行代码;还可以在运行期读取或者编译代码。
Lots of time could be wasted just trying to get existing code to compile so it can be maintained or built upon.
仅仅尝试获得要编译的现有代码以进行维护或构建就会浪费大量时间。
Mercifully, I do not recount the hundreds of occasions I ended up with code that wouldn't even compile.
所幸,我不必详细描述数百种甚至以代码无法编译而告终场景。
For the code to compile successfully, you need to add the JARs to the compile time classpath.
至于成功编译的代码,您需要将JAR添加到编译时类路径上。
Unfortunately, this code doesn't compile.
不幸的是,该代码不能通过编译。
Now compile your code using the Flex compiler.
现在,使用Flex编译器编译您的代码。
With the interactive shell you have the ability to type expressions, compile code, and communicate with processes.
可以通过交互式shell输入表达式、编译代码以及与进程进行通信。
Second, once you've written a Flex application, you compile the code using the MXML compiler.
其次,编写完Flex应用程序之后,使用MXML编译器编译代码。
This will enable the plug-in code to compile successfully both inside the Eclipse ide and in an automated build.
这将会使得插件代码既在EclipseIDE内部又在自动构建过程中成功地进行编译。
For example, using -XX:CompileThreshold=10000 will cause Hotspot to compile code after it has been executed 10,000 times.
例如,设定-XX:CompileThreshold=10000,Hotspot会在代码被执行10,000次后将它编译为本机代码。
应用推荐