• This allows you to search for speakers from the GUI.

    能够GUI查找所有演讲者

    youdao

  • It supports other network protocols such as NetBios, and named pipes from the GUI tools.

    还支持其他网络协议比如NetBios和与GUI工具连接命名管道

    youdao

  • Mnemonics are often called accelerators, because they work directly from the GUI content.

    助记通常称为加速键因为它们根据GUI内容直接进行工作

    youdao

  • We create our own slots from the GUI that we'll need to add code for in the source code editor.

    我们GUI创建我们自己的,而且后面需要源代码编辑器它们添加代码

    youdao

  • Adding an abstraction in the form of a DAO decouples the database implementation from the GUI implementation.

    DAO形式添加抽象可以GUI实现数据库实现解耦。

    youdao

  • Response files can be recorded from the GUI or created by specifying the appropriate XML for silent installation.

    响应文件可以GUI录制或者通过静默安装指定适当xml来创建

    youdao

  • From the GUI you can assign the ISO file to VIO clients by selecting the LPARs you would like to be able to see the file.

    GUI可以通过选择希望能够看到ISO文件LPAR,把文件分配VIO客户机

    youdao

  • I'll briefly mention running FindBugs from the GUI, but I'll primarily focus on running it from Ant and the command line.

    简要提及GUI运行FindBugs但是重点放在Ant命令行运行

    youdao

  • My problem is the program uses a scanner to get user input and I don't know how to get input from the GUI to the scanner.

    问题程序使用扫描仪获取用户输入知道如何输入GUI扫描仪。

    youdao

  • This introduces some threading issues because there are two asynchronous events occurring, messages from the GUI and WebSphere MQ.

    引入了一些线程问题因为两个异步事件发生,即来自GUIWebSphereMQ消息

    youdao

  • Correspondingly, after the user changes the information, it must be extracted from the GUI components and set back in the domain model.

    相应地,在用户更改信息必须此数据GUI组件提取出来模型

    youdao

  • There are a couple of ways to define a new queue manager, and probably the quickest for our purposes is from the GUI, WebSphere MQ Explorer

    多种方式定义新的队列管理器,就我们目的而言最快方式或许来自图形用户界面WebSphereMQ Explorer

    youdao

  • OnSearch( ) gets the mode setting from the GUI, builds a request structure, and then calls the KeywordSearchRequest SOAP method on the amazon SOAPpy proxy.

    OnSearch( )获取GUI 中的模式设置构建请求结构然后调用amazonSOAPpy代理KeywordSearchRequestSOAP方法

    youdao

  • The actual implementation of the interface is totally hidden from the GUI because it requests the implementation type from a factory, as shown in Listing 5.

    GUI完全隐藏这个接口实际实现因为通过一个工厂来请求实现类型如清单5

    youdao

  • As you will see later in this series, one of its most important extensions is to isolate the application's data model from the GUI that displays and changes it.

    正如一系列后面部分看到的,SWT重要扩展之一,将应用程序数据模型显示更改GUI隔离开来。

    youdao

  • Note how the code taken from the GUI in Listing 5 references the interface type onlythe implementation of the interface is not used (or imported) anywhere in the GUI.

    注意清单5中的GUI中的代码引用接口类型——GUI中的任何地方都没有使用(导入)接口实现

    youdao

  • The popular Presentation Model (see Resources) advocates separating out the state and business logic of an application into a model layer that is separate from the GUI controls in the view.

    流行的PresentationModel请参阅参考资料提倡将应用程序状态业务逻辑分开放入模型,而模型层是从视图的GUI控件分离出来

    youdao

  • This resource relies on a particular class (the value of the class attribute) that will be called, essentially offering an exposed class that will answer to all events generated from the GUI.

    这个资源依赖调用特殊(class属性),该类主要用于提供已公开的类,以便响应GUI生成所有事件

    youdao

  • This higher level of abstraction should free the developer from worrying about the GUI portion of their application and allow them to focus more on the guts of their application.

    这种高层抽象应该可以开发人员应用程序GUI部分担忧解放出来,他们更多专注应用的核心。

    youdao

  • On some platforms, screen readers can extract text information directly from GUI applications that have implemented the standard accessibility architecture.

    一些平台上屏幕阅读器可以直接已经实现标准易访问性体系结构的GUI应用程序中提取文本信息

    youdao

  • You must study and choose from a variety of options for everything from the bootloader and distribution to the filesystem and GUI.

    必须学习引导装载程序分发版文件系统GUI 中的一个事物的各种选项中作出选择

    youdao

  • It provides most of the widgets you would expect from a GUI toolkit like buttons, dialog boxes, text boxes, and a nice selection of "valuators" (widgets used for the input of numeric values).

    提供了期望GUI工具箱中获得大多数窗口构件按钮对话框文本以及出色器”选择(用于输入数值的窗口构件)。

    youdao

  • For example, one should be able to generate a Web UI and Native GUI UI from the same model using different templates.

    例如我们应该可以使用不同模板相同模型生成WebUI本地的GUI UI。

    youdao

  • In this section, I build a bridge between the "Bean" and "GUI" layers from Figure 2 in order to refresh the dynamic parts of the Web page.

    节中为了刷新页面动态部分2所示的“BeanGUI之间建立起一种联系

    youdao

  • Besides, in the GUI version of Emacs, many functions are accessible from menus.

    另外EmacsGUI版本,可以在菜单中执行许多功能

    youdao

  • The Graphical user Interface (GUI) is the most crucial system aspect from the user's point of view: the user interacts with the system through the GUI.

    用户观点来看,图形用户界面(GUI)系统一个至关重要方面:用户通过GUI系统进行交互

    youdao

  • This approach also makes the whole user interface configurable, with the GUI layout being described in an XML file separate from the code of the application.

    这种方法会使整个用户界面是可配置,而且XML文件中描述GUI布局应用程序代码分开

    youdao

  • The use of Observer in this way lets the controller be separated from the model, and the model be separated from the view, simplifying the development of GUI applications.

    这种方式使用观察者,可以控制器模型分离,让模型与视图分离,从而简化gui应用程序开发

    youdao

  • In mainstream languages, event-based interfaces are usually implemented using callback functions, a style familiar from GUI programming and the like.

    主流语言中基于事件接口通常使用回调函数实现,这是种在GUI之类的编程中常见方式

    youdao

  • In mainstream languages, event-based interfaces are usually implemented using callback functions, a style familiar from GUI programming and the like.

    主流语言中基于事件接口通常使用回调函数实现,这是种在GUI之类的编程中常见方式

    youdao

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

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

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