应用程序逻辑越复杂,攻击者找到漏洞的机会也就越多。
The more complicated the application logic, the more chances there are for attackers to find a hole.
使用应用程序逻辑处理松散消息关系上顺序错乱的情况。
Using application logic to handle out-of-order conditions on loose message affinities.
实现这些任务无需任何应用程序逻辑,从而支持信息传递。
All of this can be done without any requirement for application logic to support this transfer of information.
然而,应用程序逻辑仍然需要编码SQL和访问协议的详细信息。
However, application logic still needs to encode the details of SQL and access protocol.
应用程序处理时间仅仅是事务处理应用程序逻辑的时间。
The application processing time is the time spent within a transaction processing only the application logic.
XPath/XSLT注入——向应用程序逻辑中注入表达式。
XPath/XSLT injection -- Injection of expressions into the application logic.
这种数据结构约束的弱化要求根据需要强化应用程序逻辑中的约束。
This weakening of the data structure constraint requires the strengthening of constraints within the application logic as necessary.
图2显示了输入、应用程序逻辑、通知方法或输出之间的简单视图。
Figure 2 shows a simplistic view of the relationship between inputs, application logic, and notification methods or outputs.
在某些情况下,您可能需要重构应用程序逻辑,以支持这种事务策略。
In some cases, you may need to refactor your application logic to support this transaction strategy.
这无疑是POJO:没有实现任何接口 ——只有应用程序逻辑。
This is definitely a POJO: There are no interfaces implemented — nothing but the application logic going on here.
分层方法在应用程序逻辑和语法分析之间建立一个明显的分界。
The layered approach establishes a clean-cut separation between the application logic and the parsing.
也许您还记得,在第1部分中,表单的自动保存不应该干扰应用程序逻辑。
As you probably remember from Part 1, the form auto-saving should not interfere with the application logic.
全面的迁移过程还需要处理其他问题,例如,业务和应用程序逻辑的迁移。
The overall process also needs to address, for example, the migration of business and application logic.
该组件的用户界面和应用程序逻辑必须能灵活地适应可能要管理的各种项。
The user interface and application logic of this component must be flexibly adaptable to the different items that may be managed.
应用程序的全部UI以及全部应用程序逻辑都驻留于用户的机器。
The application's entire UI, along with all application logic, resides on the user's machine.
我们建议采用乐观锁定策略,将并发控制的责任委派给相应的应用程序逻辑。
Instead, we recommend the use of an optimistic locking strategy, delegating responsibility for concurrency control to appropriate application logic.
它还确保可以完美地把数据和应用程序逻辑封装在通道接口之后的进程之中。
It also ensures the perfect encapsulation of data and application logic within processes behind channel interfaces.
用户还需对其应用程序逻辑进行增强,以确保被传递和访问的信息的安全性。
This ensures the security of the information being transferred and accessed is also left to the user to enforce in their application logic.
模型指数据,视图指表示层,而控制器指应用程序逻辑或业务逻辑。
Model refers to your data, View to your presentation layer, and Controller refers to the application or business logic.
存储过程对于在服务器上封装应用程序逻辑和数据库访问很有价值。
Stored procedures are valuable for encapsulating application logic and database access on the server.
它允许将大量应用程序逻辑移到客户机中,并且从服务器中检索较少量的数据。
It allows you to move a lot of your application logic to the client and retrieve smaller amounts of data from your server.
除了放入数据之外,机器内存还可以用于操作系统、中间件和应用程序逻辑等。
A machine's memory is used for the operating system, and middleware and application logic, among other things, in addition to the data you put in it.
通常,更改语法和更改应用程序逻辑是不同种类的任务;这些文件反映了这一点。
Changing the grammar is usually a different sort of task than changing the application logic; and the files reflect this.
如果行发生了修改,UPDATE操作将失败,应用程序逻辑必须处理这一失败。
If the row has changed, the UPDATE operation will fail and the application logic must handle the failure.
它可以是发送服务器远程调用的一部分,或者是目标服务器应用程序逻辑的结果。
It can be a part of a remote call from the sending server, or simply a result of the application logic on the target server.
MVC 的目的在于将视图逻辑和UI组件与应用程序逻辑相分离。
MVC aims to separate view logic and UI components from application logic.
问题在于它混合了应用程序逻辑和大量输出HTML的println。
The problem is that it mixes application logic and a load of printlns to output the HTML.
本文和上一篇关于业务状态机的文章向您介绍了两种定义应用程序逻辑的重要方法。
This article and the previous article on business state machines showed you two important ways to define your application logic.
第一,这样做允许应用程序逻辑与您的内容分离,便于您轻松维护应用程序。
First, doing so lets you keep the logic of the application separate from your content, making it easier to maintain your applications going forward.
如果应用程序逻辑会导致结果对象中的内容没有被取完,那么应该显式地关闭那些资源。
If your application logic can lead to situations when the contents of the result objects may not have all been fetched, then you should explicitly close those resources.
应用推荐