xml解析器对任何写入到Unicode字符串和字符数组中的文档进行转换。
The XML parser converts whatever the document is written in to Unicode strings and char arrays.
字符串和字符数组在典型的业务应用程序中占用了大量的空间,所以它们是另一个值得分析的方面。
Strings and character arrays occupy a large amount of space in a typical business application, so they are another area worthy of analysis.
您将使用POST而不是GET,因为您希望避免任何因查询字符串长度过长和字符串转义而引起的问题。
You use POST instead of GET because you want to avoid any issues with the query string length being exceeded or escaping of strings.
首先介绍了一些关键概念,如针对字符串数据的字符语义和字节语义。
It first explained key concepts, such as character and byte semantics with respect to string data.
正则表达式用来基于字符、频率和字符顺序定义字符串中的模式。
Regular expressions are used to define patterns in strings based on characters, frequency, and character order.
因此,在编译过程中要进行字符串中的字符范围检查和字符序列的越界检查。
Therefore, range checking for characters in the string as well as bounds checking of the string sequence is done at marshal time.
这种形式的字符串截断非常简便,只需用冒号分开来指定起始字符和子字符串长度。
This form of string chopping can come in quite handy; simply specify the character to start from and the length of the substring, all separated by colons.
它们支持许多不同的类型(整型和浮点型)、字符、字符串等等。
They support Numbers of different types (integers and floating point), characters, strings, and so on.
所有的文本和字符实体都必须转换成字符串(如str_i)或实体(ENTITY)标记。
All text and character entities MUST be converted to string (e.g., STR_I) or entity (entity) tokens.
连接操作是一个顺序的连接多个数据片段的过程,通常是连接字符串和非字符串数据(绝大多数是变量或其它字符)。
Concatenation is the process to sequentially join multiple pieces of data, usually literal strings with non-string-literal data (most commonly, variables or other literals).
字符和字符串常数支持标准换码序列。
Character and string constants support the standard escape sequences.
相反,应该将字符串与字符串值'true '和'false '比较。
Instead, compare strings to the string values' true 'and' false '.
该方法需要将所有文本转换成具有相同数量字符和词的易于识别的无害字符串。
It involves translating all the text into an easily recognizable benign string of the same number of characters and words. For example, the information message below.
首先调用f的模板化版本,第一个参数的类型是字符串,作为大小可变的参数提供字符和双精度值。
The first time around, the templated version of f is called, with a string as the first argument type, and the character and double are packed off as the variable size argument.
Spirit框架的强大在于它为大量基本类型提供了内置解析器,包括单独的字符、数字和字符串。
The power of the Spirit framework lies in the fact that it provides built-in parsers for a host of basic types like individual characters, numbers, and strings.
URI模板是一个字符串值,由文字字符序列和特殊的标记组成,可以将一系列输入值转换为一个URI。
A URI Template is a string value that includes a mixture of literal character sequences and specialized tokens that, when processed with a set of input values, yields a URI. For example.
getopt例程根据接受的选项字符的字符串来处理参数(必须传递给它argc和argv)。
The getopt routine processes the arguments (you must pass it argc and argv) according to a string of accepted option characters.
邮政编码,五或十个字符组成的字符串,包括数字和连字符
Zip code, a five- or ten-character string consisting of digits and a hyphen
从技术角度而言,正则表达式是表示某种模式的字符串(也就是说,由字母、数字和符号组成的字符序列),用于定义零或更长的字符串。
Technically speaking, a regular expression is a string (that is, a sequence of characters composed of letters, Numbers, and symbols) that represents a pattern defining zero or more strings.
字符字符串的长度取决于用于编码字符的字符编码方式(ASCII、EBCDIC和Unicode)。
The length of the character string is dependent on the character encoding (ASCII, EBCDIC, and Unicode) that is used to encode the character.
我获得了字符计数(计算字符串长度)和单词数(使用空格将字符串断开并计算结果)。
I can get the character count (from the string length) and the word count (by splitting the string by Spaces and counting the results).
sequence (final)得到字符串和最终字符串之间的字符序列(字符串和最终字符串都必须是1个字符组成的字符串)“0 ” .sequence(“9 ”)返回“ 0123456789 ”。
String.sequence (final) Gets the sequence of character between string and final (both must be 1-character strings) "0".sequence (" 9 ") returns "0123456789".
字符串分析模型字符串就是一些语法,能够对字符串和序列有很详尽的理解,字符串可能在执行过程的任何点发挥作用。
The string analysis model strings are grammars, enabling a very detailed understanding of the characters and sequences that a string might hold at any point in the execution flow.
它然后将消息主体设置为一个字符串,该字符串的用户和消息数据被编码为post格式。
It then sets the body of the message to a string that has the user and message data encoded in POST format.
如果当前字母的下标和字符串的长度相等,那么这个变量是一个空字符串。
If the index of the current letter is equal to the length of the string, this variable is an empty string.
通过使用常量字符串,可以避免分配内存、复制字符串和编码转换过程。
By using a constant string, you avoid allocating memory, copying the string, and the transcoding process.
可以设置这些属性以惟一识别过滤器、指定查询字符串和指定解析查询字符串的查询语言。
These properties can be set to uniquely identify the filter, specify a query string, and specify the query language that parses the query string.
使用标准的C字符串函数或您习惯使用的字符串库对通用名和主机名进行比较。
Using the standard C string functions or your favorite string library, compare the common name and the host name.
第一,在创建字符串时,您可以混合使用单引号和双引号,只要字符串在开始位置和结束位置使用同一类型的引号。
First, you can mix single and double quotation marks when creating a string, as long as the string USES the same type of quotation mark at the beginning and end.
第一,在创建字符串时,您可以混合使用单引号和双引号,只要字符串在开始位置和结束位置使用同一类型的引号。
First, you can mix single and double quotation marks when creating a string, as long as the string USES the same type of quotation mark at the beginning and end.
应用推荐