• 他们从不保存或者关闭文件所以他们计算机打开许多文档填满了内存

    They never saved or closed files, so their computer had dozens of documents open and its memory was swamped.

    youdao

  • 关闭文件后,可以将要分配给多个线程存储腾出空间。

    When the files are closed, you make room for storage to be allocated for multiple threads.

    youdao

  • 是因为一直打开同一个目录中的同一个文件添加两个字符串作为文件再次关闭

    This is because we keep opening the same file, located in the same directory, adding the two strings as files, and closing again.

    youdao

  • 数据库管理器关闭日志文件时,会归档日志文件

    Log files are archived when the database manager closes the log file.

    youdao

  • HDAPS传感器读取数据非常简单,由于不可查找特性每次读取数据时都需要打开关闭文件

    Reading data from the HDAPS sensor is a straightforward process requiring an open and close of the file at each read due to its nonseekable nature.

    youdao

  • 我们先来尝试连接远程服务器列出一个给定本地目录所有文件关闭连接

    Let's try connecting to the remote server, listing all files in a given local directory, and closing the connection.

    youdao

  • 需要考虑异常关闭文件因为它替处理件事。

    I didn't need to worry about exceptions or closing the file because everything was handled for me.

    youdao

  • 我们测试的过程中,视图没有改变并且没有打开或者关闭任何文件

    During our tests the perspective didn't change and no files were opened or closed.

    youdao

  • 我们用户展示归档中的文件关闭文件,将保存ZIP 归档,准备用户下载

    We show the number of files in the archive to our users and close the file, saving it as a ZIP archive, ready for download.

    youdao

  • 关闭文件浏览器重启雷鸟使新的视觉风格可以应用

    Close your file browser and restart Thunderbird so that the new visual style can be applied.

    youdao

  • 所有MQInput节点都已发送最后一条消息时,其中的最后一条消息将传播FinishFile终端以导致文件关闭

    When all MQInput nodes have sent their last message the last of these is propagated to the Finish File terminal causing the file to close.

    youdao

  • 接着关闭GIF文件打开存储图片

    Then close the original GIF file because we are done with it, and then open the image with the new format you have just saved.

    youdao

  • 然后文件关闭,并mqsitransit目录移动输出目录。

    The file is then closed and moved from the mqsitransit directory to the output directory.

    youdao

  • 任务停止活动时,PackageExplorer视图焦点关闭当前打开所有文件关闭

    Once the task is deactivated, the focus on the Package Explorer view is turned off and all currently open files are closed.

    youdao

  • 文件打开关闭函数(fopenfclosefgetsgetc等等)、printf函数系列和setvbuf函数需要

    It is needed for the file opening, closing, reading, and writing functions (fopen , fclose , fgets , getc , and so on), for the printf family of functions, and for the setvbuf function.

    youdao

  • SessionManager可以加密保存会话文件关闭窗口文件中的会话数据

    Session Manager can encrypt session data stored in session files as well as the closed window file. To enable this feature, do the following.

    youdao

  • 使用这个RubyAPI无需打开关闭文件无需管理异常

    Using the Ruby API, you don't need to open or close your file or manage the exceptions.

    youdao

  • 函数禁用ASend(..) 函数,直到文件传送关闭中断

    The function also disables the ASend(..) function until the file is transmitted or aborted.

    youdao

  • 这些脚本可能执行循环可能打开一张长的文件列表忘记打开文件之前先关闭当前文件

    These scripts might execute a loop, or perhaps open a long list of files, forgetting to close the current file before opening a new one.

    youdao

  • 有了这些选项可以进行实时连接精确复制文件关闭掉连接,处理它,然后您完成处理以后它们上传回到服务器上。

    With this option, you explicitly copy files locally while you have a live connection, close the connection, work on the files later, and upload them back to the server after you have finished.

    youdao

  • 甚至无法先创建文件然后关闭然后重新打开它,即使权限已经限制了可以打开文件

    You can't create the file, close it, and reopen it — even if the permissions limit who can open it.

    youdao

  • 一个文件经过创建、关闭之后需要改变

    A file once created, written, and closed need not be changed.

    youdao

  • 确保关闭文件系统中的搜索文件并且这些文件不会后续操作损坏

    This insures that the search files on the file system are closed and will not be corrupted by the subsequent operations.

    youdao

  • 文件系统删除文件名称,当使用文件程序关闭时,操作系统可以重新获得存储空间

    The name of the file is removed from the file system, and its storage space is recovered by the operating system when the program using it closes the file.

    youdao

  • 删除这样文件只是文件系统删除名称无法重新获得任何磁盘空间直到相应的进程退出关闭文件

    Deleting it just removes the name from the file system, and it won't recover any drive space until the process exits or closes the file.

    youdao

  • 可伸缩NAS存储设备必须办法执行病毒功能可以智能化地扫描文件比如打开关闭文件

    Scalable NAS storage devices must have a way for an antivirus function to perform scans on files intelligently, such as when they're opened or closed.

    youdao

  • 其实一个简单的 “撤销就会使所有的内容都恢复 ——但是这要求惊慌关闭文件或者试图回复上一次保存文件

    What you won't see is that a simple "undo" would bring it all back -- but only if you don't panic and close the file or try to revert to the last save.

    youdao

  • 客户机不再需要这个文件时,将提交剩余更改,并将布局副本返回元数据服务器然后关闭文件

    When the client no longer needs the file, it commits any remaining changes, returns its copy of the layout to the metadata server, and closes the file.

    youdao

  • 如果程序崩溃正常退出,则将自动删除相应的文件所以程序员需要关闭文件稍后进行删除操作。

    The file auto deletes if the program crashes or exits normally, so the programmer doesn't need to worry about closing the file or removing it later.

    youdao

  • 如果程序崩溃正常退出,则将自动删除相应的文件所以程序员需要关闭文件稍后进行删除操作。

    The file auto deletes if the program crashes or exits normally, so the programmer doesn't need to worry about closing the file or removing it later.

    youdao

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

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

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