引入pyserial模块并使用py c进行编译。
这允许应用程序根据特定库的旧版本进行编译,以运行该库的新版本。
This allows applications compiled against an older version of a given library to run against a new version of the same library.
如果这样设置不能进行编译,那么在继续之前必须修正错误。
If this doesn't compile, you must fix the errors before moving on. Some common errors are.
SPU代码与PPC代码分开进行编译,并在运行时进行加载。
SPU code is compiled separately from the PPC code and gets loaded at run time.
注意测试甚至不进行编译,因为Account类并不存在。
Note that the test doesn't even compile, because the Account class doesn't exist yet.
CSI接受一个输入文件并即时对源代码进行编译,最后执行生成的程序集。
CSI accepts an input file and compiles the source code on the fly, finally executing the resulting assembly.
此代码片段中的详细代码只是用于演示目的;将无法对其进行编译。
The stripped-down code in this snippet is for demonstration purposes only; it will not compile.
因此验证可以作为一种检查—有点像每次更改代码之后进行编译一样。
So validation serves as a check-sort of like compiling your code every time you make a change.
将上面的代码保存到文件myenv . c中,然后发出以下命令进行编译。
Save the above source into a file called myenv.c, and then compile it by issuing the command.
环境变量CPU_ARCH生成处理器,shell将针对该处理器进行编译。
The environment variable CPU_ARCH yields the processor for which the shell was compiled.
编写用户出口以后,对其进行编译并使其对MessageBroker可用。
After the user exits are written, they are compiled and made available to Message Broker.
记住,此版本将不直接通过Ubuntu V 7.10发行版的归档进行编译。
Keep in mind that this release will not compile straight from the archive on the Ubuntu V7.10 distribution.
如果发现GOTO语句缺少对某个程序的引用,那么该程序将无法正确进行编译。
If you find the GO to statement is missing a reference to a procedure, the program does not compile correctly.
Fedora Core4使用了gcj来为很多应用程序进行编译。
Fedora Core 4 USES GCJ compilation for a number of programs.
因为在程序执行时进行编译,所以编译代码的时间将计入程序的执行时间。
Because compilation happens at the same time as program execution, the time it takes to compile the code is added to the program's running time.
它不是一次编译和优化一个源文件,而是一次跨所有源文件和头文件进行编译和优化。
Instead of compiling and optimizing one source file at a time, you compile and optimize across all of the source and header files at once.
编写足够的代码以使测试进行编译此时将为您提供即将通过的测试程序,但不是长期。
Writing just enough code to get the test to compile gave you a passing test this time, but not for long.
虽然有大量理由,最明显的回答是要保证尽可能早地在进行编译时发现问题。
While there are a host of reasons, the most obvious answer is that you want to make sure problems are detected as soon as your build is run.
在设置这个选项之后,JIT编译器会在对方法进行编译时为每个方法打印两条消息。
After you set this option, the JIT compiler prints two messages for each method as it compiles the method. For example.
修复这个问题的惟一方法就是获得字节码的正确副本,可能需要重新进行编译。
The only way to fix this problem is to obtain a corrected copy of the bytecodes, possibly by recompiling.
要让最终用户可以定制模板(以及对模板的调试),可以选择在运行时对模板进行编译。
To give the end users the power to customize your templates (and the frustration of debugging them), you can choose to compile your templates at runtime.
这意味着对于所有引用DGTT的语句来说,它们在使用之前都需要进行编译。
This means that for all statements referencing DGTT, they have to be compiled prior to use.
作为一条sql语句,insert语句在执行之前必须由DB 2进行编译。
Being an SQL statement, an INSERT statement must be compiled by DB2 before it's executed.
为了观察不同的- j值带来的效果,让我们试着改变这些值并重新进行编译。
Just to see the effect different values of -j have, let's try varying them and rebuilding.
在编译时,您会告诉它是在什么平台上进行编译的,然后再进行一些奇妙的处理。
When you compiled it, you told it which platform you were on, and then it did Deep Magics.
确保CLASSPATH已按照上面的配置类路径以便进行编译中的描述进行配置。
Ensure that the Classpath has been configured as described above under Classpath configuration for compiling.
这将会使得插件代码既在EclipseIDE内部又在自动构建过程中成功地进行编译。
This will enable the plug-in code to compile successfully both inside the Eclipse ide and in an automated build.
接下来必须对内核重新进行编译,并在测试用户空间应用程序之前使引导使用的新映像变为可用。
I must recompile the kernel and make the new image available for booting before testing the user-space application.
此外,create_function的代码是在执行时进行编译,而且结果函数无法被缓存。
Furthermore, the code for create_function is compiled at execution time, and the resulting function cannot be cached.
由于在程序执行前进行编译,AOT编译器必须谨慎对待它所编译的代码所引用的类、字段和方法。
By compiling before the program executes, the AOT compiler must be conservative about classes, fields, and methods referenced by the code it compiles.
应用推荐