• We separate the physical view and logic view of IR, and make algorithms work on the high-level logic view, and map the high-level algorithms into low-level IR through view transformations.

    分离对象物理视图逻辑视图,隐藏物理视图实现细节,使算法工作高层的逻辑视图上,通过视图变换高层算法映射低层中间表示上。

    youdao

  • View rendering logic moves to the browser, which makes the server more stateless and thus more scalable.

    视图显示逻辑浏览器移动使服务器更为无状态更加可伸缩

    youdao

  • View logic is concerned with presenting information to the user and collecting information from the user.

    视图逻辑关注用户表达信息用户那里搜集信息。

    youdao

  • The main differences come from how you place and implement business logic or view rendering logic.

    主要区别来自如何放置实现业务逻辑查看呈现逻辑。

    youdao

  • This separation provides a number of benefits; to start, keeping your business logic completely separate from your control and view logic makes it very easy to add new views to your application.

    这种分离提供许多好处开始时,保持业务逻辑控制视图逻辑完全分离使您的应用程序中添加新的视图非常容易

    youdao

  • Model refers to your data, View to your presentation layer, and Controller refers to the application or business logic.

    模型指数视图表示控制器应用程序逻辑业务逻辑。

    youdao

  • Such a design makes maintenance all but impossible, because whenever the view changes, you must change the model logic, and vice versa.

    这样设计使得维护几乎可能实现,因为无论视图何时改变必须改变模型逻辑反之亦然。

    youdao

  • The complete separation of view and controller logic plus the use of standard HTML templates makes the framework very easy to use, even for people not familiar with the MVC pattern.

    把视图控制器逻辑完整分离有利于标准HTML模板使用框架非常容易的使用,甚至于对于那些熟悉MVC模式的人来说也是如此。

    youdao

  • The view then performs the logic required to determine the appropriate response before returning that response.

    然后视图返回响应之前执行确定适当响应所需逻辑

    youdao

  • The primary instance of the model is keeping long-term state and providing application logic; the copy used by the view is essentially a disposable data-access object.

    模型实例保持长期状态提供应用程序逻辑;而视图使用副本实际上一个可任意使用数据访问对象。

    youdao

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

    视图经常(特别是处理表单数据时)要求一些逻辑根据用户操作某些条件显示正确的内容

    youdao

  • The big difference is that the view and control logic is separated into completely distinct layers.

    最大不同视图控制逻辑分离两个完全不同的层。

    youdao

  • Figure 2 shows a simplistic view of the relationship between inputs, application logic, and notification methods or outputs.

    2显示输入应用程序逻辑通知方法输出之间简单视图

    youdao

  • Placing the logic inside an action method does not guarantee that it will be executed prior to rendering because a page view is not always preceded by a user-triggered event.

    逻辑放在一个动作方法不能保证该逻辑在视图呈现之前得到执行因为页面视图并不总是用户触发的事件之后。

    youdao

  • Since there is no business logic needed prior to rendering this view, we will simply invoke the Add Contact JSP directly, configuring it as a global forward instead of as an action.

    因为处理这个视图之前无需任何业务逻辑,所以我们只需直接调用添加联系人JSP(把配置全局转发而不是操作)。

    youdao

  • J2EE provides constructs that allow view and control logic to be easily separated.

    J2EE提供了一些概念使视图控制逻辑容易的分开。

    youdao

  • However, the IBM Business Integration Reference Architecture places such logic in the Process Services component, a view supported by the advice given in the Redbook.

    然而IBM业务集成参考架构这种逻辑放置流程服务组件,该红皮书提供了这种建议

    youdao

  • And putting entities' behavior in services or the view layer scatters the entities' core logic throughout the application, causing maintenance problems.

    另外,实体行为放在服务视图中,会导致实体的核心逻辑分散在应用程序中的许多地方,导致维护问题

    youdao

  • MVC aims to separate view logic and UI components from application logic.

    MVC目的在于视图逻辑和UI组件应用程序逻辑相分离。

    youdao

  • Yet MVC requires that view components, such as JSPs, be free of logic.

    然而MVC要求视图组件比如JSP逻辑无关。

    youdao

  • Again, you can only view this flow logic correctly when working in the advanced editing mode in Business Modeler.

    同样只能Business Modeler高级编辑模式下正确地查看这个逻辑

    youdao

  • View beans also let us separate presentation logic from our business logic, keeping HTML code out of our servlets and other control and model objects.

    视图bean允许我们表示逻辑我们商业逻辑分离开来,将HTML代码放在servlet以及其它控件模型对象之外。

    youdao

  • From the user's point of view, Eclipse support has two problems: XM has its own logic for rebuilding projects and its own logic for reporting errors.

    用户观点看,Eclipse支持两个问题XM自己的项目重建逻辑和错误报告逻辑

    youdao

  • Typical Web services employ a remote presentation paradigm, meaning all view logic executes on the client, whereas the application logic and the data layer (controller and model) reside on the server.

    典型Web服务使用远程表示范例这意味着所有视图逻辑客户机执行应用程序逻辑和数据(控制器模型)则驻留于服务器上。

    youdao

  • Last but not least, separating the description of the view and its associated behavior logic has never been easier, thanks to the build method on SwingBuilder.

    最后但是最重要是,由于SwingBuilderbuild方法分离视图描述相关联行为逻辑变成再简单不过的事情了。

    youdao

  • But in our case, because the servlet actually creates the downstream view, we need additional components to wrap our controller and model logic.

    我们示例中因为servlet实际上创建下行视图,所以我们需要另外的组件包装控制器模型逻辑。

    youdao

  • In the article Bejeck is trying to create components with a mixture of inheritance and composition, and enforce separation of concerns, especially between view and business logic.

    Bejeck文章试图创建混合继承组合关系组件实施分离关注点尤其是分离视图商业逻辑

    youdao

  • Alternatively, you could implement the view in the doView() method using prinltn logic

    或者,也可以使用prinltn逻辑doView()方法实现视图

    youdao

  • Alternatively, you could implement the view in the doView() method using prinltn logic

    或者,也可以使用prinltn逻辑doView()方法实现视图

    youdao

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

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

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