字符和字符串常数支持标准换码序列。
Character and string constants support the standard escape sequences.
您将使用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.
字符串和字符数组在典型的业务应用程序中占用了大量的空间,所以它们是另一个值得分析的方面。
Strings and character arrays occupy a large amount of space in a typical business application, so they are another area worthy of analysis.
首先介绍了一些关键概念,如针对字符串数据的字符语义和字节语义。
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.
尽管不难找到拆分这些响应字符串的方法,但客户机将不得不根据分号、等号、竖线和与符号解析并拆分这些字符串。
Even though it's not too hard to figure out how to break up these response strings, a client will have to parse and split the string up based on the semicolons, equal signs, pipes, and ampersands.
所有的文本和字符实体都必须转换成字符串(如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).
相反,应该将字符串与字符串值'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.
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.
这种方法使用对一个字符串计算得到的摘要(digest)值,该字符串由两个文本值和密码组成。
This method USES a digest value computed over a string made up of two other text values combined with the password.
如果源字符串至少和目标一样长,那么函数strncpy(3)还不会使用NUL 来结束字符串;这可能会在以后导致严重破坏。
The function strncpy(3) also doesn't NUL-terminate its destination if the source string is at least as long as the destination; this can cause havoc later.
xml解析器对任何写入到Unicode字符串和字符数组中的文档进行转换。
The XML parser converts whatever the document is written in to Unicode strings and char arrays.
邮政编码,五或十个字符组成的字符串,包括数字和连字符
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.
我获得了字符计数(计算字符串长度)和单词数(使用空格将字符串断开并计算结果)。
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.
通过使用常量字符串,可以避免分配内存、复制字符串和编码转换过程。
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.
二次出现的字符串由一个指向前一字符串的指针(以对的形式——距离和长度)代替。
The second occurrence of a string is replaced by a pointer (in the form of a pair — distance and length) to the previous string.
二次出现的字符串由一个指向前一字符串的指针(以对的形式——距离和长度)代替。
The second occurrence of a string is replaced by a pointer (in the form of a pair — distance and length) to the previous string.
应用推荐