1. The only solution is to encodedata to a safe set of characters.
惟一可行的解决方案是将数据编码为一组安全的字符。
来自互联网
2. These channels encodedata about an object's size, clarity, brightness and location in the visual field.
这些信息通道将被视物的尺寸、清晰度、亮度和视野中的位置等信息进行编码。
来自互联网
3. It is possible to encodedata in the light by varying the rate at which the LEDs flicker on and off to give different strings of 1s and 0s.
在LED快速通断中,通过光源的变化比率进行可能的编码进行发送0和1。
来自互联网
4. To solve the problem, Charlet perfected a system that uses the polarization and phase of a pulse of light, rather than its intensity, to encode data.
为了解决这个问题,查莱特完善了一个使用光脉冲偏振和相位的系统,而不是它的强度,以此来记录电码。
来自互联网
5. There is a performance overhead involved with readers/writers because they are intended for character streams, and they encodedata to bytes under the covers.
读取器/写入器有性能开销,因为它们旨在用于字符流,且会在后台将数据编码为字节。
来自互联网
6. The two parties encode confidential data in a form that is not directly readable by the other party.
双方把机密数据写成一种不能被对方直接读懂的密码。
《柯林斯英汉双解大词典》
7. This sections also explains how to encode the form data properly to submit it to the server.
本节还将解释如何正确地编码表单数据以将它提交给服务器。
来自互联网
8. For the purposes of this article, it is sufficient to show how easy it is to encode any data type in a SOAP message that you can logically describe in an XML schema.
9. Many programs store data in text files, and separate the data fields with commas, tabs, or colons; you'll need to reject or encode user data with those values.
10. You can import large amounts of data, send reams of E-mail, encode video files, mine data, and build a central log facility - all without affecting the experience and responsiveness of your site.
11. The system USES BERT to encode the data sent across the connection.
系统使用BERT来对连接中传输的数据进行编码。
来自互联网
12. SOAP encoding is used to encode non-XML data into an XML document, so that it can be transmitted within a SOAP envelope.
SOAP编码被用于将非xml数据编码为XML文档,这样它就能被装在SOAP信封中进行传输了。
来自互联网
13. Or you may have determined that, with its enveloping mechanism and the ease with which it can encode application-specific data types, SOAP is exactly what you need.
19. Before uploading data to the cloud, Alice USES the data processor to encrypt and encode the documents along with their metadata (tags, time, size, etc.), then she sends them into the cloud.
20. This article has taught you how to encode and submit form data with Ajax and how to implement a JSF listener that retrieves submitted data from the JSF component tree.
21. Because that way we can find repeating bytes, the most likely thing to repeat in a long data sequence. In other words, we don't want to encode.
因为在一个很长的数据序列中,最容易重复出现的就是字节。
来自互联网
22. Although not there yet, Bibo is good enough to be used in live applications whishing to encode bibliographic data.
尽管还没有实现目标,Bibo已经足够好了,我们能够用它在实践中编制书目数据。
来自互联网
23. Such embedded data is represented as Base64, a popular technology to encode and transport the 8-bit bytes using the Internet.
比如以Base64表示的嵌入式数据,这是一种使用Internet加密和传输8位字节的流行技术。
来自互联网
24. Some SOAP implementations use the detail element to encode information about remote exceptions such as their type, data, and stack trace so that they can be rethrown automatically on the client.