The browser sends a request to the server, and the event code executes.
浏览器向服务器发送请求,且执行事件代码。
Represents the event code indicating that an unclassified error occurred.
表示的是指示发生了未分类错误的事件代码。
Modify the process action or event code in the portlet class to publish or process the event.
编辑portlet类中的过程行为或者事件代码,以发布或者处理事件。
The event code for "activity ready" is 21006 (note that staff activities don't go to the started state).
用于“活动准备好”的事件代码是21006(注意到人员活动并没有进入到已启动状态)。
The server processes the event code and sends a revised page back to the browser (or the Lotus Notes client).
服务器处理事件代码并将修订的页面发送回浏览器(或LotusNotes 客户端)。
According to the data, event code 2201 followed event code 2003 in 76.9 percent of the cases and event code 2001 in 84.6 percent of cases.
依据该数据,在76.9%的情况下,代码为2201的事件发生在代码为2003的事件之后,在84.6%的情况下发生在代码为2001的事件之后。
The IBM team started with the raw event data for 2010: a 20-million-row data set containing the event time, event code, and the GPS location of the event.
IBM团队从2010年的原始事件数据开始分析:一个2000万行的数据集,包含事件时间、事件代码和事件的GPS位置。
Listing 4 shows a typical messaging event, posting notification of a new high bid in an auction system, and the code that generates it.
清单4显示了一个典型的消息传递事件,即发布拍卖系统中的一个新的高投标通知和产生该事件的代码。
Next, we check the result code to see if this event relates to a successful query.
接下来,检查结果代码,看看这个事件是否与成功的查询有关。
After encrypting the data, the code in Listing 6, below, reads the encrypted event text back in.
对数据进行加密之后,清单6中的代码读回加密后的事件文本。
The answer is that lock timeout reporting builds partly on functionality delivered by deadlock event monitor code.
答案是构建锁定超时报告需要用到死锁事件监视器代码交付的功能。
Listing 3 shows the code snippet getting the event handler by a process instance ID.
清单3显示的代码片段根据流程实例ID获取事件处理程序。
Callbacks are frequently used in event handling architectures, where you designate code to be invoked at a later time.
在事件处理架构中经常采用回调,这样您指定的代码将在稍后调用。
If the user changes the value in a textbox or switches the selected element in a dropdown list, you can register an event handler and have code execute when the event is raised.
如果用户改变了文本框中的值或切换了下拉列表中的选定元素,您就能够注册一个事件处理程序,引发事件时,执行代码。
In other words, when the code is done with this event, start to look for more events.
换句话说,当代码处理完这个事件后,将开始寻找更多事件。
This is done by wiring the event to an event handler containing the code to be executed when the object raises the event.
然后将事件与一个事件处理程序关联,后者包含该对象产生事件时将执行的代码。
You must customize the code that is generated by the event wizard to fit your requirement.
您必须编辑事件向导生成的代码,以满足您的需求。
An event handler is a piece of executable code or markup that responds to a particular event.
事件处理程序是对应特定事件的一段可执行代码或者标记。
By extracting the source ID value from the event header, the code is able to determine if this is a commissioning action.
通过从事件头部提取源id值,该代码能够确定这是不是一个分配操作。
Figure 8 shows a fragment of code from the event handler that responds to a user's request to change languages.
图8显示事件处理程序中响应用户的更改语言请求的代码片段。
The code for your event handler is now running on the UI thread and, as long as your code is running, the UI thread can't respond to other UI events.
事件的处理代码现在运行于ui线程,而且只要这段代码在运行,UI线程就无法对其他UI事件作出响应。
When a registered event occurs, the matching PHP method is called in your code.
当发生指定的事件时,就会调用对应的php代码。
Every event has a handler which is a block of code that is executed in response to the occurrence of the event.
每个事件有一个处理函数,即在发生此事件时执行的代码块。
The final step - also integrated in the "Generate Code" OnClick event handler - is the creation of the corresponding.pas file with the component declarations.
最后一步(也集成在“GenerateCode”OnClick事件处理程序中)是创建包含组件声明的相应的.pas文件。
This next piece of code sets up an event handler to dictate what happens when a client sends data.
下一部分代码建立了一个事件处理器,规定了当一个客户端发送数据时要做的事情。
Optionally, for better usability, add the following line of code to the onclick event for the edit button.
为了获得更好的可用性,可以选择将以下代码行添加到编辑按钮的onclick事件。
Execute any code associated with the postback event.
执行与postback事件相关的所有代码。
This has the effect of making the timer event fire 2 seconds after developer code stops executing.
这样做的结果是使得timer事件在代码停止执行后的两秒钟才被触发。
Whether it's pre-loading image rollovers or initialing an XmlHttpRequest object for a later Ajax request or assigning event handlers, it's your code that takes time.
是否预加载图像翻转或初始化xmlhttprequest对象以用于稍后的Ajax请求,或分配事件处理程序,您的代码将花时间处理这些问题。
Whether it's pre-loading image rollovers or initialing an XmlHttpRequest object for a later Ajax request or assigning event handlers, it's your code that takes time.
是否预加载图像翻转或初始化xmlhttprequest对象以用于稍后的Ajax请求,或分配事件处理程序,您的代码将花时间处理这些问题。
应用推荐