While it isn't a required standard, it is part of code optimization.
虽然这并不是必须的标准,但这却是代码最优化的一个部分。
You can format an XML document or part of a document automatically by selecting all or a part of code.
可以通过选择全部或部分代码对整个XML文档或部分文档自动进行格式化。
To overcome this, you can use the following code snippet, where part of code is executed depending upon which of the user databases is affected.
为了克服这一点,您可以使用以下的代码片段,其中部分的代码会根据它所影响到的用户数据库而进行执行。
This test application will inherit some part of code from the APIs and applications that make use of the driver. Here are seven steps to enabling the test application.
这个测试程序将从利用这个驱动器的API和应用程序中继承一部分代码。
Notice that this is part of the initialization code that you saw in Listing 2.
注意,这是您在清单2中所见到的初始化代码的一部分。
The most interesting part of this code is how we find a location to keep the database files.
上述代码最有趣的部分是我们如何找到一个位置来放置数据库文件。
For example, your application may require parsing the raw data after it reaches the BPEL part of the code instead of in the data Binding class.
例如,在原始数据进入代码的BPEL部分(而不是在数据绑定类)后,您的应用程序可能需要解析该数据。
In this article, I tie those ideas together and present an extended case study, using tools and approaches to discover a neglected but important part of a code base.
在本文中,我将那些思想相结合,并提供一个扩展后的案例研究,在该案例研究中,使用一些工具和方法来发现代码库中被忽视但是同样重要的部分。
The second part of the code further constrains the results by iterating through each article and checking to see whether it falls within the circle.
第二部分代码通过遍历每篇文章并进行检查以查看它是否落在圆内来对结果进行进一步限制。
This part of the code creates this target table.
该部分代码创建了这个目标表。
In general, profiling your code means determining how much time the computer spends in each part of your code.
一般来说,剖析代码意味着确定计算机在代码的每一部分所花费的时间。
Just like the ASP.NET version, BlueDragon allows developers to simply wrap part of their code in special tags to enable partial page rendering.
像asp.net版本一样,开发人员只需要用特殊的标签封装自己的部分代码,就能完成页面的局部更新。
This part of the code shows the processing for several elements of interest.
这部分代码显示了如何处理感兴趣的几个元素。
Static code analysis allows you to review the code base — all of it or any part — for the occurrence of code that meets certain criteria.
静态代码分析使您能够评审代码基础——全部或者任何一个部分——满足一定标准的代码的出现。
It also generates the code for that new method, calling the child component as part of the code generation.
作为代码生成的一部分,它还调用子组件,生成新方法的代码。
After you have collected response time breakdown data, you can analyze the results in the profiling tools to identify exactly what part of the code is causing the problem.
在您收集了响应时间分解数据后,就可以使用性能分析工具对数据进行分析,以便确定哪部分代码导致了问题。
The EAR containing both the service implementation and client code is part of this article's code download package (see Resources).
包含服务实现和客户端代码的EAR是本文的代码下载包中的一部分(请查阅参考资料)。
Annotations are one of the major new features of J2SE 5.0, designed to allow metadata about code to be defined as part of the code.
注释是J2SE 5.0的一个主要的新特性,其设计目标是允许将关于代码的元数据定义为代码的一部分。
In Listing 4, the most interesting part of the code is right at the top of the file.
在清单4中,代码最有趣的部分刚好在文件的顶部。
The first part of the code creates the request message using AXIOM.
代码的第一部分使用AXIOM创建请求消息。
The first part of building that code is to create a setting for the user name.
构建此代码的第一件事是为用户名创建一个设置。
The two require_once statements are another interesting part of this code.
这段代码中另一个有趣的部分就是两条require_once语句。
The computation part of the code should seem familiar if you've worked at all with fork().
如果您使用过 fork(),那么应该熟悉代码的计算部分。
Service.cs contains the main part of the service code.
cs包含服务代码的主要部分。
The main part of this code is simply to create the partial MBean ObjectName .
这段代码的主要部分只是用来创建部分MBean ObjectName 。
Listing 3 shows part of the code of the ApplicationUtilTest object that represents the TestCase object.
清单3显示了表示TestCase对象的ApplicationUtilTest对象的部分代码。
Like Guice, it makes aggressive use of annotations to keep configuration as part of the code.
它像Guice一样大量使用注释将配置作为代码的一部分。
Part of the code in Listing 12 saves the FourLines class.
清单12中的代码部分可保存fourlines类。
Unreachable code should not be part of a code base.
执行不到的代码不应当成为代码基的一部分。
Cause: Some part of the code is descending two levels per method call without dispatching appropriately on the second descent.
起因:代码的某些部分在每次方法调用中下行了两级且第二次下行时调度不当。
应用推荐