• The final flow-control tag is <c:catch>, which allows for rudimentary exception handling within a JSP page.

    最后一个流控制标记 <c:catch> ,允许JSP 页面进行初级异常处理

    youdao

  • This functionality allows you to see the traffic that your application generates and also the low-level flow-control mechanisms that TCP generates.

    功能允许查看应用程序产生流量TCP生成的低层流控制机制

    youdao

  • 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页面(也就是组件)完成一个请求时候,需要使用某种类型控制技术

    youdao

  • 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).

    生成器终止”要更进一步:生成器记住”了流控制构造(命令式编程中,这种构造不只是数据)中的位置

    youdao

  • These template systems have no flow control — no loops or conditionals.

    这些模板系统没有控制——没有循环条件

    youdao

  • These rules are usually encountered within process or service flow control, within the process and service analysis models.

    这些规则通常出现过程服务分析模型中的过程服务控制中。

    youdao

  • 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!

    命令式语言程序员使用流程控制可以完成工作而感到惊讶如果不使用很多工作会更加简单,这使他们更为惊讶!

    youdao

  • In addition to accessing and manipulating data, however, another common use of JSP scripting elements is flow control.

    不过除了访问操作数据之外,jsp脚本编制元素另一个常见用法控制

    youdao

  • 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.

    可以这样说,异步通信具有非常并发性的场景下可以实现有效资源使用因为线程没有打开并且可以实现更复杂控制

    youdao

  • This list is fairly simple, and you may recognize these flow control statements from other programming languages.

    这个列表相当简单并且可能其他编程语言认识了这些控制语句

    youdao

  • Make sure you know your regular expressions, flow control, and default variable operations.

    确保了解正则表达式控制缺省变量操作

    youdao

  • A compound statement consists of a flow control instruction, followed by a colon character (:), followed by a block of program statements.

    复合语句包括一个控制指令后跟一个冒号(:),然后再是一个程序语句

    youdao

  • The basic idea is that the BRMS decouples an application's business logic from its data validation logic and from its flow control.

    基本思想在于BRMS应用程序业务逻辑与其数据验证逻辑和流程控制分离开来。

    youdao

  • 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.

    业务流程活动相关规则这些规则与业务流程模型中的控制逻辑相关它们影响分支业务任务序列流控制。

    youdao

  • 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.

    可以这么我们递减这个变量,然后按照控制,即程序进入到下一语句。

    youdao

  • Careful readers might have noticed something oddly missing from the first installment's examples: flow control!

    细心读者可能已经注意到,在第一例子奇怪地缺少一些内容流程控制

    youdao

  • 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这种安全手段应用程序作者能够控制应用的组成部分外部世界之间数据如何流动

    youdao

  • Autonomic request flow manager (ARFM) provides flow control for incoming workload.

    自动请求管理器(ARFM)提供传入工作负载的流控制

    youdao

  • 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负责控制请求流,此功能允许根据所定义标准更改请求流。

    youdao

  • 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提供更好性能因为可以进行流量控制以帮助最大限度地减少网络延迟。

    youdao

  • Sk_buffs provide efficient buffer handling and flow control mechanisms for all networking layers.

    sk_buffs所有网络提供有效缓冲器处理控制机制

    youdao

  • Enter flowcontrol CTSSets hardware flow control to CTS, which is the default on most IBM computers.

    输入flowcontrolcts——硬件控制设为cts,多数IBM计算机上默认设置。

    youdao

  • 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负责,现在我们验证逻辑放在哪里呢?

    youdao

  • 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时间

    youdao

  • 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。

    youdao

  • The simplest flow control statement is the if statement, whose basic syntax is demonstrated in the pseudocode shown in Listing 4.

    简单的控制语句if 语句,它的基本语法在清单 4中的伪代码演示了

    youdao

  • Listing 1 shows a code sample for the forward flow control mechanism, using the implicit application variable.

    清单1给出使用隐式变量applicationforward控制机制代码示例

    youdao

  • All the flow control variables (commonly Boolean flags) are stored as plain primitive types. As a high level rule I always say.

    所有流程控制变量(通常布尔标识)都会普通基本变量类型保存

    youdao

  • Cheetah provides a simple language for defining templates that provides basic flow control and object access constructs.

    Cheetah提供一门简单语言用来定义提供基本控制对象访问构造的模板

    youdao

  • Cheetah provides a simple language for defining templates that provides basic flow control and object access constructs.

    Cheetah提供一门简单语言用来定义提供基本控制对象访问构造的模板

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定