• In one case, the professor didn't require students to buy a textbook, just an access code to turn in homework.

    教授没有要求学生购买教科书只是需要作业提交的访问

    youdao

  • Because it's all digital, it eliminates the used book market and eliminates any sharing, and because homework and tests are through an access code, it eliminates any ability to opt out.

    因为数字化的,它淘汰了二手市场,也杜绝任何共享而且因为作业考试通过准入码进行的,它让人们失去了选择退出的任何能力

    youdao

  • But because it's all digital, it eliminates the used book market and eliminates any sharing, and because homework and tests are through an access code, it eliminates any ability to opt out.

    因为数字化的,它消除了二手市场,也消除了任何共享而且因为作业考试通过准入码进行的,它消除了任何选择退出的能力

    youdao

  • If your data access code catches an exception, do not ignore it.

    如果数据访问代码捕获了一个异常不要忽略

    youdao

  • An iterator is a kind of code helper that lets you quickly access data in any collection or container, one at a time.

    迭代某种代码助手可以让迅速地访问任何集合容器中的数据,每次一个数据。

    youdao

  • Then you need to put some marshalling code atop that to provide an access layer to the front end.

    然后需要那些类之上放置一些编组代码,以便前端提供一个访问

    youdao

  • In order to build a middleware bridge between the front-end CGI display code and the back-end database and business logic code, an API that allows all necessary data access must be defined.

    为了前端CGI显示代码数据库业务逻辑代码之间构建中间件必须定义一个允许所有必需数据访问API

    youdao

  • Wrapping the parser within an unmarshalling context allows a wide variety of access methods to be defined with a minimum of code.

    解析器包装数据编出上下文内这样就可以最少代码定义各种各样的访问方法

    youdao

  • To add an ATOM feed link to access the current content, add the following code shown in listing 4 to the specific component where you want the link to display.

    添加一个ATOM提要链接访问当前内容,将清单4所示代码添加想要在其中显示链接的组件中。

    youdao

  • Native code may attempt to access an object that has invalid input (such as a stale local reference) or that is coded incorrectly.

    本机代码可能尝试访问具有无效输入(过时本地引用)编码错误对象

    youdao

  • In the code shown in Listing 8, you access attributes of an element just as you would elements of an array.

    清单8代码可以访问数组元素一样访问元素属性

    youdao

  • The code above is an example showing you how to access a DataObject within another DataObject.

    以上代码例子,向展示如何一个DataObject对象中访问一个DataObject。

    youdao

  • EAz's main job is to define and implement an interface that any application's code can query to authorize access to application resources.

    Eaz主要任务定义实现一个接口,以便任何应用程序的代码可以查询授权应用程序资源的访问

    youdao

  • Because you cannot package an EJB along with portlets, you need to code the access to the EJB deployed in a different manner than you would within a servlet accessing the enterprise application.

    由于不能portletejb封装在一起,因此您需要不同的方式编写代码访问已部署EJB,这和用servlet访问企业应用程序是不同的。

    youdao

  • In the Python language, everything is an object a program can access, including simple types that hold integers, as well as the actual code you write and its representation in the Python interpreter.

    Python语言中,所有事物都程序可以访问对象其中包括保存整数简单类型以及编写实际代码这些代码在Python解释器中的表示

    youdao

  • Merseyside Police have launched something similar which allows citizens access to information on an on-demand basis, post code enabled search and features to report crime patterns.

    Merseyside Police已经投入运行了类似的网站,允许市民根据需求访问信息,提供支持邮编搜索以及报告犯罪模式的特性

    youdao

  • Simple access to the parts within an Open XML document, relative to other existing APIs (example: one line of code to retrieve or replace a part).

    简化OpenXML文档各种部件、以及其它现有API访问(例如:可以通过代码获得替换部件)。

    youdao

  • For instance, having access to a person's genetic code could help doctors create customized medicine and determine an individual's predisposition to certain diseases or medical conditions.

    例如获得遗传密码能够帮助医生创造定制化药物确定个体某种疾病身体状况倾向

    youdao

  • But how to complete this task if you were given access to the source code and resources of an existing application, but not allowed to introduce any functional changes to the application?

    但要是允许你引入任何功能变化,只能访问现有应用源代码资源,那如何完成一任务呢?

    youdao

  • This code sample shows how an EJB component might access a message queue resource, using connection objects.

    代码样本显示了EJB组件如何使用连接对象访问消息队列资源

    youdao

  • Developers must write code to implement the data access layer, including optimizing SQL queries, caching results to optimize performance, without compromising an application's footprint.

    开发人员必须编写代码实现数据访问包括优化SQL查询缓存结果优化性能不会损害应用程序规模。

    youdao

  • The following code example shows how an EJB application might access a database resource by using pooled connection objects (based on JDBC 2.0).

    以下代码示例显示了EJB应用如何利用合用连接对象访问数据库资源(基于JDBC 2.0)。

    youdao

  • The code in a layer can only access the layer beneath it, and only through an interface (see Figure 3).

    某个代码只能通过接口访问层(如图3所示)。

    youdao

  • For this sample code, I assumed that the SOAP binding was used and that the access point USES an HTTP protocol.

    对于这个样本代码假设使用SOAP绑定并且访问使用HTTP协议

    youdao

  • Suppose that you wanted to isolate a subsystem, so that client code would have to go through an intermediary to access worker objects (this situation occurs in the Facade design pattern).

    假如希望隔离一个子系统使客户机代码必须通过中间媒介访问工作程序对象(这种情况Facade设计模式中出现)。

    youdao

  • An example of calling code in the access control hook of an action.

    actionaccesscontrolhook调用代码的一个例子如下。

    youdao

  • For example, if you have embedded a SQL file and an XML file in a Windows Forms-based application, you can access them using code like that in Figure 2.

    例如已经个基于WindowsForms应用程序中嵌入了一个SQL文件XML文件,你2代码那样访问。Figure 2。

    youdao

  • For example, if you have embedded a SQL file and an XML file in a Windows Forms-based application, you can access them using code like that in Figure 2.

    例如已经个基于WindowsForms应用程序中嵌入了一个SQL文件XML文件,你2代码那样访问。Figure 2。

    youdao

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

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

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