• If you open the connection from within a function, and only store the variable in a local variable, the connection will be closed when that function returns.

    如果函数打开连接并且句柄存储一个本地变量中,那么函数返回时,连接将关闭

    youdao

  • You'll use this function to set the value of the currently open tag, as shown in Listing 5.

    使用函数设置当前打开标记如清单5

    youdao

  • You then use the slideUp function to close the message element if it is open already.

    然后如果消息元素打开的,需要使用slideup函数关闭

    youdao

  • It is aligned to the business perspective of a service, which typically represents a discrete business function (for example, check credit, open account).

    服务业务透视图保持一致,服务通常表示离散的业务功能(例如检查信用开立帐户)。

    youdao

  • This function crafts the proper HTTP request to retrieve a list of documents in Google documents, which in turn can be used to open the said documents.

    函数制作一个恰当HTTP请求检索Google文档内的文档列表之后用来打开这些文档。

    youdao

  • However, notice that when you use its open function to open the connection, you pass a third parameter (true).

    不过,请注意使用open函数打开连接时传递第三参数(true)。

    youdao

  • Open the connection to the database during the init function in your servlet.

    Servletinit函数打开数据库连接

    youdao

  • In pseudo, the address returned for dlsym (RTLD_NEXT, "open") is stored in a function pointer named real_open .

    pseudo中dlsym (RTLD_NEXT,“open ”)返回地址储存在名为real_open函数指针中。

    youdao

  • The first parameter fildes is the open file descriptor returned from the function open , referring to a specific device.

    第一参数fildes函数open返回文件描述符,用于指称具体设备

    youdao

  • Routing is a function associated with the network layer (layer 3) in the standard model of network programming, the Open Systems Interconnection (OSI) model.

    开放系统互连osi模型中,路由网络(第三层)功能

    youdao

  • The fmemopen() function gives you a stdio FILE * object that refers to a buffer in memory. Replacing the open of test.jpg with a single call to fmemopen solves half the problem

    fmemopen()函数提供stdioFILE *对象,该对象表示内存中的一个缓冲区

    youdao

  • Open source projects function almost wholly through e-mail (with the addition of the Apache bug tracking database, which you'll find in the Resources section).

    开发源码项目几乎完全是通过电子邮件加上Apachebug跟踪数据库参考资料小节方面内容)来运作的。

    youdao

  • The open/close parentheses denote a function that takes no parameters.

    开始/结束括号表示一个参数函数

    youdao

  • There were about twelve different component teams, including teams working on two open-source technologies, which served as the basis for the technical function.

    大约十二个不同组分团队包括致力于开源技术的团队、它们作为技术功能基础的团队。

    youdao

  • Other open systems such as the mails, the roads or the telephones come to perform a function in society that transcends their simple technical characteristics.

    其它开放系统例如邮政道路或者电话承担一个超越它们本身简单技术特征的社会服务功能

    youdao

  • Listing 3 contains this function, which attempts to open the database (if not already opened) and query the database.

    清单3包含有这个函数尝试打开数据库(如果尚未打开的话)查询数据库。

    youdao

  • This led us to add things like shortcuts to bring up the search box next to the current bubble to easily open a new function side-by-side, go to definition, etc.

    我们添加很多类似快捷键功能,如基于当前气泡的位置弹出搜索方便打开函数,查找定义等等

    youdao

  • All this is done in the OPEN call to the table function; in the FETCH calls, the next word is retrieved from the set and returned as index entry.

    这些函数OPEN调用完成;在FETCH调用中,集合中检索一个单词作为索引条目返回

    youdao

  • As in the previous example, the print function raises an exception, because the file was not open for writing.

    正如之前例子所示,print函数抛出了一个异常原因文件尚未打开以供写入

    youdao

  • The call to shm_open() should look familiar; it is much like the open() function, including how to initialize the segment and permissions.

    对 shm_open() 的调用看起来应该熟悉open()函数很相似,包括初始化内存设置权限的方式。

    youdao

  • For any of these methods, you go through the standard process of using fopen to open the file, a function to read the data, then fclose to close the file, as shown in Listing 1.

    对于这些方法中的任何一种通过使用fopen(用于读取数据函数)标准方法打开文件然后使用fclose关闭文件,如清单1

    youdao

  • File name: the name of the new static layout file that will open in the page Designer for further editing and will function as the layout file of the MyStaticPage portal page.

    文件名静态布局文件名字PageDesigner打开以进行进一步编辑,其功能相当于MyStaticPage门户页面的布局文件。

    youdao

  • Let's create another Application class that will contain a main function to open the ContactUI and set up the context object.

    我们来创建application,其中包含一个函数,用来打开ContactUI设置这个上下文对象。

    youdao

  • After the sorting action, the items were different, but the tree grid would still try to open the expando function of the fourth row.

    排序之后条目有所不同,但是属性网格仍然打开第4行的expando功能。

    youdao

  • In our case, you could find a generic function that creates the XMLHttpRequest instance and calls its open and send methods.

    我们示例中找到一个泛型函数,此函数能创建XMLHttpRequest实例调用实例的opensend方法。

    youdao

  • You still open a stream using the built-in open fileName function, although you can also call io.open fileName.

    打开一个还是需要使用内置openfileName函数但是可以调用io . open fileName。

    youdao

  • Use the robot's image sensor to unconditionally locate the lever to open the hood (locate function).

    使用机器人图像传感器无条件地定位控制杆,打开发动机盖(locate函数)。

    youdao

  • This function is a high-level way of opening a file; but, since the only way to open a file in Linux is to use the open system call, fopen makes use of open in its implementation.

    函数打开文件高层次方式但是因为Linux打开文件的唯一方法使用open系统调用,所以fopen实现利用open

    youdao

  • This function is a high-level way of opening a file; but, since the only way to open a file in Linux is to use the open system call, fopen makes use of open in its implementation.

    函数打开文件高层次方式但是因为Linux打开文件的唯一方法使用open系统调用,所以fopen实现利用open

    youdao

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

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

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