尽管代码结构类似,却不能直接重用。
Although codes are nearly resemble each other, they cannot be reused directly.
举一个简单的例子,您可以看到呈现代码结构的框架。
In a simple example like this, you can see the skeleton of the code structure showing through.
好像JVM可以处理任何代码结构,同时提供最佳性能。
It seems as if the JVM can handle any code structure and still deliver optimum performance.
这种XML结构和最终将看到的代码结构完全匹配。
The structure of the XML matches exactly with the structure of the code that you expect to see on the other end.
这确保了迅捷启动和运行性能和更干净的代码结构。
This ensures snappier up and running performance and cleaner code structures.
而且,面向对象的体系结构使代码结构化、可重用并且运行快速。
Also the object-oriented architecture makes the code structured, reusable, and fast.
要让这些工具正常运行,它们就必须清楚您的源代码结构。
For these to work, they must understand the structure of your source code.
我的代码结构良好的调试和适当的评论,但很少有第三方包。
My code is well structured for debugging and appropriately commented, but third party packages rarely are.
顺便说一句,在某种意义上这也是我,对于我的代码结构的,讲解的开始。
This also, by the way, in some sense, gives me the beginnings of my comments for what the structure of my code is going to be.
如果我们需要修改执行给定控制器的路径,就需要对代码结构重新进行配置。
If you need to change the path that executes a given controller, you need to reconfigure your code structure.
以能够减少重复、更具组织性、更易于读取和维护的方式维护您的代码结构。
Maintaining your code structure in such a way that reduces repetition, is better organized, and is easier to read and maintain.
公司在技术方面拥有几名非常了解业务方面、代码结构和数据库的团队成员。
The company has several team members on the technical side that are very knowledgeable about the business aspects, code structures, and databases.
即使是在这个小示例中,移植到异步结构对代码结构的影响也是十分严重的。
Even in this small example, moving to an asynchronous structure starts to have serious effects on the structure of the code.
代码结构:一组符号代码的组合体制,亦即是电脑语言的结构方式。
Code structure: the structure scheme of a symbolic code which is the structure scheme of a computer language.
代码结构:一组符号代码的组合体制,亦即是电脑语言的结构方式。
Code: a character-string or line of symbolic instructions to a computer. The code applying to a particular computer is often called the "language" of the computer.
问一下你自己,你的代码结构、命名方式等等,是否揭示了代码的意图?
Ask yourself, does the structure of your code, the way the code is named, etc., really reveal the intention of your code?
我会使用两个代码示例。第一个例子代码结构简陋,且只有一个单独的Main方法。
I will use two code samples; first is an example of poorly structured code and has single Main method.
数十年来,程序员们使用模型-视图-控制器简化了代码结构,并使得维护任务更加容易。
Programmers have simplified their code structure and eased maintenance tasks with Model-View-Controller for decades.
代码结构糟糕透了,程序员显然没有深入思考程序的正确性,算法,数据结构和可维护性。
The structure is appalling, and the programmers clearly didn't think deeply about correctness, algorithms, data structures, or maintainability.
分析程序代码以准备更新代码、帮助您了解代码结构以及估计建议更改的成本。
Analyze program code in preparation to update it, to help you understand its structure and estimate the cost of the proposed changes.
要说明代码重用及其含义,我要回过来谈谈先前文章说明代码结构和风格所用的数字分类器。
To illustrate code reuse and its implications, I return to a version of the number classifier that previous installments use to illustrate code structure and style.
劣质的API不但会带来更多的编码,而且代码结构也会更加复杂,潜藏bug的地方也就越多。
Poor APIs often require not only extra code, but also more complex code that provides more places where bugs can hide.
这个TPM文件包含了一些信息,例如:如何把类型和名称转换成源语言,输出代码结构应该如何。
The TPM file contains information such as how to convert types and names into the source language, and how the output code should be structured.
以这种方式分离您的代码将产生一个组织良好的代码结构,使得诊断和修复可能出现的问题要容易得多。
Separating your code in this manner will lead to a highly organized code structure, making it far easier to diagnose and fix any problems that may arise.
另一个问题是堆栈上替换(osr),这种高级JVM特性有助于优化某些代码结构(参见参考资料)。
Another concern is on-stack replacement (OSR), an advanced JVM feature that helps optimize certain code structures (see Resources). Consider the code in Listing 4.
事实的真相是代码结构重构与否,在性能上的区别微乎其微,所以常常可以忽略不计,除非是某些特别的系统。
The truth is that the differences in performance between refactored and unstructured code are, at best, minimal. Except in some very specialized systems, this is not a real concern.
EGL也提供了构造、向导,和代码结构,通过他们能够自动化soa环境中创造和使用许多服务所需的所有步骤。
EGL provides constructs, wizards, and code construction that automate all the steps required to create and consume any number of services in an SOA environment.
在很多浏览器内,它都会受性能问题的限制,而且该语言自身的特性通常会导致所编写的代码结构不佳且晦涩难懂。
In many browsers, it suffers from performance problems, and the nature of the language can often lead to obscure and unstructured code that is difficult to understand.
假设希望获得最佳性能,那么解决O SR问题的惟一方法是了解什么时候会出现OSR,并调整代码结构来避免它。
Assuming that you want top performance, then the only cure for OSR is to recognize where it can occur and restructure your code to avoid it if possible.
假设希望获得最佳性能,那么解决O SR问题的惟一方法是了解什么时候会出现OSR,并调整代码结构来避免它。
Assuming that you want top performance, then the only cure for OSR is to recognize where it can occur and restructure your code to avoid it if possible.
应用推荐