ascii characters的意思
ascii characters中文翻譯:
ascii字符
相似詞語短語
anal characters───肛門性格
pi characters───pi字符
unit characters───單位性狀
specific characters───特點;[生物]種特征;特有性格
anal character───肛門性格
flat characters───扁平人物
in character───相稱;適合
雙語使用場景
IRI is essentially a URI that is allowed to contain non-ASCII characters.───IRI是一個允許包含非ascii字符的URI。
package name should be composed exclusively of ASCII characters.───包名稱必須要全部由ascii字符組成。
UTF-8 encodes ASCII characters with only 1 byte.───UTF - 8只用1字節對ASCII字符進行編碼。
Low-number ASCII characters work well and are easy to represent in most server-side languages.───ASCII字符表中前面的幾個字符在大多數服務器端語言中能夠正常工作而且容易書寫。
And users will only be able to enter ASCII characters for that particular text box.───這樣,用戶將只能在該特定文本框中輸入ASCII字符。
Therefore, the maximum number of characters that can be stored in the column might be reduced if non-ASCII characters are involved.───因此,如果涉及非ASCII字符,那么列中可以存儲的最大字符數可能會減少。
Non-ASCII Unicode characters are represented by an escape sequence of ASCII characters.───非ASCIIUnicode字符由ASCII字符的轉義序列表示。
If your application uses only ASCII characters, configure your application for ASCII for a slight performance improvement.───如果您的應用程序僅使用ASCII字符,請配置您的ASCII應用程序以獲得稍許的性能提高。
ASCII Input lines are assumed to be ASCII characters, one row per line, with values separated by commas.───ASCII輸入行被假定為ASCII字符,每行一行,值由逗號分隔。
英語使用場景
The LDAP display name of the class or attribute contains non - ASCII characters.
In general, the lower 128 characters of a multibyte character set map to the 7-bit ASCII characters, and any byte whose ordinal value is greater than 127 is the lead byte of a multibyte character.
For the Username, do not use spaces, and do use ASCII characters.
Game names with high ASCII characters now show up properly.
When all parameters are ASCII characters, ASCII pattern matching is performed.
Unfortunately, this version of KDVI treats only plain ASCII characters properly.
Finally add a method, appendBytes(StringBuffer buf, byte[] bytes, String indent), which formats byte arrays to the familiar columns of hex numbers and associated ASCII characters (Listing 9).