使您能向窗体添加控件,排列这些控件,并针对这些控件的事件编写代码。
Enables you to add controls to a form, arrange them, and write code for their events.
同样地他为今天的事件编写了程序,一切都源自于那里——并不是意识在起作用。
It's as if he is programmed for a day's events and anything that deviates from that - is not reacted to consciously.
例如,此系统的一个HTTP请求可以能够引起一系列事件,您可针对这些事件编写处理程序。
For example, an HTTP request through the system causes a set of events to occur. You can write handlers for these events.
例如,一个关于事件的网页应该以“事件”作文主题,而不是为某个特定事件编写索引,这样就可以经常往索引中添加或删除内容。
For example, a page on events should be indexed for the topic of “Events,” but not for the specific events themselves, which would be constantly added and deleted.
您可以从这个工具板中拖出这些现存的JSF组件,利用PageData视图将它们与数据捆绑在一起,并通过Properties 视图调节它们的行为,通过QuickEdit 视图为这些事件编写脚本。
You can drag existing JSF components from the palette, bind them to data using the Page Data view, tweak their behavior by using the Properties view, and script events by using Quick Edit view.
它没有提取事件,而是将它们推出到数据流或编写程序中。
Instead of pulling in events, it pushes them out to a stream or a writer.
一般,他们直接根据事件的用例流来编写代码,匆忙地实现对象职责和协作。
Typically, they write code directly from the use-case flow of events, implementing object responsibilities and collaborations on the fly.
通过使用适配器,应用程序可以向数据库发送请求,以及从数据库接收事件,同时不需要编写SQL代码。
By using the adapter, an application can send requests to the database, as well as receive events from the database, and get rid of writing SQL code.
编写将用于解释ui中的更改并相应修改ACL和注册中心的事件处理程序和服务方法。
Writing event handlers and service methods that will interpret changes in the UI and modify ACLs and the registry accordingly.
通过附带两种脚本类型,也可以完成为一个事件中的客户端和服务器端编写脚本。
Scripting for both the client side and server side in one event is also accomplished by attaching both types of script.
从编写触发事件的类的程序员看来,这个过程有些冗长乏味。
For programmers writing classes that raise events, the process is a bit more tedious.
由于跟踪事件的内容极为详细,而且是技术信息,因此经常只对编写应用程序的人有价值。
Due to the very detailed and technical content of trace events, they are often only of value to the person who wrote the application.
该报告对前一年事件和未来预测展望的分析,是几个月来调研、推敲、重新编写的结果。
Its analysis of the previous year's events and future predictions are the result of months of research, bargaining and re-writing.
现在,您可以确保知道响应返回到客户端的顺序,从而可以根据事件的顺序编写代码。
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.
您可以编写应用程序/工具来根据这些事件计算并显示有用信息。
You can also create applications/tools that use these events to deduce and display useful information.
编写审核日志事件可比作在数据库系统中编写数据库日志记录。
Writing audit log events is comparable to writing database log records in a database system.
比方说,可以编写一个模块读取数据库表并输出SAX事件流。
You can for example write a module that reads a table in a database and outputs a stream of SAX events.
然而,SAX的设计只考虑了功能的强大性,却没有考虑程序员使用起来是否方便,而这个问题对于编写事件处理程序,却显得尤为明显。
However, SAX was designed for power, not programmer's convenience, and that becomes painfully apparent when you write an event handler.
事件发生时调用的回调函数可以在捕获事件处进行编写。
The callback functions that are called when an event occurs can be written in the same spot where you capture the event.
尽管这个夏天我的注意力会集中在Rubyland项目编码的完善之中,但是我也打算编写一些初始的事件源,为的是展示Rubyland的功能,同时也是为了做着好玩。
Although my focus this summer will be on the plumbing of Rubyland, there are a few initial event sources I plan to write, for the sake of demoing Rubyland, and also to have some fun.
作为WebSphereXD监视环境的一部分,可以编写一个程序来检测这些日志文件,并报告重要的信息或事件。
As part of a WebSphere XD monitoring solution, a program could be written to examine these log files and report information or events of importance.
您知道,sax语法分析要求您编写处理语法分析器事件的ContentHandler。
As you know, SAX parsing requires you to write a ContentHandler that processes parser events.
如果这些撤销服务中有一个执行失败,那么该流程就会处于补偿出现问题(compensation - in -doubt)状态,并且同时编写相对应的审核事件“流程的补偿出现问题”(42030)。
If the execution of one of these undo services fails, the process is put into the compensation-in-doubt state and the corresponding audit event "process compensation in doubt" (42030) is written.
在您自己的应用程序中,这是惟一真正需要编写许多特定于Tapestry的代码的地方:当与显示有关的事件发生时,必须修改业务对象。
In your own applications, these are the only real cases where you'll need to write much code specific to Tapestry: when events related to the display occur that must modify business objects.
另一种方法是编写一个方法,将该方法嵌入在对象的标记声明中,并将事件处理程序赋给那个方法的event属性。
Another approach is to write a method nested in the tag declaration of an object and assign the event handler to the event attribute of that method.
可以通过编写脚本来使用DB 2WorkloadManager (WLM),从而调用表函数、存储过程和事件监视器,收集关于工作负载的信息。
You can use DB2 workload Manager (WLM) by writing your own scripts to call the table functions, stored procedures, and event monitors to gather information about the workload.
从使用CPrimeCalculator来编写应用的程序员角度看,处理事件简单而直白。
From the perspective of a programmer writing an application that USES CPrimeCalculator, handling events is simple and straightforward.
使用Dispatcher的一个好处是您可以将事件上的参数轻松设置为本地值(比如文本输入),而无需编写任何ActionScript代码来完成这个任务。
A benefit of using the Dispatcher is that it allows you to easily set parameters on the event to local values, such as text input, without having to write any code in ActionScript to do it.
由于事件功能是生成的XMLBeans的组成部分,所以可以按照典型的mvc风格编写UI。
You write the UI in a classic MVC style that's made possible by the eventing that is a part of the generated XMLBeans.
xSocket–http包括一个HttpClient,而且通过提供异步的、流技术的API,有利于编写像HTTP代理、COMET服务器应用程序一样的基于事件的HTTP网络组件。
xSocket–http includes a HttpClient and helps to write event based HTTP network components such as HTTP proxies or COMET server applications by providing an asynchronous, streaming API.
应用推荐