• 逗号分隔(CSV)文件

    Comma Separated Value (CSV) files.

    youdao

  • 传递给动作应该是以逗号分隔列表

    The value passed to the actions should be comma-delimited lists of values.

    youdao

  • Exhibit会自动列表属性categories转变逗号分隔的

    Exhibit automatically turns the list property categories into comma-separated values.

    youdao

  • 对于这个批处理任务我们希望获取各种web页面的零散内容中生成表式逗号分隔(CSV)数据

    For this batch task, we want to produce tabular comma-separated value (CSV) data from some bits and pieces we find on those various Web pages we fetched.

    youdao

  • 正在剖析字串包含几个逗号分隔,而且前面后面可以一个多个空格(称为泛空白字元)。

    The string you are parsing can contain several values separated by commas, which can be preceded or followed by one or more empty Spaces (also called white Spaces).

    youdao

  • 比方说,脚本可能返回逗号分隔的一种则使用管道符(即|字符)分隔的值还有一种则返回文本字符串

    For instance, one script might return comma-separated values, another pipe-separated values (the pipe is the | character), and another may return one long string of text.

    youdao

  • 例中刚才创建文件完全路径(随后看到第二参数一个列表可以需要传递逗号分隔)。

    In this case, it is the full path to the file that just got created. (as you'll see in just a bit, the second argument is a list - you can pass back as many comma-delimited values as you'd like.)

    youdao

  • 电子表格之间传输数据常用方法使用逗号分隔(comma - separated value, CSV)。

    A common method for transferring data from one spreadsheet to another is to use comma-separated value (CSV). Using this time-tested format, you get the following.

    youdao

  • JSON支持对象之外的各种数据类型字符串数字(整数实数)、布尔数组(包含方括号中的逗号分隔序列)。

    JSON data supports various data types besides objects: strings, null values, Numbers (integer or real), Boolean values, and arrays (comma-separated sequences of values enclosed in square brackets).

    youdao

  • 地址清理服务,它检查地址有效性但是需要给出个地址作为逗号分隔;也就是说,存在一种AddressCSV数据类型

    You have an address cleansing service that checks the validity of addresses, but requires an address to be given as a comma delimited value; that is, there is an AddressCSV data type in the library.

    youdao

  • 除了地震CSV文件第一之外,第一行文件头每一行都是一系列逗号分隔数据

    Aside from the first line of the earthquake CSV file, which is the header, each line is a series of data values separated by commas.

    youdao

  • 不同用标签每个分隔开,不是逗号

    The difference is that a TAB separates each value, rather than a comma.

    youdao

  • 通过枚举构造函数允许所有元素指定逗号分隔标量以下两个清单中所

    Constructors by enumeration allow you to specify the values of all the elements as comma-separated scalar values, as shown in the following two listings.

    youdao

  • 括号表示联合数组(即对象),键-组合逗号分隔

    Curly braces denote an associative array (that is, an object), with its key-value pairs separated by commas.

    youdao

  • 试着单击NF按钮看到正确地接受了,即使其中含有逗号其他当地分组分隔

    Try clicking on the NF button and you'll see that the values are accepted properly even with the commas or other local grouping separators.

    youdao

  • 不同传输绑定支持CXF支持不同种类传输XML逗号分隔(CSV)。

    Support for different transport and bindings: CXF supports different kinds of transports, from XML to Comma Separated Values (CSVs).

    youdao

  • “,” (逗号作为分隔分隔数目应该偶数

    There should be an even number of entries after splitting the value using a "," (comma) as the delimiter.

    youdao

  • 逗号分隔分隔数据处理程序缺省配置

    A comma-separated value is the default configuration for the delimited data handler.

    youdao

  • 我们例子中,使用逗号分隔编辑使用分号来分隔显示

    In our example, we use commas to separate values for edits and semicolon for display.

    youdao

  • 这个消息键参数一个逗号分隔有效字符串

    The value of the message-key parameter should be a comma-separated list of valid Strings.

    youdao

  • 这个属性逗号分隔列表的形式列出所有可用逻辑标识

    This property value enumerates all the available logical identifiers in a comma-separated list.

    youdao

  • USGS以 CSV逗号分隔文件格式发布每周地震数据

    The USGS publishes its earthquake data in the form of a weekly CSV (or comma-separated values) file.

    youdao

  • 词汇表使用格式标准逗号分隔CSV有限形式格式,大部分电子表格应用程序使用

    The format used for glossaries is a limited form of the standard Comma Separated Values (CSV) format that is available for use in most spreadsheet applications.

    youdao

  • 如果解析逗号分隔文件空格分隔文本文件,又怎么办呢?

    But what if all you have to parse is a comma-separated value file, or a series of space-delimited text files?

    youdao

  • 根据RFC 2253,DN逗号分隔组件列表的形式编写的,每个组件都有自己

    According to RFC 2253, a DN is written as a comma-separated list of components, with each component having its value.

    youdao

  • 逗号分隔每个注释以及单个数组内的

    Commas separate the values within each annotation, as well as the value within a single array.

    youdao

  • 注意虽然可以media属性使用多个但是这些之间必须逗号隔开,而不是像rel属性的那样使用空格作为分隔符。

    Beware: while you can use multiple values in the media attribute, they must be separated by commas, as opposed to the Spaces you'd use for values of the rel attribute.

    youdao

  • 处在结果显示画面(Result screen)时,通过选择手机菜单按钮,便可以删除历史记录或者通过e-mail将测试结果导出测试将会被逗号分隔开来)。

    By selecting the menu button on your device while on the Results screen, you can delete the history or have the results exported as comma separated values via email.

    youdao

  • 不是完美的测试如果这个变量包含一列逗号分隔fred,ginger”,则匹配 tracexsl:trace "red" 。

    This isn't a perfect test -- if the variable contains the comma-separated list of groups "fred,ginger", it will match a tracexsl:trace value of "red".

    youdao

  • 设置Perfmon记录带时间记录逗号分隔(comma - separated value (csv))文件容易可以关联到其他日志

    It's easy to set up Perfmon to log to a comma-separated value (CSV) file with time stamps so you can correlate with other logs.

    youdao

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

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

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