instantiates

网络  实例化; 例示



双语例句

  1. You can then create an MBean that implements that interface, instantiates it, and registers it with the MBeanServer.
    然后可以创建一个MBean来实现此接口、实例化它及把它注册到MBeanServer。
  2. Therefore, the adapter instantiates this new service capability and any implementation of this invocation functionality.
    因此,适配器演示了这种新服务能力与这种调用功能的任何实现。
  3. This command instantiates all the instance related environment.
    这个命令实例化所有和环境相关联的实例。
  4. The SDO client instantiates a DMS and gets data graphs for various employees from it.
    SDO客户机例示了DMS,并从中获得不同雇员的数据图。
  5. The Web container instantiates one JSP extension processor for each Web module that it loads.
    Web容器为它所加载的每个Web模块实例化一个JSP扩展处理器。
  6. The previous section discussed how Spring's IOC framework instantiates Java objects.
    上一节讨论了Spring的IOC框架对Java对象进行实例化。
  7. If a bean exists in the application scope, the Spring framework instantiates the beans during application startup.
    如果application作用域中存在bean,Spring框架会在应用程序启动过程中实例化这些bean。
  8. If you write another class that instantiates Lure, you immediately have access to Lure's implied methods, such as getName() or setSize().
    如果您编写了另一个类来实例化Lure,您将能立刻拥有对Lure所暗指的方法(比如getName()或setSize())的访问。
  9. Once you select a model, RSA instantiates a copy of the template in your selected project.
    一旦您选择了一个模型,RSA将会在您选择的项目中实例化一份模版的拷贝。
  10. This factory method instantiates the collection of course objects by delegating the work to the service layer.
    该工厂方法通过将这项工作委托给服务层来实例化课程对象集合。
  11. The servlet container instantiates the faces servlet, which starts listening for incoming requests from users.
    servlet容器实例化facesservlet,后者开始侦听从用户传入的请求。
  12. In this case, Spring finds this one class and instantiates it for you.
    在这种情况下,Spring发现并实例化这个惟一的类。
  13. The client instantiates the request and passes it as a parameter to an instance of a handler.
    客户机将请求实例化,并将其作为处理者实例的参数进行传递。
  14. The constructor of this class instantiates SQL and XA relevant classes
    该类的构造函数实例化了SQL和XA相关类
  15. The constructor instantiates the COM object using the CLSID as specified in the coclass declaration in the type library.
    构造器用类型库辅助类的声明中定义的CLSID来实例化COM对象。
  16. In this sample application a PDO object instantiated within the php file instantiates the connection with the MySQL database through the MySQL connector.
    在这个样例应用程序中,在php文件中实例化的一个PDO对象通过MySQL连接器实例化与MySQL数据库的连接。
  17. The first line of this script instantiates a new Sql object by setting the JDBC connection string, username, password, and JDBC driver class.
    该脚本的第一行代码实例化了一个新的Sql对象:设置JDBC连接字符串、用户名、密码和JDBC驱动器类。
  18. Here's a sample application that instantiates your parser and feeds it an expression that you hardwired in at the top of the app.
    下面是一个样本应用程序,它实例化您的解析器,并且为它提供了一个硬连接在应用程序顶部的表达式。
  19. The constructor instantiates DOM so that all underlying classes will use the same object.
    构造器实例化了DOM,因此所有基本类都将使用同一个对象。
  20. For example, when it sees a tag, it instantiates the element class.
    比如,每遇到一个标记,就实例化一个元素类。
  21. The event-dispatching servlet instantiates the event channel object and three sample event receivers.
    事件分派servlet实例化事件通道对象和三个示例事件接收者。
  22. The prepackaged sample demonstrates the auxiliary mode whereby a separate simple servlet instantiates a persistence unit and is deployed alongside JESTServlet in the same web archive.
    预先包装的示例程序演示了副模式,它使用另一个简单的Servlet来实例化一个持久化单元,并将它与JESTServlet部署到同一个Web存档文件中。
  23. When a new client becomes available it instantiates a new Client object representing the state of that client.
    当新客户机变为可用时,它就实例化一个新的Client对象,该对象代表了那个客户机的状态。
  24. The JavaScript function instantiates an XmlHttpRequest object, which asynchronously makes an HTTP request to a server in the background ( note that no page refresh occurs).
    JavaScript函数实例化一个XmlHttpRequest对象,该对象会在后台异步地产生一个对服务器的HTTP请求(注意,没有发生页面刷新)。
  25. When XJConf encounters an element in the configuration file, it instantiates an App object instance.
    当XJConf遇到配置文件中的元素时,它将对App对象实例进行实例化。
  26. The remoting infrastructure locates the assembly that contains the remote object and instantiates it.
    Remoting基础结构查找包含远程对象的程序集并对其进行实例化。
  27. It also contains a Database class that instantiates and returns those data transfer objects.
    同时它还包含了一个Database类,这个类初始化数据,并且返回这些数据传输对象(译者:说白了就是模拟的数据源)。
  28. The run() method instantiates a new WorkUnit and delegates the file processing to the WorkUnits run() method.
    run()方法实例化一个新的WorkUnit对象,并委托WorkUnit的run()方法完成文件处理。
  29. It also generates an EMF Ecore metamodel; the generated parser instantiates this metamodel from sentences of the language.
    它同样会生成以一个EMFEcore元模型;生成的解析器会实例化从语言的句子中得到的元模型。
  30. Method reads the file and instantiates it as a control that can be added to the page.
    方法读取该文件并将其实例化为可添加到页的控件。