浏览器向服务器发送请求,且执行事件代码。
The browser sends a request to the server, and the event code executes.
可以从默认日志中的相关日志记录中获得这些事件代码。
You can get these event codes from their associated log records in the default log.
表示的是指示发生了未分类错误的事件代码。
Represents the event code indicating that an unclassified error occurred.
初看上去,postSet方法似乎可以包含所有事件代码。
At first glance, it appears that the postSet method is where all of the eventing code would live.
编辑portlet类中的过程行为或者事件代码,以发布或者处理事件。
Modify the process action or event code in the portlet class to publish or process the event.
该数据记录器可让安全人员利用内置键盘和显示器现场输入事件代码。
The data recorder allows security personnel to input incident codes on site with a built-in keypad and display.
看看SWT的读取和分发事件代码,它会让你想起MFC的代码风格。
Look at the code that SWT read and dispatching events, it reminds you MFC code style.
用于“活动准备好”的事件代码是21006(注意到人员活动并没有进入到已启动状态)。
The event code for "activity ready" is 21006 (note that staff activities don't go to the started state).
服务器处理事件代码并将修订的页面发送回浏览器(或LotusNotes客户端)。
The server processes the event code and sends a revised page back to the browser (or the Lotus Notes client).
TrapEventSubscription选项卡包含可作为警报发送给管理软件的事件代码列表。
The Trap event Subscription TAB contains a list of event codes that can be sent to the management software as an alert.
因为它含有99项预置事件代码可以下载到巡更系统终端的电脑,因此该系统也减少了文本的操作工作。
The system minimizes paperwork, because it has 99 preset incident codes that can be downloaded to the computer at the end of the tour.
探讨了利用VFP数据库管理系统进行可视化编程,实现不同数据格式间的相互转换,并提供了编程的事件代码。
The visual program making by VFP DBMS is mainly presented, the interconversion for different form of data is realized, and the vent code for making program are provided.
IBM团队从2010年的原始事件数据开始分析:一个2000万行的数据集,包含事件时间、事件代码和事件的GPS位置。
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.
清单4显示了一个典型的消息传递事件,即发布拍卖系统中的一个新的高投标通知和产生该事件的代码。
Listing 4 shows a typical messaging event, posting notification of a new high bid in an auction system, and the code that generates it.
这里的问题在于,处理SAX2事件的代码需要维护其处理的所有事情的状态信息,这既增加了复杂性又增加了开销。
The problem here is that the code processing the SAX2 events needs to maintain state information for everything it processes, and this adds both complexity and overhead.
答案是构建锁定超时报告需要用到死锁事件监视器代码交付的功能。
The answer is that lock timeout reporting builds partly on functionality delivered by deadlock event monitor code.
您可以修改本文所示的代码以仅支持按键事件。
You can modify the code presented here to support only key-press events.
用来决定事件全部流程的代码。
另一方面,ISAPI筛选器还包含可以对IIS引发的事件进行响应的代码。
ISAPI filters, on the other hand, contain code to respond to events raised by IIS.
您必须编辑事件向导生成的代码,以满足您的需求。
You must customize the code that is generated by the event wizard to fit your requirement.
清单5显示了出站事件的事件定义,它是由插件代码自动创建的。
Listing 5 shoes the event definition for the outbound events, which is automatically created by the plug-in code.
现在,您可以确保知道响应返回到客户端的顺序,从而可以根据事件的顺序编写代码。
You can now be sure you know the order in which responses come back to the client, enabling you to write code that can predict the order of events.
如果用户改变了文本框中的值或切换了下拉列表中的选定元素,您就能够注册一个事件处理程序,引发事件时,执行代码。
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.
通常提供SAX驱动程序的解析器都把底层的解析器事件转化成SAX标准事件,以支持代码的移植。
In general, parsers provide SAX drivers that translate low-level parser events into SAX standard events, allowing for portable code.
事件的处理代码现在运行于ui线程,而且只要这段代码在运行,UI线程就无法对其他UI事件作出响应。
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.
然后,可以在需要发送CEI事件的地方添加代码,见图24。
Then you can add a code to where the CEI events need to be emitted, as shown in Figure 24.
每个事件有一个处理函数,即在发生此事件时执行的代码块。
Every event has a handler which is a block of code that is executed in response to the occurrence of the event.
在需要时,根据指定的事件调用php代码。
The PHP code is called as needed, depending on which events you specify you want to be called for.
执行与postback事件相关的所有代码。
这样做的结果是使得timer事件在代码停止执行后的两秒钟才被触发。
This has the effect of making the timer event fire 2 seconds after developer code stops executing.
应用推荐