1. The configuration files are readable ASCIItext.
配置文件为可读的ASCII文本。
来自互联网
2. This filter will import straight ASCIItext from any file.
这个过滤器会任何文件中导入直接的ASCII文字。
来自互联网
3. Both scripts and functions are ordinary ASCIItext files.
脚本文件和函数都是普通的ASCII文本文件。
来自互联网
4. Escapes are a way of representing a character using only ASCIItext.
转义是一种只使用ASCII文本表现字符的方式。
来自互联网
5. The well-known NOTEPAD.EXE program is an editor for plain ASCIItext files.
广为人知的NOTEPAD . EXE程序就是专门针对ASCII文本文件的编辑器。
来自互联网
6. For example, say you want to send an e-mail of an ASCIItext file to another user.
例如,假设希望把一个包含 ASCII文本文件的电子邮件发送给另一个用户。
来自互联网
7. UTF-8 is especially nice because its design makes ordinary ASCIItext a simple subset of UTF-8.
UTF - 8之所以特别受欢迎是因为它将普通的ASCII文本作为它的一个简单子集。
来自互联网
8. The file function makes it a snap to import a short ASCIItext file, but don't use it on very large files.
file函数使导入一个小ascii文本文件变得非常容易,但不要将它用于很大的文件。
来自互联网
9. Your development system may be any ASCIItext editor (such as Windows Notepad) combined with the command prompt.
开发系统可以是任何ASCII文本编辑器(如WindowsNotepad)和命令提示符的组合。
来自互联网
10. Instead of a template, we are specifying a file here as the view, which is expected to be binary image data and not just ASCIItext.
替代上面的模板,我们指定一个文件作为视图,这是图象数据而不是ASCII文本文件。
来自互联网
11. While talking about piomkpq, I mentioned that you could manually view the attachment type configuration files because the files are ASCIItext.
在讨论piomkpq时,我提到您可以手动查看连接类型配置文件,因为这些文件属于ASCII文本。
来自互联网
12. For example, you might randomize the entire file rather than replacing just a part of it. You could limit the file to ASCIItext or non-zero bytes.
例如,可以将整个文件打乱,而不是仅替换其中的一部分,也可以将该文件限制为ascii文本或非零字节。
来自互联网
13. Suppose we have some ASCIItext that we wish to analyse, a first step in this might be to count the total words and then count the number of unique words.
14. Datatypes like VARCHAR and CLOB allow you to store plain ASCIItext, and BLOBs provide for storage of complex (proprietary) types of data, like.pdf,.doc,.ppt,.rtf,.xml and so on.
15. The data can be sent either as binary data or ASCIItext up to 15 pages in length, with a page being up to 93 characters in length; the test set only provides support for ASCII messages.
16. On a Linux or UNIX system, these private and public key pairs are stored in ASCIItext files; on Windows systems, some programs store the key pairs as text files, some in the Windows registry.
18. You can create the delimited ASCII file using the text editor of your choice.
可以使用所选的文本编辑器创建带分隔符的ASCII文件。
来自互联网
19. I want to populate 10,000 new users from an ASCII comma delimited text file.
我希望从一个ASCII逗号分隔的文本文件填充10,000个新用户。
来自互联网
20. The UTF-8 transformation format is becoming a dominant method for exchanging international text information because it can support all of the world's languages and is compatible ASCII.
22. The code in Listing 6 shows reading the ASCII-armor encrypted text file in, appending the stored date and time information, and resuming the quick-add text process.
23. "Smart ASCII" is a text format that USES a few spacing conventions to distinguish types of text blocks such as headers, regular text, quotations, and code samples.
26. 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.
27. However, if the source text contains extended ASCII byte values (128 through 255), the extended characters will be interpreted by default according to the current code page.