Simultaneously, we prove this protocol by formalized method and implement this protocol using NDIS Intermediate Drivers.
同时,用形式化的方法验证了协议,并编写NDIS中间层驱动程序实现了协议。
Responsible to organise every department ro study out the performance appraisal method and implement them, Improving the effectiveness of the performance management system.
负责组织公司绩效考核办法的拟定和实施;改善公司的绩效管理系统。
This method is easy to write and implement.
这种方法很容易编写和实现。
Define the API method or methods and implement the method in the controller class.
定义一个或多个API方法并在控制器类中实现方法。
Since I strongly believe in the benefits of an iterative and risk-driven approach to method development, I recommend using a Project Plan to implement this approach effectively.
由于我坚定地相信迭代和风险驱动方法对方法开发带来的好处,所以我建议利用一个项目计划来有效的执行这个方法。
The ORB would then intercept the message and be responsible for finding an object that could implement the request, pass it the parameters, invoke its method, and return the results.
ORB截获这条消息,并负责搜索一个能执行该请求的对象,将参数传递给它,调用它的方法,然后返回结果。
An alternate method of writing an adapter - and one that some prefer - is to implement an interface to adapt behavior, rather than extending an object.
编写适配器的替代方法——并且是推荐方法——是实现一个接口来修改行为,而不是扩展对象。
This article described a general method for creating composed patterns from pre-existing patterns and explained how to design and implement one, using a detailed example.
本文描述了从已存在的模式中创建复合模式的普遍方法,并通过一个详细的例子解释了如何设计与实现。
The trick has always been to create a method of defining a process quickly and precisely without adding so much complexity to the control logic that it becomes too expensive to implement.
这其中的窍门就是创造一种能够迅速和精确地定义一个过程的方法,而且这种方法不能使控制逻辑变得过分复杂,以至于增加大量开销而无法实现。
To implement callbacks, you'll simply create the method and annotate it appropriately.
要实现回调,只需创建方法并适当地将其注释即可。
If you need to implement one of those callbacks, you can simply add a method and annotate it to declare that it's a callback.
如果需要实现一个回调函数,只需添加一个方法并通过注释将其声明为回调函数即可。
OSS offers an alternative method through which an institution can implement a technological solution, along with its own variety of benefits and pitfalls.
OSS提供一种伴随种种利弊的替代方法,通过这种方法,一家机构能够实现技术上的解决方案。
Next, you can implement another method and follow the same practice until you are finished with the entire task.
接下来,可以实现另一个方法,再次执行签入,直到完成整个任务。
For brevity, this article demonstrates how to implement the two methods that handle the different GET operations and the method that handles the POST operation.
为简洁起见,本文将演示如何实现这两个方法,它们分别处理GET操作和POST操作。
We now need to implement this method and return an appropriate instance of type IContentAssistant.
现在我们需要实现这个方法,并返回一个icontentassistant类型的适当实例。
Implement the creation of a scope key and the notification logic in the service method of this superclass.
应该在这个超类的service方法中创建范围键并实现通知逻辑。
The Authenticator class is abstract, so you'll need to subclass it and implement the getPasswordAuthentication() method to store the username and password (see Listing 13).
Authenticator是一个抽象类,所以需要从它派生出子类,并实现 getPasswordAuthentication()方法来存储用户名和密码(见清单 13)。
In addition, if you implement a validate method and set the validate flag in the corresponding action mapping entry in the Struts configuration file, the ActionServlet will invoke the validate method.
此外,如果您实现了一个验证方法并在Struts配置文件中相应的操作映射条目上设置了验证标志,ActionServlet将会调用那个验证方法。
A subclass must implement the invoke method to perform the work of the method using the supplied handler and method arguments.
这个类的子类必须实现invoke方法,该方法使用提供的处理程序和方法参数执行对应方法的工作。
To implement this RESTful service, a function selector class will be implemented for selecting a correct service function according to the type of HTTP method and returning the function name.
为了实现这个RESTful服务,要实现一个函数选择器类,它根据HTTP方法的类型选择正确的服务函数并返回函数名。
Essentially, Kilim makes it easy and simple to create concurrent processes: just extend from Kilim's Task type and implement the execute method.
在本质上,Kilim使创建并发进程变得轻松而简单:只需从 Kilim 的Task类型进行扩展并实现execute 方法。
For example, to enable product editing support we can implement the HTTP-GET version of our "edit" action method on our Products controller like below and then invoke the "Add View" command.
例如,要支持产品编辑,我们可以象下面这样在Products控制器上实现“Edit”action方法的HTTP - GET版本,然后调用“添加视图”命令。
IBM provides Rational Method Composer plug-ins for asset and SOA governance to help organizations define and implement their governance activities.
IBM提供用于资产和soa治理的RationalMethod Composer插件,以帮助组织定义和实现其治理活动。
To mimic JSF's default error handling and validation you would have to configure Struts to use the validator framework or implement the equivalent in the validate method on an ActionForm.
要模仿JSF默认错误处理和验证,还必须配置Struts使用验证器框架,或者在 ActionForm上的validate方法中实现等价的操作。
The create method that you need to implement will be passed the content of the new object being created, and you can use SDO information from it in the validator logic
您需要实现的create方法会传递给将要创建新对象的内容,您可以在验证器逻辑中使用其中的SDO信息
One of the implications of erasure is that a class cannot implement both Comparable and Comparable, because both of these are in fact the same interface, specifying the same compareTo() method.
擦除意味着一个类不能同时实现Comparable和 Comparable,因为事实上两者都在同一个接口中,指定同一个 compareTo()方法。
That means you should implement the run method of IPlatformRunnable, which is responsible for creating the SWT display and starting up a workbench.
这意味着您应该实现IPlatformRunnable的run方法,负责创建SWT显示和启动工作台。
After the first tiny steps we started to implement the other refactorings Inline method, Rename of methods, variables, fields and classes.
在第一小步之后,我们开始实现其他的重构功能:InlineMethod,重命名方法、变量、属性及类。
Typically you implement the configure method in Guice, but in this case you use a Sitebricks-specific subclass of Module and implement its configureSitebricks method.
通常您在Guice 中实现configure方法,但本例使用一个特定于Sitebricks的Module 的子类且实现其configureSitebricks 方法。
It's a simple, three-method interface that you can implement and handle all types of errors.
它是一个简单的、包含三种方法的接口,可以实现和处理所有类型的错误。
应用推荐