人们期望程序在完成任何操作后释放分配的内存,并允许系统和其他程序员使用该内存。
The program is expected to release allocated memory when it has completed any operations, and let the system and other programs use that memory.
为了保证流程执行所有事件处理程序,此接收活动将等待最后一个事件处理程序实例发送完成通知。
To guarantee that the process executes all event handlers, this receive activity waits until the last active event handler instance sends a notification of completion.
定义补偿处理程序的调用或范围活动必须完成,补偿处理程序才可以运行。
The scope or invoke activity defining the compensation handler must complete before the compensation handler can run.
首先,我们必须修改对所有事件处理程序的完成情况进行的检查,以反映只要有三个事件处理程序完成就足够了。
First we have to modify the check for completion of all event handlers to reflect that it is sufficient if three event handlers have finished.
可以根据需要灵活选择使用全局处理程序或者对每一个节点使用不同的处理程序完成这项工作。
And you can do this with the flexibility of using a global handler or a different one on each node as you see fit.
通常情况下,线程池会运行到程序结束,但是在线程池完成时这个程序才会结束,所以这个检查非常必要。
Typically, the pool would just run until the program ends, but this program ends when the pool is done, so the check is necessary.
为了简化批处理文件的脚本,批处理文件必须很容易察觉安装程序什么时候完成了,以便它可以启动更新程序。
To simplify the scripting of your batch file, the batch file must easily detect when the installation program has completed, so that it can then start the update program.
如果单元测试案例因为应用程序中的错误或缺少单元测试代码而无法被成功完成,那么应用程序不应该被性能测试所接受。
If the unit test cases cannot be successfully completed, either due to bugs in the application or the lack of unit test code, then the application should not be accepted for performance testing.
推荐:请用不同的最小和最大线程池大小来测试应用程序以确定哪些设置使应用程序完成尽可能多的工作。
Recommendation: Test the application with a variety of minimum and maximum thread pool sizes to determine which Settings move as much work as possible through the application.
在先决条件得到满足,并完成了应用程序的安装之后,启动应用程序,逐步操作并研究幕后所发生的事情。
With the setup and prerequisites complete, start up the application and examine what goes on behind the scenes as you step through it.
连续测试:在程序员增加一项特征前就完成测试程序。
Continuous Testing: Before programmers add a feature, they write a test for it.
必须导入这个启动器应用程序,这部分工作是完成应用程序所必需的。
You have to import this starter application as a part of completing the application.
完成编程之后,或者在可以发布程序时,通读代码,再次手工检查程序,确定您使用的是可用的最有效解决方法。
Once the program is finished or at least in a releasable state, go through and double check that you are using the most efficient solution by hand by reading the code.
参考本文的下载部分,获取启动器应用程序和已完成的应用程序的链接。
Refer to the Downloads section of this article for links to the starter application and the completed application.
指定使用中间件基础设施的第一个应用程序是存款处理应用程序,它预定在中间件项目完成之后实现。
The first application designated to use the middleware infrastructure, a credit processing application, was scheduled to be implemented after completion of the middleware project.
新设计的应用程序完全支持XML,但是所有现存的应用程序转换完成还需要几年的时间。
New applications are designed to support XML from the ground up, but it will be years before all existing applications are converted.
完成了基本变量声明和子例程后,程序将继续进行主程序循环,如下所示。
With the base variable declarations and subroutine complete, the program moves on to the main program loop, shown below.
我们的应用程序需求概述了统一化的应用程序必须要完成的操作,以及怎样对其进行的操作。
Our application requirements outline what the unified application needs to do and how it needs to be done.
其次,它意味着设计人员可以集中精力定义仅提供必需功能的处理程序,与其他现有的处理程序结合起来完成工作。
Secondly, it means that designers can focus their efforts on specifying handlers that provide the minimal functionality necessary to do a job in conjunction with existing handlers.
每个函数都不会用新的处理程序覆盖已有的处理程序,以确保在完成点击-拖动的处理后,不会留下垃圾。
Each function takes care not to overwrite an existing handler with a new one and to make sure that things are cleaned up when a click-and-drag process is done.
这些模式说明如何构建应用程序,最好地利用底层的技术框架来完成目标应用程序的业务目标。
These patterns describe how to structure an application to best leverage the underlying technical framework to accomplish the business objectives of the target application.
应用程序可移回主系统,但最好等到应用程序首先完成备用系统的积压工作再移动。
Apps can be moved back to the primary, but it is best to wait until the apply program gets through the standby's backlog first.
在传统的 C#应用程序中,您需要重写应用程序中的大量内容来完成。
With a traditional C# application, you’d need to rewrite much of the application to make this change.
编写计算机程序来完成某项任务通常至少涉及两方面的问题:程序的形式以及程序的工作方式。
Programming a computer to do something always involves at least two important issues: how it will look and how it will work.
在POST过程完成后,将引导程序(用于加载大型程序的小型程序)加载到内存中。
After the POST process has finished, the bootstrap -or a smaller program used to load a larger program-is loaded into memory.
复合应用程序松散耦合的优势之一就是,可在组件创建和设计完成之后再组装应用程序。
One of the great advantages of the loose coupling of composite applications is that application assembly can be conducted much later than component creation and design.
一旦事务过程完成,应用程序就可以开始与安装在目标应用程序服务器中的任何应用程序进行通信。
Once the registration process completes, the application can begin communicating with any application installed in the target application server..
最后,已完成的服务请求程序可以在开发中被配置用来使用产品服务提供程序。
Finally, the finished service requestor can be configured at deployment to use the production service provider.
EJB服务器提供线程管理、并发管理、内存管理以及安全方面的功能,并自动完成这些任务,以便于应用程序程序员摆脱这些细节方面的负担。
The EJB servers provide functionality for threading, concurrency, memory management, and security and do these things automatically so as not to burden the application programmer with the details.
为了使这些服务管理域的业务流程实现自动化,IBM创建了一些应用程序,这些应用程序可以极大减少在完成一个给定流程的过程中所需的人工参与。
In order to automate the business processes for these service management domains, IBM created applications that work to greatly reduce the human involvement required to complete a given process.
应用推荐