群发资讯网

返回主页
event driven
事件驱动:一种编程范式
常用释义
英式发音
美式发音
基本释义
  • 事件驱动:一种编程范式,其中程序的执行是由事件的发生和处理驱动的。事件可以是用户的输入、系统的状态变化或者其他外部触发的动作。
例句
  • 1·It's said that GUI applications are event driven.
    据说GUI应用程序是事件驱动的。
  • 2·Like most GUI frameworks, Pyjamas is event driven.
    与大多数GUI框架一样,Pyjamas是事件驱动的。
  • 3·Note that the process logic is heavily event driven.
    请注意,业务流程主要是事件驱动的。
  • 4·Use the state machine implementation if the process logic is event driven.
    如果流程逻辑为事件驱动的,则使用状态机实现。
  • 5·Event driven, asynchronous web frameworks have been around for quite some time.
    事件驱动的异步web框架已经存在了相当长一段时间。
  • 6·Event driven: an automated process that occurs whenever specified changes are made to the model.
    事件驱动的:每当模型中发生指定的变化时自动执行的同步。
  • 7·Because SAX is event driven, you'll want to be notified of, and react to, any errors that occur during validation.
    因为SAX是由事件驱动的,所以您需要在验证期间发生任何错误的时候得到通知,并对它作出反应。
  • 8·Event driven in this case means that the component waits for calls to its operations to know when it should take the next step.
    事件驱动在这一情景中意味着该组件等待对其操作的调用来了解什么时候应当采取下一个步骤。
  • 9·Another use of optimistic session locking is in event driven or message-based systems where message sequence is not guaranteed.
    乐观会话锁定还可用于消息顺序无法保证的事件驱动或基于消息的系统中。
  • 10·SAX2 is a very useful standard for parsing XML, but its event driven approach is not well suited to data binding and similar applications.
    SAX 2是一种非常有用的解析xml的标准,但是其事件驱动方法并不非常适合数据绑定和类似的应用程序。