• The core of the event action calls the code in Listing 3.

    这个事件动作核心调用清单3中的代码

    youdao

  • You can see the type substitution code in action in the output at the bottom of Listing 6 (restructured slightly for formatting).

    清单6底部输出(为了格式化稍微重新调整了结构),可以看到类型替换代码作用

    youdao

  • It would be nice if the PHP code actually reported the location of the error, as well as the nature of the error, so that you can take corrective action.

    如果PHP代码真能报告错误位置以及错误性质以便采取正确行动,那就更好了。

    youdao

  • Listing 9 shows the complete action class code, not just the segment that changes the project description, so we can learn about some utility methods created for the second revision of the plugin.

    清单9显示完整操作代码只是改变项目描述片断这样我们可以学习第二插件创建一些实用方法

    youdao

  • This applies in particular to action statements in the models — that is, the snippets of code that developers write into certain model elements to specify detailed behavior.

    特别应用模型中的操作语句——也就是说,开发人员写入特定模型元素中用于指定具体行为代码

    youdao

  • To see this in action, use code like that shown in Listing 5 to test the response text of a request, as well as its ready state.

    查看这种变化请使用如 清单5代码测试请求响应文本以及它们就绪状态。

    youdao

  • To begin, you must understand that an action is a piece of code that implements a predefined interface.

    首先必须了解操作就是用来实现预定义接口代码

    youdao

  • Intelligent naming of HTML input fields updated by users negates writing complex code in the action class.

    用户更新HTML输入字段智能命名消除了操作中的复杂编码

    youdao

  • Building the code to respond to a user's actions consists of writing code to act upon that action.

    构建用户操作做出响应代码,就需要编写操作发生时执行的代码。

    youdao

  • If you get a response code of 201, then a new resource was created by the POST action.

    如果得到响应代码201,那么POST操作会创建一个新的资源

    youdao

  • One of the changes in the JSP code is the action for the form.

    JSP代码中的一个改变表单动作

    youdao

  • If you get a response code of 200, then the resource was modified by the PUT action.

    如果得到响应代码200,那么PUT操作将会更改资源

    youdao

  • Thus, you can present the results of the same Action in different ways and not duplicate any Action code.

    这样可以不同方式显示同一个Action结果不用复制任何Action代码。

    youdao

  • Movie icon Click here to see a viewlet of a Code Review in action.

    movieicon点击这里来看一个代码复查是如何动作viewlet

    youdao

  • We will also set up all the dynamic data we will need for the page, and write Action Handling Code to call an existing EJB component using the Quick Edit feature of WebSphere Studio.

    我们设置页面需要所有动态数据使用WebSphereStudioQuickEdit功能编写ActionHandlingCode调用现有EJB组件

    youdao

  • First, it helps you avoid redundant code in every Action class of your Web application.

    首先避免Web应用程序每个action冗余代码

    youdao

  • A year ago I posted the outcome of the managed code Custom Action discussion I had with Carolyn (MSI Dev Manager) and a couple Windows architects.

    年前,Carolyn (MSIDev经理)两位Windows架构师讨论托管代码自定义操作,并把最终结果发布到博客上。

    youdao

  • You saw a bit of XML code to automate the deployment of a two-tier J2EE application in the IBM Cloud; the code details action creation, hooking actions to events, and event handling.

    看到IBMCloud自动部署两层J2EE应用程序一些XML代码这些代码说明了如何创建动作动作事件关联起来和处理事件。

    youdao

  • In terms of embedded Perl code, the things you always need are a "noun" (the thing affected) and a "verb" (the action taken).

    嵌入式Perl代码而言必须要有的是名词”(被影响内容)动词”(采取动作)。

    youdao

  • To increase your understanding about when ClearQuest executes each kind of hook and to help you evaluate the hook code, see the Information center topic Execution order of field and action hooks.

    为了增加ClearQuest什么时候执行每种类型hook理解帮助评价 hook代码,您可以查看信息中心来得到字段操作执行顺序

    youdao

  • For the Bigtable paper, the action of the batch process is equivalent to the code shown in Listing 7, where all the authors of the article are affiliated with Google.

    对于篇Bigtable论文批处理流程操作等同于清单7中的代码其中论文所有作者都从属于Google

    youdao

  • An example of calling code in the access control hook of an action.

    actionaccesscontrolhook调用代码的一个例子如下。

    youdao

  • This is created explicitly so that it can be referenced in other parts of the code (namely in the button's action closure.)

    由于显式创建因此可以代码其他部分引用它(按钮action闭包)。

    youdao

  • Regardless of your desired tool or preferred measure, it's important to take action to improve code actively and make your manual code review process more efficient.

    不管想要工具偏爱方法什么,重要的是:行动起来积极改进代码质量手工代码检验过程变得更加有效

    youdao

  • Listing 1 shows the code for one of these action classes.

    清单1显示了其中一个操作代码

    youdao

  • I also like to log the boundaries between different programs being called into action during the running of the PHP code.

    需要记录PHP代码运行期间调用各个程序之间边界

    youdao

  • This magnifies the reusability of your code and makes it very easy to, say, add Views for XML or RSS output to the same Action at a later date, as the application evolves.

    增加代码可重用性并且便于日后相同操作添加xmlrss输出视图

    youdao

  • Figure 1 shows the TitlePane widget in action, the outcome of the code fragment shown in Listing 1.

    1显示了运行中的这个TitlePane小部件,即清单1所代码结果

    youdao

  • Although functional, this code has a major drawback: you can't use the ASP.NET programming model to retrieve posted data in the action page of the client form. When writing search.aspx.

    然而功能上来讲代码一个缺陷不能使用ASP.NET编程模型检索客户端表单action页面提交数据

    youdao

  • A snippet of the Action class code shown in Listing 1 illustrates how the Model service is called from the Action class.

    清单1中所一小action代码说明了如何action类中调用模型服务

    youdao

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

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

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