由于采用了竖井工作方法,每个组的语义集成和数据处理逻辑可能略有不同。
As the result of a siloed approach, each group may have slightly different semantic integration and data processing logic.
极大地减少用于数据转换和异常处理的繁琐代码,从而专注于核心业务逻辑。
Significant reduction of tedious code for data conversion and exception handling, allowing you to focus on core business logic.
调用处理程序类是处理所有数据验证逻辑的地方。
The invocation handler class is where all of the data validation logic is handled.
这些特殊的翻译标记不仅向XML结构提供了逻辑组织,而且允许围绕xml语法分析器构建应用程序,以理解如何处理全球化数据。
These special translation tags not only lend a logical organization to the XML structure, they also allow an application built around an XML parser to understand how to process the globalized data.
例如,客户机应用程序可以使用SQL和结果集逻辑把VSAM或IMS数据读取到全局或声明的临时表中,然后处理它们。
For instance VSAM or IMS data can be retrieved into a global or declared temporary table and subsequently processed by client applications using SQL and result set logic.
软件组件的构造(无论是处理序列逻辑、策略、基本计算、人机界面或数据管理)都可以通过重用提高效率。
Construction of software components, whether process sequencing logic, policy, basic computation, human interface or data management, increases productivity by reuse.
一旦完成映射,您就可以将他们当成普通对象来处理,无需编写复杂的数据访问逻辑就可以轻松地将更改提交回数据库。
Once the mapping is done, you can manipulate mapped objects as normal objects and easily submit changes back to relational database without writing complex data access logic.
真实的情况是,SAP系统拥有一个附带业务流程特定数据结构(业务对象)的通用内核并在其上处理逻辑。
Under the covers, an SAP system has a common kernel plus business process specific data structures (business objects) and processing logic on top of it.
首先,整个过程背后的逻辑是合理的:如果您将这项数据元素从可选改为必需,那么您基本上就是复制了系统中其他地方所使用的错误处理过程。
At first, the logic behind this sounds reasonable: If you change this data element from optional to required, you essentially duplicate error processing that occurs elsewhere in the system.
它还可以缓冲数据,处理不可靠的通信,这样就不需要由应用程序逻辑来执行这项工作。
It also buffers the data, handling unreliable communications so that application logic doesn't have to.
业务逻辑再决定将要处理的数据是否已被签名。
The business logic may then decide if the data about to be processed has been signed or not.
驱动程序层显示花费在执行数据库驱动器处理逻辑上的时间。
The driver layer shows times spent performing database driver processing logic.
它解决了开发人员创建Flex应用是所碰到的大量常见问题,如从外部服务中检索数据、处理业务逻辑。
It solves many common problems faced by developers when creating Flex applications, such as retrieving data from external services and handling business logic.
DataCapture andDelivery还可以缓冲数据,处理不可靠的通信,这样就不需要由应用程序逻辑来执行这项工作。
Data Capture and Delivery also buffers the data, handling unreliable communications so that application logic doesn't have to.
这儿是应用我们ETag比较逻辑的理想场所,因此如果我们发现构建一个页面的数据没有发生变化,我们可以避免进一步处理。
This is an ideal place to apply our ETag comparison logic so that if we find the data that is used to build a page hasn't changed we can avoid further processing.
然后Manager Bean处理逻辑,通过访问合适的JPAAPI来与备份数据库相接(图3),来检索以及更新实体。
The Manager Bean then handles the logic for retrieving and updating entities by calling the appropriate JPA APIs to interface with the backend database (Figure 3).
数据操作服务是处理逻辑,其直接操作数据值和那些值的表示形式,以便进行存储、传输或表示。
Data manipulation services are processing logic that directly manipulates data values and the representation of those values for storage, transport or presentation purposes.
因为没有错误处理逻辑,必须依靠数据库的限制,以确保数据的语义完整性。
Because there is no error handling logic, you must rely on database constraints to ensure semantic integrity of the data.
视图经常(特别是当您处理表单数据时)要求一些逻辑来根据用户操作和某些条件显示正确的内容。
Often the view, especially when you're handling form data, demands some logic to display the right thing based on user actions and certain conditions.
使用批处理计算,业务逻辑与数据的接近程度将极大地影响性能。
With batch computing, the proximity of the business logic to the data significantly impacts performance.
对于每个节点处理不同部分数据并在逻辑步骤中整合这些数据的情况,随需复制是很有帮助的。
Replication on demand helps in the scenario where each node works with different pieces of data and will be combined at logical steps.
返回此批处理数据流的逻辑名称。
同样,由于SQL使用集合级别的处理以及DB 2优化查询来确定数据导航逻辑,所以这是可能的。
Again, this is possible because SQL USES set-level processing and DB2 optimizes the query to determine the data-navigation logic.
这意味着,如果监听器逻辑更改一个外部数据源(数据库、大型机等)中的任意状态,那么这些交互必须通过一个“至少一次”交付范式处理。
This means that if the listener logic changes any state in an external data source (database, mainframe, and so on) then these interactions must be treated with an "at least once" delivery paradigm.
清单3中代码的第二部分包含用于从数据库服务器获得适当XML数据并在应用程序服务器中对数据进行处理的逻辑。
The second portion of the code in Listing 3 contains the logic that obtains the appropriate XML data from the database server and manipulates it in the application server.
这既包括缓存数据使其接近应用程序,又包括复制靠近(分区)数据的应用程序逻辑,以实现并行处理。
This includes both caching the data close to the application and replicating application logic close to the (partitioned) data for parallel processing.
如果您希望避免该异常,则必须将数据截断以适应该字段,并且必须编写附加的逻辑代码来处理截断。
If you want to avoid the exception, then the data must be truncated to fit the field and you must code additional logic to do the truncation.
举例来说,如果所输出数据的有效性取决于之前根据特定业务规则输入的数据,而其中的逻辑过于复杂,客户端无法处理。
For instance, if the validity of entered data depends on previously entered data that is based on specific business rules, that may be too much logic for the client side to handle.
举例来说,如果所输出数据的有效性取决于之前根据特定业务规则输入的数据,而其中的逻辑过于复杂,客户端无法处理。
For instance, if the validity of entered data depends on previously entered data that is based on specific business rules, that may be too much logic for the client side to handle.
应用推荐