代码转移 meaning in English
code conversion
Examples
- Ioc moves the responsibility for making things happen into the framework and away from application code
Ioc将处理事情的责任从应用程序代码转移到框架。 - We will eliminate all but one effect from the program and move the modification of the pixels displayed to the user into the screen . c file
我们将所有效果从程序中删除,只留下一个,并将像素修改代码转移到screen . c文件中。 - If you had already double - clicked the html element , transfer the code from the client - side event - handler function to the new event - handler method
如果已经双击html元素,请将客户端事件处理程序函数中的代码转移到新的事件处理程序方法中。 - The current frame cannot be discarded when control is transferred from untrusted code to trusted code , since this would jeopardize code identity security
当控制从不受信任的代码转移到受信任的代码时,不能放弃当前帧,因为这将危害代码标识安全性。 - While , the code will have a strong dependency between core elements and the aspect through annotation types , it will save substantial code by moving the common code to an aspect or advice instead of placing it in every single method
虽然通过注释类型,代码使核心元素与方面之间有了强烈的依存关系,但是这样可以节省很多代码(通过将共同代码转移到一个方面或者通知中,而不是将它放到每一个方法中) 。