Without a doubt, an opcode cache is the first step in speeding up PHP by removing the need to parse and compile a script on every request.
毫无疑问,一个操作码缓存是通过在每次请求后消除解析和编译脚本的需要来加速PHP 的第一步。
So when the cached opcodes of a PHP script exists, we can skip by the parse and compile steps of the PHP request process and directly execute the cache opcodes and output the results.
因此当php脚本的缓存操作码存在时,我们可以跳过PHP请求流程的解析和编译步骤,直接执行缓存操作码并输出结果。
The delegating build script calls the project's build script, which executes a compile and runs any tests.
该委托构建脚本调用项目的构建脚本,后者执行编译并运行测试。
While this solution works, it would be nice to make a generic script that can be configured quickly to unpack and compile any package just by changing a few lines.
虽然可以使用这种解决方案,但是,最好做一个只通过更改几行就可以快速解包和编译任何包的适用脚本。
The differences are calculated in terms of lines of code, so the script works only if the -g option was used to compile.
差异会以代码行的形式计算差异,这样只在g选项用于汇编时脚本才会起作用。
The script below could be used in a batch file to compile the portlet.
在一个批处理文件中可以使用下面的脚本来编译portlet。
The script below can be used in a batch file to compile the portlet.
可以用批处理文件的形式使用以下脚本来编译portlet。
The KSH script used to compile and execute dltest is.
用于编译和执行dltest的ksh脚本如下。
One other thing to note is that when you do a compile and run ./configure, it runs a configuration script for the local machine on which the agent is being compiled.
另一个需要注意的问题是,当您进行编译并运行./configure 的时候,它将运行本地计算机(正在编译代理的计算机)的配置脚本。
This design change is really handy, because if we want to compile another program instead of sed, we can simply create a new.ebuild file and pass it as an argument to our "ebuild" script.
这种设计更改确实方便,因为如果要编译另一个程序,而不是sed,可以简单地创建一个新的.ebuild文件,然后将其作为自变量传递给“ ebuild ”脚本。
As discussed earlier, my first option would be to simply compile the script using groovyc.
正如前面讨论过的,我的第一个选项可能只是用groovyc编译脚本。
What this does is save Perl from having to compile the script from its source code into the bytecode each time.
这样做的优点是节省了Perl每次将脚本从源代码编译成字节代码的时间。
You'll run a command to "fully compile" a target script or scripts, and it will create the.class file it does now along with all the method binding.class files it normally generates at runtime.
你可以通过命令来“完全编译”目标脚本,这样就会创建。class文件,其中绑定了运行时会生成的所有方法。
First, run the Windows batch file %IBMCMROOT%\bin\cmbenv81.bat or the shell script cmbenv81.sh, to populate the CM environment. Then compile the utility, GenSequence.java, as follows
首先,运行Windows批处理文件 %IBMCMROOT%\bin\cmbenv81.bat或shell脚本cmbenv81.sh,以填充CM环境。
I'd like the ebuild script to accept a second command-line argument, which will be "compile", "unpack", or "all".
我希望ebuild脚本再接受一个命令行自变量:“compile ”、“unpack ”或“all ”。
You can compile the sample code in Listing 4 using the following script
清单4 中的代码可以使用下面的脚本来编译
Near the bottom of the build script, you will define the compile target.
在构建脚本的底部,可以定义compile目标。
For whatever reason, some people like to ship their products with simple batch files or scripts called something like compile. Look inside of the script and you will find the following.
不管什么原因,有人喜欢用简单的、名称叫做compile之类的批文件或脚本装载他们的产品。
However, it is also possible to compile a script to a dynamically linked library (DLL) using an external compiler.
然而,使用外部的编译器把脚本编译成动态链接库也是可能的。
NET starts its application domain and launches the script engine to compile and execute the program.
NET启动它的应用程序域并启动脚本引擎以编译和执行程序。
This is better to distribute software packages that may extract and compile by themselves (i. e. launch the compilation through the embedded script).
这在分发自解压、自编译软件包时比较好。
This is better to distribute software packages that may extract and compile by themselves (i. e. launch the compilation through the embedded script).
这在分发自解压、自编译软件包时比较好。
应用推荐