The -e flag to the echo command tells it to expand C-style escaped characters; in this case, it's going to turn \ t into a TAB character for you.
echo命令的- e标志用来告诉该命令扩展c风格的转义字符,在本示例中,它会把\t转换为制表符。
Any space characters should be escaped using the forward slash (\) character.
任何空格字符都应该避免使用向前的斜线(\)字符。
The following characters need to be escaped with \ to be treated as part of a search query.
下面的字符需要使用\进行转义,以作为搜索查询的一部分。
Certain characters have semantic meaning as part of the search query, and they need to be escaped if they are intended to be part of a search term.
特定的字符在搜索查询中有特定的语法意义,如果想要作为搜索词汇,那么它们需要进行转义修饰。
It's a simple INSERT statement where the two values are escaped to account for any errant characters such as single quotes that might disturb the SQL syntax.
就是在简单的insert语句中,两个值被转义,以解决任何含义不确定的字符,比如说可能会扰乱sql语法的单引号。
In particular this means that reserved XML characters such as the less-than sign must be escaped.
特别地,这意味着必须避免如小于号等保留xml字符。
If the properties file contains non-ASCII characters, such as the product name or about text, you need to convert the file from native encodings to ASCII with escaped Unicode.
如果属性文件包含了非ascii字符(产品名或者about文本),需要使用转义unicode把文件从原生编码转换成ascii。
Most characters match themselves, and most metacharacters must be escaped using a backslash (\). The fundamental operations are.
大部分字符与自身匹配,大部分元字符必须使用反斜杠(\)进行转义。
Some characters (in URI references) must be escaped using URI conventions, and others use an N-Triples convention with a leading backslash.
有些字符(在URI引用中)必须使用URI约定来转义,而其它则使用前面带有反斜杠的N -Triples约定。
The HTML filter produces valid HTML data (special HTML characters are properly escaped).
jsdata}。HTML过滤器生成有效的 HTML数据(特殊的 HTML字符需要正确地引用)。
The differences between URIs and IRIs lie in how certain characters are escaped to make them benign.
URI与IRI之间的不同之处在于如何转义某些字符以使它们更适合。
Wildcard characters cannot be used to substitute punctuation, even when escaped (for keyword and phrase search), as shown in Listing 29.
通配符不能用于替换标签符号,即使是转义的(对于关键字和短语搜索),如清单29 所示。
Some special characters, which would otherwise be interpreted by the shell, need to be escaped.
需要对一些特殊字符进行转义,否则shell会解释它们。
In Listing 6, note that all the Unicode characters are escaped.
注意,在清单6中,所有的Unicode字符均被转义。
If a part of a URL (such as a query parameter), is likely to contain one of these characters, it should be escaped before being included in the URL.
如果一个URL的某一部分(如查询参数的一部分)可能包含这些字符之一,则应该在放入URL之前对其进行转义处理。
A few characters are escaped in the PYX format.
PYX格式中的几个字符是转义字符。
The String editor does not support the full set of escaped ASCI characters.
字符串编辑器不支持全套的转义asci字符。
If the string is not validated and malicious text or characters not escaped, an attacker can potentially access sensitive data or other resources on the server.
如果字串未经验证且未逸出恶意的文字或字元,攻击者就可能得以存取伺服器上的机密资料或其他资源。
The invalid characters are translated into escaped numeric entity encodings.
无效的字元会转译成逸出数字实体编码方式。
The invalid characters are translated into escaped numeric entity encodings.
无效的字元会转译成逸出数字实体编码方式。
应用推荐