网站首页  词典首页

请输入您要查询的英文单词或汉字:

 

词汇 opcode
释义 opcode 英'ɒpkəʊd美ɑːpkoʊd COCA²¹⁴⁸⁵⁰BNC²³⁶²¹³⁺¹iWeb³⁵²⁷⁸
基本例句
n.作业码¹⁰⁰
The best thing you can do for PHP is to install an opcode cache.
对于 PHP,最好的事情就是安装一个操作码缓存。 ibm

The makers of Zend also have a commercial opcode cache that includes an optimizer to further increase efficiency.
Zend的厂商也提供了一种商业操作码缓存,包括一个进一步提高效率的优化器。 ibm

The other idea everyone has when looking at this, sooner or later, is“ Why not put the opcode- to- template translation table in the code?”
阅读本文时,每个人迟早都会有的另一个想法是“为什么不把 opcode- to- template转换表包含在代码中?” ibm

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的第一步。 ibm

Alternative PHP Cache, is probably the most popular opcode cache for PHP.
替代 PHP缓存大概是 PHP最流行的操作码缓存。 ibm

An opcode cache saves this compiled opcode and reuses it the next time the page is called.
操作码缓存将保存这个编译后的操作码,并在下一次调用该页面时重用它。 ibm

Another speed enhancer is opcode optimization.
提升速度的另一个途径是操作码优化。 ibm

Bits0:5 always specify the opcode.
位0:5总是指定操作码。 ibm

Hardware transient faults can cause control flow errors and corrupt the normal execution process by altering the operand and opcode of instructions.
硬件瞬时故障可以通过修改指令操作码和操作数的方式引发控制流错误,破坏程序的正常执行。 dictall

If a serious error occurs, for example, an invalid opcode, the SPU is stopped and an interrupt is delivered to the PPE.
如果发生了一个非常严重的错误,例如一个无效的操作码,那么 SPU就会停止,并向 PPE发送一个中断。 ibm

In contrast, concatenating a string is pretty much just a case of running a single opcode to append a string variable to an existing string variable.
相反,连接字符串操作非常简单,只是运行一个操作码,将一个字符串变量附加到一个现有的字符串变量中即可。 ibm

In the meantime, investigate one or more of the PHP accelerators and opcode optimizers.
同时,还将研究一个或多个 PHP加速器和操作码优化器。 ibm

In this case, the failed opcode is7c6000a6.
在本例中,出错的操作码是7c6000a6。 ibm

It is generated under a variety of conditions, such as an illegal opcode, illegal operand, privileged opcode, and so on.
它是在特定条件下产生的。例如非法的操作码、非法操作数、特权操作码等等。 ibm

It's also possible that your distribution has already packaged an opcode cache, and you just have to install it.
您的发布版也有可能已经包含了一个操作码缓存,只需安装即可。 ibm

Many instructions also have an extended opcode.
许多指令还有扩展操作码。 ibm

One way of debugging this failure is to do an object dump of the executable and save it in a file, then search for the failed instruction in this case, the failed opcode is98080000.
调试这个问题的一种方法是对这个可执行程序执行 objdump命令,并将其结果保存到一个文件中;然后查找出错的指令在本例中,出错的操作码是98080000。 ibm

The easiest thing to boost performance of any PHP applicationthe “ P” in LAMP, of course is to take advantage of an opcode cache.
提高任何 PHP应用程序当然是 LAMP中的 “ P”的性能的最简单方式是利用一个操作码缓存。 ibm

They contain details about the current opcode.
它们包含有关当前操作码的细节。 ibm

Two of the opcode caches we looked at earlier, APC and Wincache, have facilities for doing just this, where you can store PHP data directly into a shared memory segment for quick retrieval.
我们之前探究的两个操作码缓存 APC和 Wincache具有实现上述操作的工具,其中您可以将 PHP数据直接存储到一个共享内存段中,便于快速查询。 ibm

Unlike APC and Wincache, it is only an opcode cache and optimizer, so it does not contain the user cache components.
不同于 APC和 Wincache,它仅是一个操作码缓存和优化器,因此它不包含用户缓存组件。 ibm

Using a single inline assembly opcode will probably work wonderfully on a uni- processor machine.
使用单条内嵌汇编操作码在单处理器系统上可能不会有什么问题。 ibm

We looked at techniques not only at the PHP level, by leveraging an opcode cache and optimizing the PHP configuration, but also looked at optimizing your database design for proper indexing.
我们不仅通过利用一个操作码缓存和优化 PHP配置探究了 PHP级别的技术,而且探究了如何优化您的数据库设计来实现合理的索引编制。 ibm

We see a much cleaner syntax for defining these functions, which can be optimized for performance by opcode caches.
我们看到了定义这些函数的更规则的语法,这可以通过操作码缓存来优化性能。 ibm

When a PHP script is requested, PHP reads the script and compiles it into what's called Zend opcode, a binary representation of the code to be executed.
请求一个 PHP脚本时, PHP会读取该脚本,并将其编译为 Zend操作码,这是要执行的代码的一种二进制表示形式。 ibm

You may as well just map the opcode“ DELETE” to whatever function is appropriate for deletion in your environment and language, to take that example.
为实现示例,您同样可以将操作代码“ DELETE”映射到您的环境和语言中任何适当的用于删除的函数。 ibm

Opcode caches have long been popular for PHP, with some of the first ones coming about back in the heyday of PHP V4.
操作码缓存对于 PHP流行已久,其中早期的一些要追溯到 PHP V4的全盛期。 ibm

Opcode suffixes of b, w, and l specify byte8-bit, word16-bit, and long32-bit memory references.
操作码后缀 b、 w和 l 分别指定字节8位、字16位和长32位内存引用。 ibm
随便看

 

英汉汉英双解词典包含9999994条英汉翻译词条,涵盖了常用英语单词及词组短语的翻译及用法,是英语学习的必备工具。

 

Copyright © 2000-2024 tbdmj.com All Rights Reserved 更新时间:2025/3/23 10:19:09