• You can implement it in either a unified or modular manner.

    可以按照统一或者模块化的方式来实施

    youdao

  • Do not undertake a project unless you can implement it.

    不要承担一项计划除非完成这项计划。

    youdao

  • Don't undertake a project unless you can implement it.

    不要承担一项计划除非完成这项计划。

    youdao

  • Before you can implement it, you need to add another panel to the application: one to hold the search results.

    实现之前需要应用程序中添加另一个面板用来显示搜索结果的面板。

    youdao

  • Use of an attachment object store is optional, and it involves considerable planning before you can implement it in Lotus Domino.

    使用附件对象存储可选的,在Lotus Domino实现之前需要充分地加以计划

    youdao

  • I'll just stick to the old simple UNIX command-line version of cron, and you can check with your system administrator to see how you can implement it in your Web application.

    讨论老式简单cronUNIX命令行版本可以系统管理员咨询如何自己Web应用程序实现

    youdao

  • With it, you can store session information in a database or implement a handler for encrypting and decrypting all of your data.

    使用可以会话信息存储数据库中,或者实现一个用于加密解密所有数据的处理器

    youdao

  • The behavior that you need is common so it can be expressed using an interface that each feed retriever that you create can implement.

    需要行为常见的,因此可以使用创建每个提要检索器都可以实现的接口来表达

    youdao

  • Now that you have the AD box code in DHTML, you can see how to implement it in PHP (see Listing 2).

    现在已经有广告DHTML代码,接下来让我们看看如何php实现(参见清单2)。

    youdao

  • Yes, you can describe a programming task algorithmically, and then implement it in any of hundreds of languages - just as you can play a given tune on any of hundreds of instruments.

    没错用算法就可以描述出编程任务然后可以任选几百编程语言中的一种来把任务实现出来——你可以使用数百种乐器中的任意一种演奏出一个特定曲调是一个道理。

    youdao

  • The programming interface to ZooKeeper is deliberately simple. With it, however, you can implement higher order operations, such as synchronizations primitives, group membership, ownership, etc.

    zookeeper编程接口特意做的非常简单此之上,可以实现更高层次的操作同步原语管理,所有权等等。

    youdao

  • You need to implement the methods in your table model class, so the JTable bean can access the data in the model and present it in its view of the table.

    需要表格模型实现这些方法这样JTablebean就可以访问模型中的数据在表格视图中显示出来。

    youdao

  • 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信息

    youdao

  • As you can see, this is a clean way to use the features the Preferences API has, to implement the features that it doesn't have.

    正如看到的,一种使用PreferencesAPI具有功能简洁方式实现本来具备的功能。

    youdao

  • You can implement this style using either SOAP or REST (although it is easier in REST because REST is inherently document-centric).

    可以使用SOAPREST来实现这个样式不过 REST 中会容易,因为它本身就是以文档为中心的)。

    youdao

  • It is not hard to imagine an existing application somewhere that already has such a system in place. You can implement such a system in many ways, but one fairly elegant mechanism is to use a JMS.

    假设一个现成应用程序,此应用程序的某个位置已经具有了这种系统可以使用多种方法实现此类系统,相对优雅的方式使用一个JMS。

    youdao

  • Once you are confident you have achieved a business process model that is functionally and financially sound, the it professionals can implement it on a computing platform.

    一旦确信自己已经获得功能金融上比较合理流程模型,那么IT专业人员就能够计算平台上实现

    youdao

  • It contains methods for creation, deletion, update, and transitioning that you can implement to contain whichever logic is appropriate.

    包含创建删除更新转换方法可以实现这些方法包含所有相应的逻辑

    youdao

  • Just implement exactly what you need now, and if you need more stuff later, you can add it then.

    实现目前需要的功能,以后需要多功能时可以再进行添加

    youdao

  • You can take your pure HTML content and wrap it in a JSP, for example, and implement some logic.

    例如可以html内容包装一个JS p中,然后实现一些逻辑

    youdao

  • Whatever it is you want to change you won’t get very far without having specific action items you can do to implement it.

    不管就的什么,如果没有实现目标的具体行动目前的状况不会多少改观。

    youdao

  • Whatever it is you want to change you won't get very far without having specific action items you can do to implement it.

    不管就的什么,如果没有实现目标的具体行动目前的状况不会多少改观。

    youdao

  • In the EJB 2.1 specification, this has been relaxed so that an MDB can implement any interface, as long as you can find someone prepared to deliver messages to it!

    EJB 2.1规范中,已经不再严格要求了,因此MDB可以实现任何接口只要有人准备传送消息

    youdao

  • 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.

    如果需要实现调函数,只需添加方法通过注释将其声明为回调函数即可。

    youdao

  • In fact, prepared statement is not a feature but a principle. And one can implement it on their own. Which you have to do, instead of devising excuses.

    事实上预备语句不是功能而是原则一个自己可以实现不是设计的借口。

    youdao

  • You could use a List or a Map to implement the relationship; however, a Map offers the advantage that it can provide fast lookup given, say, the book catalog number as the key.

    可以ListMap实现这个关系但是Map提供优势提供快速查询也就是说用图书目录编号作为

    youdao

  • This is the question about which contacts with the strategy, the peak and micro marketing is based on this phenomenon, it can help you to easily implement wechat business dream.

    就是人脉策略问题顶峰助力营销正是根据这种现象而出现的,可以轻松实现商梦。

    youdao

  • As you can see, though, it takes a lot more to implement the Iterable interface manually than simply extending a class that does this work for you.

    但是可以看到,与扩展一个现成来完成同样的工作相比手动实现Iterable接口需要工作多得多

    youdao

  • As you can see, though, it takes a lot more to implement the Iterable interface manually than simply extending a class that does this work for you.

    但是可以看到,与扩展一个现成来完成同样的工作相比手动实现Iterable接口需要工作多得多

    youdao

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

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

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