Note that you must provide the end-of-file character when you're finished typing—typically, Ctrl-D.
请注意,您在结束键入时必须提供文件结束字符,通常为 Ctrl-D。
This file contains a set of rules that define on what type of character or number sequences the annotator should act and how it should act.
这个文件包含一组规则,这些规则定义注释器应该处理的字符和数字序列的类型以及处理的方式。
As with the character sheet, the notes are added to an array, serialized, and stored in a text file.
与角色表一样,提示将被添加到数组中,经过序列化并存储到文本文件中。
After loading a configuration file, if the user specified it, I populate the character replacement and bad character arrays with a sensible default.
在加载配置文件以后,如果用户指定了它,那么就用有意义的默认值来植入字符置换数组和不良字符数组。
RECORDEND: Specifies the character that separates records in a delimited text file.
RECORDEND:指定用于在分隔的文本文件中分隔记录的字符。
DELIMITER: Specifies the character that separates fields in a delimited text file.
DELIMITER:指定用于在分隔的文本文件中分隔字段的字符。
Notice that the lines in the file are distinguished by a newline (or end-of-line) character.
请注意,在文件中,行之间用新行(或行结束)字符区分。
Processing a text file often consists of sequentially reading a unit of information (typically either a character or a line) and doing something in response to the unit you've just read.
处理文本文件通常包括读取信息单元(通常叫做字符或行),然后对刚读取的单元执行适当操作。
This method is used to read every character until the end of the file (marked by a -1).
这个方法用来读取文件的每一个字符,一直读到文件末尾(以-1为标志)。
When the character following the file mode bits is a space, there is no alternate access method.
当跟随文件模式位的字符是空格时,就表示没有替换访问方法。
If the RECORDEND is specified as "\ n," the same character "\ n" is expected to be in the data file after each record.
如果RECORDEND指定为“\n”,则相同的字符“\ n”将会出现在数据文件中的每条记录之后。
Likewise, when a file is written to, the next character goes to the end of the file.
同样地,当向某个文件写入时,下一个字符被写到文件结尾。
This human-readable file contains a list of addresses -- one per line, each with a prefix character.
这个人们可以读取的文件中包含了一系列地址信息 ——每行一个地址,每行都有一个前缀字符。
Note that this implicit new line of a data file is not interpreted as a character "\n".
注意,这暗示着数据文件的新行将不解释为一个 “\n”字符。
The character encoding of a glossary file must be in UTF-8 or the default encoding under the system's locale.
词汇表文件的字符编码必须是在UTF - 8或系统区域下的默认编码中。
You really don't want to just use input as it's sent in, but you can use only the letters from the character name to create a file.
实际上不需要在传入时就使用输入,但是只可以使用人物姓名中的字母创建文件。
You can specify the character encoding of the file, or leave it to the processor to guess, using a list of clues as dictated by the XSLT spec.
可以指定文件的字符编码,或者让处理程序根据XSLT规范指示的线索去猜测。
In the first line, you can see that the encoding of the file is UTF-8 character encoding.
第一行,您可以看到文件的编码是UTF - 8字符编码。
The lexical conventions (character tokens that will represent the keywords, comments, and literals of an IDL file) stipulate that the ISO 8859.1 character set represent the characters in an IDL file.
词法约定(表示IDL文件的关键字、注释和文字的字符记号)规定ISO 8859.1字符集表示IDL文件中的字符。
You can also specify a default encoding for all XML documents or for only a specific file (see Validating and character encoding XML code below).
也可以为所有的XML文档或只为特定的某个文件指定缺省编码(请参阅下面的验证XML代码并对其字符进行编码)。
The code reader creates a character buffer from the source file, the scanner combines characters into ITokens, and the parser combines ITokens into IASTNodes.
代码阅读器从源文件中创建一个字符缓冲,扫描器将字符组合到IToken中,解析器将IToken组合成IASTNode。
You can add a call in YY_INPUT to the function GetNextChar , which reads the data from a file and keeps information about the position of the next character to read.
我们可以在YY _ INPUT宏中添加一个对GetNextChar函数的调用,后者从文件中读取数据,并保留了下一个要读取的字符的位置信息。
In general, XMLBuddy offers two solutions for character encoding: XML document encoding may be auto-detected based on file contents or set to a default encoding.
通常,XMLBuddy为字符编码提供两种解决方案:根据文件内容自动检测XML文档编码,或将其设置为缺省的编码。
A SAX (Simple API for XML) parser is a single-pass XML reader that takes a well-defined XML file and produces key events, such as tags, attributes, and character text.
1sax (SimpleAPIforXML)解析器是单向的XML阅读器,获得定义明确的XML文件并生成关键事件,例如标签、属性,和字符文本。
If a type map is used in the Apache configuration file, it is used to map URLs to file names based on any combination of language, content type, and character encoding.
如果在Apache配置文件中使用类型映射,那么就使用它,根据语言、内容类型和字符编码的任意组合将URL映射到文件名。
The next line creates a file object, passing in the name "testit.txt" and a 'w' character (to let you write to the file).
接下来的一行创建file对象,传递进名称“testit . txt ”和'w '字符(写入文件)。
std::string root_name( ): Given a path that begins from the root of the file system, this routine returns a string that contains the first character of the PATHNAME.
string root_name( ):在给定从文件系统根目录开始的路径的情况下,此例程将返回包含PATHNAME的第一个字符的字符串。
If you know the exact position at which the first character of the file owner begins, you can use -c option to display the first character of the file owner.
如果您知道文件属主信息开始的第一个字符的确切位置,可以使用- c选项来显示文件属主的第一个字符。
The proper, portable technique is to use find -print0, combined with xargs -0, to delimit file names with the NUL character. Here's the favored approach.
一种适当的、可移植的技术是使用find - print0,加上xargs -0,以便使用NUL字符对文件名进行划分。
You can tell vi to place a bookmark at a point in a file by pressing the m key followed by another alphabetic character that denotes the bookmark reference.
可以让vi在文件中的特定位置放上书签。方法是按escape键,再按m键,然后输入另一个表示书签引用的字母表字符。
应用推荐