The final flow-control tag is <c:catch>, which allows for rudimentary exception handling within a JSP page.
最后一个流控制标记是 <c:catch> ,它允许在JSP 页面内进行初级的异常处理。
This functionality allows you to see the traffic that your application generates and also the low-level flow-control mechanisms that TCP generates.
该功能允许查看应用程序产生的流量和TCP生成的低层流控制机制。
Any time that you use multiple servlets or JSP pages (that is, components) to fulfill a request, you will need to use some type of flow-control technique.
任何时候使用多个servlet或者JSP页面(也就是组件)完成一个请求的时候,都需要使用某种类型的流控制技术。
But a generator goes a bit further than a closure: a generator also "remembers" its position within flow-control constructs (which, in imperative programming, is something more than just data values).
但生成器比“终止”要更进一步:生成器还“记住”了它在流控制构造(在命令式编程中,这种构造不只是数据值)中的位置。
These template systems have no flow control — no loops or conditionals.
这些模板系统没有流控制——没有循环或条件。
These rules are usually encountered within process or service flow control, within the process and service analysis models.
这些规则通常出现在过程和服务分析模型中的过程或服务流控制中。
Programmers of imperative languages will be surprised by what you can do without flow control; they'll be even more surprised at how much easier many tasks are without it!
命令式语言程序员将对不使用流程控制就可以完成的工作而感到惊讶;如果不使用它,很多工作会更加简单,这将使他们更为惊讶!
In addition to accessing and manipulating data, however, another common use of JSP scripting elements is flow control.
不过,除了访问和操作数据之外,jsp脚本编制元素的另一个常见用法是流控制。
It can be argued also that it provides more efficient use of resources in very high concurrency situations since threads are not held open and more complex flow control can be implemented.
可以这样说,异步通信在具有非常高的并发性的场景下可以实现更有效的资源使用,因为线程没有被打开并且可以实现更复杂的流控制。
This list is fairly simple, and you may recognize these flow control statements from other programming languages.
这个列表相当简单,并且您可能从其他编程语言认识了这些流控制语句。
Make sure you know your regular expressions, flow control, and default variable operations.
请确保您了解您的正则表达式、流控制和缺省变量操作。
A compound statement consists of a flow control instruction, followed by a colon character (:), followed by a block of program statements.
一个复合语句包括一个流控制指令,后跟一个冒号(:),然后再是一个程序语句块。
The basic idea is that the BRMS decouples an application's business logic from its data validation logic and from its flow control.
其基本思想在于,BRMS将应用程序的业务逻辑与其数据验证逻辑和流程控制分离开来。
Rules relating to business processes or activities: These rules relate to flow control logic within a business process model, affecting the branching, and flow control of a sequence of business tasks.
与业务流程或活动相关的规则:这些规则与业务流程模型中的流控制逻辑相关,它们影响分支和业务任务序列的流控制。
We decrement so to speak the variable and then where will we go next in terms of the flow control, the flow of this program.
可以这么说,我们递减这个变量,然后按照控制流,即程序流进入到下一语句。
Careful readers might have noticed something oddly missing from the first installment's examples: flow control!
细心的读者可能已经注意到,在第一期的例子中奇怪地缺少一些内容:流程控制!
Decentralized Information flow control (DIFC) is an approach to security that allows application writers to control how data flows between the pieces of an application and the outside world.
DIFC这种安全手段,让应用程序的作者能够控制应用的组成部分与外部世界之间数据如何流动。
Autonomic request flow manager (ARFM) provides flow control for incoming workload.
自动请求流管理器(ARFM)提供对传入工作负载的流控制。
Flow control and queuing - Besides the request classification, the ODR is responsible for controlling the flow of requests, which allows it to change the request flow based on defined metrics.
流控制和队列——除了请求分类外,ODR负责控制请求流,此功能允许根据所定义的标准更改请求流。
TCP is more reliable (by establishing connections), and it also provides better performance over a WAN, because its flow control helps minimize network latency.
TCP则更加可靠(通过建立连接),并且它还可以在WAN中提供更好的性能,因为它可以进行流量控制以帮助最大限度地减少网络延迟。
Sk_buffs provide efficient buffer handling and flow control mechanisms for all networking layers.
sk_buffs为所有网络层提供有效的缓冲器处理和流控制机制。
Enter flowcontrol CTS — Sets hardware flow control to CTS, which is the default on most IBM computers.
输入flowcontrolcts——把硬件流控制设为cts,在多数IBM计算机上是默认设置。
So, application flow control logic belongs in a controller and data access logic belongs in a repository. In that case, where do you put your validation logic?
现在我们的应用程序流控制逻辑从控制器开始,数据库访问逻辑由repository负责,现在我们要把验证逻辑放在哪里呢?
Gprof reports on your flow control through all the subroutines of your program and provides you with the amount of CPU time consumed by each subroutine.
gprof可以报告您的程序中所有子例程的流程控制,并为您提供每个子例程所使用的CPU时间。
Set the speed to 115200, the data bits to 8, the parity to None, the stop bits to 1, and flow control to None.
把速度设置为115200,数据位设置为8,奇偶校验设置为None,停止位设置为1,流控制设置为None。
The simplest flow control statement is the if statement, whose basic syntax is demonstrated in the pseudocode shown in Listing 4.
最简单的流控制语句是if 语句,它的基本语法在清单 4中的伪代码中演示了。
Listing 1 shows a code sample for the forward flow control mechanism, using the implicit application variable.
清单1给出了使用隐式变量application的forward流控制机制的代码示例。
All the flow control variables (commonly Boolean flags) are stored as plain primitive types. As a high level rule I always say.
所有的流程控制变量(通常是布尔标识)都会以普通的基本变量类型来保存。
Cheetah provides a simple language for defining templates that provides basic flow control and object access constructs.
Cheetah提供了一门简单语言,用来定义提供基本流控制和对象访问构造的模板。
Cheetah provides a simple language for defining templates that provides basic flow control and object access constructs.
Cheetah提供了一门简单语言,用来定义提供基本流控制和对象访问构造的模板。
应用推荐