• For the file content split option, we selected split file content by delimiter.

    对于文件内容拆分选项我们选择了Split filecontentby delimiter。

    youdao

  • Note that the split file named yaa did not finish with a newline character, so our prompt was offset after we used cat to display it.

    注意名为yaa分解文件并未使用换行符表示结束因此使用cat显示提示之后,会发现提示出现偏移

    youdao

  • You can split files into smaller chunks based on a delimiter or on a fixed-size value, which allows parts of the file to be processed in parallel.

    可以基于分隔固定大小文件拆分为多个较小数据块,以便并行处理文件的各个部分

    youdao

  • Edit the file to remove unwanted tables and split it into several input files to do a staggered movement approach where you perform unload from source and load to target in parallel.

    通过编辑文件删除不需要分割几个输入文件这样就可以采用分阶段转移方式就是并行执行数据库卸载装载目标数据库。

    youdao

  • A split mirror initialized as mirror can be used as a system level backup, allowing the administrator to perform a quick file system level recovery of the database.

    初始化为镜像分割镜像可以用作系统备份从而使管理员可以执行快速文件系统级数据库恢复

    youdao

  • The active log directory of the split mirror database must not contain any log file that is not a part of the split mirror.

    分割镜像数据库活动日志目录不能包含任何属于分割镜像日志文件

    youdao

  • If we put one name per line in our text file, we can easily split the file contents on the newline character to build our source arrays.

    如果文本文件每一中存放名字,则可以轻松地换行分隔文件内容构建源代码数组

    youdao

  • Transparent to the application: applications using the RAID as a single device. My text editor doesn't care that the file it is saving or loading is split across many disks.

    应用程序透明应用程序会RAID作为整体文本编辑器不会关心加载或者保存文件是要读写多个磁盘的。

    youdao

  • When this parameter is set to Y, the log files are split for each DB2 agent, and the name of each file begins with the application ID of the DB2 agent.

    这个参数设置y时,日志文件就会每个DB 2代理进行分隔,每个文件名称都是以这个DB 2代理的应用程序ID开头

    youdao

  • Split the trace file by opening up a DOS window, changing to the directory where the project resides, and typing atlsplit atlout.spt

    通过打开DOS窗口,将路径改为工程所在位置,同时键入atlsplitatlout.spt 将跟踪文件拆分

    youdao

  • To work around this problem, one needed to manually split a WSDL file generated from.net into two files and connect them using the import statement.

    为了解决这个问题需要手工将从. NET生成一个WSDL文件分成两个文件使用import语句连接它们

    youdao

  • This means that you can not only iterate through the file line-by-line, but also split it into tokens at the same time. Listing 20 shows an example.

    意味着不仅可以行遍文件同时可以将分为不同的标记

    youdao

  • In this example, the incoming file size of 139,456,234 KB does not split evenly into 20000000 byte chunks.

    此例中,139,456,234KB传入文件大小没有均匀地拆分20000000字节

    youdao

  • While drive letters split the file system into a series of different trees (one for each drive), Linux always has a single tree.

    相比于使用文件系统,盘符将文件系统划分一系列不同(个盘符代表一个文件目录),而Linux系统只有个文件目录树(并没有分割文件系统)。

    youdao

  • This split provides certain advantages, such as minimizing the metadata bottleneck (because interactions with this server are only required to locate and open a file).

    分离提供了一些优势例如最大程度降低了元数据瓶颈(因为服务器交互需要定位打开文件)。

    youdao

  • Check Export overall results and Split output if columns exceed 250 (250 is the maximum column limit for a Microsoft Excel file).

    选择ExportoverallresultsSplitout putifcolumnsexceed 250(对于一个MicrosoftExcel文件来说,250最大值)。

    youdao

  • The split-by-size feature is similar to splitting by delimiter because you use it to divide a file into smaller chunks and transfer them to the endpoint component one by one.

    大小拆分功能分隔符拆分类似,也是将文件分为多个较小的数据,然后再将这些数据块逐个传输端点组件。

    youdao

  • The size of the model file is reduced because the fragmented elements are split into the fragment file instead of remaining as part of the model file.

    模型文件规模会降低因为片段元素分解片段文件,而不是继续作为模型文件一部分

    youdao

  • It includes one large GPFS cluster split into two logical halves with a single large file system.

    包括大型GPFS集群,该集群分成两个逻辑部分,共用个大型文件系统。

    youdao

  • When we get the file contents, split on newlines, and split each line on commas, we get something that looks like Listing 23.

    使用换行符分隔文件内容使用逗号分隔行后可以得到类似清单23的内容。

    youdao

  • It is impossible for the translator to change the order of the fields because the sentence has been split into more than one term in the properties file.

    由译者改变字段顺序不可能因为句子属性文件中已经分成几个词语

    youdao

  • You should also be aware that the semicolon is used to split up individual configuration options of the file, and that braces are used to group configuration options together.

    应该注意分号用于分隔文件各个配置选项,大括号用于将配置选项分组在一起

    youdao

  • The database is actually split into two databases: a file database that records the pseudo environment (files, ownership, modes), and a log database that records events.

    这个数据库实际上分为两个数据库文件数据库记录p seudo环境(文件所有者模式)日志数据库记录事件。

    youdao

  • While the split command drops the newlines, the newlines are still attached to the strings in the array when using the file command (as with the fgets command).

    虽然split命令将删除新行,但是使用file命令(fgets命令一样)时,新行将被附加数组中的字符串上。

    youdao

  • In the Input file format and file content split option page, select the file format.

    Inputfileformatand filecontentsplitoption页面上选择文件格式

    youdao

  • You can then split the string and iterate over the lines in the file within a for loop.

    然后可以拆分stringfor循环中文件进行迭代

    youdao

  • When adding keys to the ssh_known_hosts file, ensure that the key is not split into multiple lines and that each host's entry is on a separate line.

    添加密钥ssh_known_hosts文件时,应确保密钥没有被分成多个确保主机条目一个单独上。

    youdao

  • If you're processing large amounts of data, fscanf will probably prove valuable and more efficient than, say, using file followed by a split and sprintf command.

    如果处理大量数据fscanf将能证明自己的价值使用file附带splitsprintf命令有效率

    youdao

  • When navigating through the file system, you can use the command line to jump from one directory to another in a split second.

    文件系统导航时,可以使用命令行在不到秒的时间内一个目录跳转另外个。

    youdao

  • The realization of arbitrary files on the partition, and can split the file after the restore the merger .

    实现任意文件分割并且能够分割文件进行合并还原

    youdao

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

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

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