delimiter
delimiter什么意思,delimiter翻译
基本解释
n.: 定界符
网络: 分隔符;分隔符号;分界符
英汉解释
〔计〕分界符
〔计〕定界符;定义符;限定器
定义符,定界符〔表示一个数据单位开始或终结的字符,如磁带上的这类字母〕
词性分析
复数:delimiters
例句
If the file does not end with a delimiter, the file is processed as if a delimiter followed the final bytes of the file.
如果文件没有以分隔符结尾,则对文件的处理方式就像文件的最后一个字节后面跟着一个分隔符一样。
Modify the top50emails file by inserting the state name, then a STATE delimiter at the beginning of each file.
通过插入州名,然后在每个文件的开头位置插入STATE分隔符,修改top50emails文件。
is a constant delimiter, followed by the name of the message part to be accessed.
是常量分隔符,后边跟着要访问的消息部分的名称。
Array for every pair of backslashes , and the double- quotation mark is interpreted as a string delimiter .
数组中,并且双引号被解释为字符串分隔符。
You could also remove the two delimiters that are already provided, but simply adding a new delimiter is the better approach.
您还可以移除已经提供的两个分隔符,但您最好是只添加一个新的分隔符即可。
The row delimiter is always the line break and cannot be chosen freely.
行定界符总是换行符,不能自由选择。
This text is divided up by the map using the WORD function, which parses the text using the character as a delimiter.
映射使用WORD函数分解这段文本,它使用字符作为分隔符解析文本。
Sometimes there is a formal byte sequence referred to as an end- frame delimiter.
有时有正式的位元组序列被视为端架结束界限。
If the delimiter is found, it is extracted and discarded, i. e. it is not stored and the next input operation will begin after it.
如果定界符被发现,它就被提取或丢弃,也就是说,它如果没有被存储,在此之后它的下一个输入操作将会开始。
If you pass in a comma as your delimiter it will parse out a Comma Separated Value (CSV) file.
如果你给它的分隔符参数是逗号,那么它就正在解析CSV了。