• 目前为止可以清楚地看到,创建自定义组件有益的事情,但是最佳创建方法什么呢?

    By now it should be clear that creating a custom component is a good thing, but what is the best way to create one?

    youdao

  • 使用这种方法需要更新流程添加一个新的自定义属性

    With this method, you do not need to upgrade the process to add a new custom property.

    youdao

  • 如果这样最好替代方法配置一个自定义文件注册表

    If that is the case, the best alternative is to configure a custom file registry.

    youdao

  • 一个方法使用自定义用户注册表,注册表开发环境中使用具有用户ID密码文件

    Another alternative is to use a custom user registry employing a file with the user ID and passwords for development environments.

    youdao

  • 同义词特性也是一个非常好的方法增强自定义搜索引擎甚至通过增加相同意思的相似单词

    The Synonyms feature is also an excellent way to strengthen your customized search engine even more by adding similar words that have the same meaning.

    youdao

  • DB 2提供了用于管理复制设置工具或者可以基于日志转换实现一个自定义解决方法

    DB2 provides tools that can be used to manage replication Settings, or you can implement a custom solution based on the transfer of logs.

    youdao

  • 本文提供了一个鲜为人知方法,使用方法可以控制中心定义的方式对所处理对象进行分组

    I showed you a little-known way in which you can group the objects that you work with in the Control Center in a customized manner.

    youdao

  • 这里基本方法运行时,以可以一般性代码使用方式构建一个定义,其中包装目标访问(以前通过反射达到的)。

    The basic approach here is to construct a custom class at runtime that will wrap access to the target classes (previously reached by reflection) in a way that can be used by your general-purpose code.

    youdao

  • 为了丢失美国账户信息定义定义方法基于国家返回一个有效的州

    To not lose the state information for U.S. accounts, define a custom function that returns a valid state value based on the country.

    youdao

  • 用户概要一个好处在于提供了方法对LPEX编辑器定义进行分组。

    Another benefit of user profiles is that they provide a way to group LPEX editor customizations.

    youdao

  • 一个显而易见方法已经被许多成功的实现证实就是使用EAI技术(排除其他技术)并结合XML构建定义的soa基础架构

    An obvious approach, proven in many successful implementations, is to use EAI technology often, but not exclusively, in combination with XML, to construct a custom SOA infrastructure.

    youdao

  • 这个问题应对方法使用一个用作数组容器但是没有扩展INOUT _ HOLDER的自定义

    The workaround to this problem is to use a custom class that ACTS as a container for the array but does not extend INOUT_HOLDER.

    youdao

  • 注意调用了NorthwindDataContext一个自定义方法

    Notice, I am calling a custom method on the NorthwindDataContext class...

    youdao

  • 例如为了创建一个RUPfor z自定义版本可以方法定义来开始包括1所显示插件

    For instance, in order to create a customized version of RUP for z, you would start with a Method Definition, including the plug-ins shown in Figure 1.

    youdao

  • 熟悉定义解决方案时,请考虑创建一个定义用于扩展包含首选方法属性DataGrid

    When you become familiar with customizing this solution, consider creating a custom class for extending DataGrid that contains your preferred methods and properties.

    youdao

  • 方法编写自定义wsadmin脚本使用操作系统权限进行保护确保每个管理员只能所属的服务器运行这些脚本。

    The first approach is to write custom wsadmin scripts and protect them using operating system permissions to ensure that each administrator can only run the scripts for his servers.

    youdao

  • 所有定义JMS数据绑定都具有一个称为AbstractJMSDataBindingImpl公共,这个类实现一些公共的功能比如进行异常处理方法

    All the custom JMS data bindings have a common super class, called AbstractJMSDataBindingImpl, which implements some common functionality; for example, methods for exception handling.

    youdao

  • ExtJS从来没有轻松方法创建自定义主题现在仍然让人失望的地方。

    There has never been an easy way to create custom themes in Ext JS, and this continues to be a disappointment.

    youdao

  • getException方法返回一个Exception,允许其中嵌套用于后期恢复异常可以定义的异常填充这里调用程序传递信息

    GetException : This method returns an exception which allows you to nest exceptions for later retrieval. You can stuff your own custom exception in here and pass on information to calling programs.

    youdao

  • 种解决这个问题方法创建自定义subjectholder它包装了一个staticThreadLocal存储当前Subject

    One way of getting around this problem is to create a custom SubjectHolder class that wraps a static ThreadLocal to store the current Subject.

    youdao

  • 现在我们假设我们己的自定义类型MyType带有一个MyDelegate方法特征完全匹配的MyFunc方法

    Now, let’s assume that we have our own custom type, MyType, with a method MyFunc whose signature matches MyDelegate’s exactly.

    youdao

  • 通过添加一个通过电子邮件来发送标记消息方法也许是将其命名为disk_alert (self),这样可以进一步自定义

    You could further customize the new class by adding another method, perhaps called disk_alert (self), which would E-mail flagged messages.

    youdao

  • 每个Bean一个基本Account Bean子类包含四个基本CRUD方法另有自定义查找程序一个选择方法多个数据逻辑方法

    Each bean is a subclass of the same basic Account bean, containing the four basic CRUD methods, plus a custom finder, a select method, and multiple data-logic methods.

    youdao

  • 大部分情况下,实现了比如内置的dict类型方法一个子集——甚至相当的子集——的自定义对象,就足够“类-dictionary”而可以满足当前的要求。

    Most of the time, a custom object that implements only a subseteven a fairly small subset — of, for example, the methods of a built-in dict are dictionary-like enough for purposes at hand.

    youdao

  • Gnosis Utilities提供了一个相当不错(照看来自定义相等含义方法

    The Gnosis Utilities library provides (in my opinion) a rather elegant way to customize the meaning of equality.

    youdao

  • 如果已经决定使用Guice 1.0,用户指南中这种方法文档而且本文示例代码中,您可以找到一个自定义provider

    If you've decided to use Guice 1.0, the user's guide has documentation on the old way, and the sample code supplied with this article has a custom provider you can look at.

    youdao

  • RationalClearQuest7.1.0.0 中的ALM 计划提供了一个项目小组构建板块打开即用方法从而根据他们己的文化过程进行自定义

    The new ALM schema in Rational ClearQuest 7.1.0.0 provides an out-of-the-box set of building blocks for project teams to customize according to their own cultures and processes.

    youdao

  • 可以定义设置保存配置文件里,之前脚本需要一个方法

    You can put your customizations in your own profile. The previous script would need to be a function such as this

    youdao

  • 彻底方法编写一个定义servlet动态确定显示当前激活配置

    More thorough: Write a custom servlet to dynamically determine and display the current active configuration.

    youdao

  • 彻底方法编写一个定义servlet动态确定显示当前激活配置

    More thorough: Write a custom servlet to dynamically determine and display the current active configuration.

    youdao

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

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

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