同时密切关注系统中的二进制字符串。
Also pay close attention to the strings in the system binaries.
响应是一个二进制字符串,它将与帐号容器对应的信用得分表示为参数。
The response is in binary that holds a string representing the credit score that corresponds to the holder of the account number specific as the parameter.
最后一个染色体是由一个二进制字符串构成:1对应部门的右侧的I / O站的位置,而在左边0。
The last chromosome is constituted by a binary string: 1 corresponds to the location of the I/O station on the right side of the department, while 0 on the left.
PHP使用所谓的二进制字符串—在php中,一个字符串并不是一个Unicode字符的字符串,而是一个字节序列。
PHP USES so-called binary strings - in PHP, a string is not a string of Unicode characters, but rather a sequence of bytes.
例如,您可以在一个启用了转换的通道中发送字符串数据,并沿着另一个通道发送二进制数据。
For example, you can send string data in one channel with conversion enabled and send binary data down another.
它们可以包含二进制、字符串或xml格式(经过编码的)的信息,但需由服务的使用者和提供者就使用的格式达成一致,并相应地进行处理。
They contain information in binary, string, or XML format (encoded), but it is up to the consumer and provider of the service to agree on this format and handle it accordingly.
ASCII字符串也能被用于表示二进制数据从而当作字节流。
ASCII strings can also be used to represent binary data as byte streams.
步骤(4)通过将字符串转换成字节序列(比如二进制)准备好通过流发送的请求。
Step (4) prepares the request to be sent over the stream by converting the string into an array of bytes, i.e. binary.
相应地,中介流将二进制负载的内容转换成字符串格式,它是构成传递到后台服务的SOAP请求的XML部分。
Accordingly, the mediation flow transforms the content of the binary payload to string format to be part of the XML making the SOAP request that is passed to the back end service.
另一方面,很多服务均使用通用接口构建:一个字符串传入,另一个字符串传出,或者交换纯二进制对象。
On the other hand, many services are built with a somewhat generic interface: one string goes in and one string comes out, or plain binary objects are exchanged.
从技术上说,这种凭证可以是二进制令牌或用户和密码等字符串。
Technically they can be a binary token or string (s) like username (and password).
每个属性的类型可以随意,从字符串到二进制的blob都可以。
Each property can be of any data type, ranging from strings to binary blobs.
在响应路径上创建一个类似的映射,以将来自Web服务的响应字符串转换成二进制格式。
Create a similar map on the response path to convert the response string from the Web service to binary format.
在画布上创建一个新的BusinessObjectMapper原语,这个映射器的目的是将二进制输入转换成字符串并操作它。
Create a new Business Object mapper primitive to the canvas, the intention of this mapper is to convert the binary input to a string and manipulate it.
可以阅读Nokia 238RI的自述文件了解相关步骤,但基本上,您需要为字符串和图片编写一个xml资源文件,运行ResourceMaker工具获得二进制文件。
You could read the Nokia 238 ri readme for the steps, but basically, you need to write a resource XML file for your strings and image and run the ResourceMaker tool to get the binary file.
该DTD把数据序列化为通常在面向对象编程语言中才会见到的(嵌套的)数据结构集:词典、数组、字符串、数字、boolean值、日期和二进制数据。
This DTD serializes data into a (nested) set of data structures that are common in object-oriented programming languages: dictionaries, arrays, strings, Numbers, booleans, dates, and binary data.
如果采用未经二进制优化的格式,则附件内容将通过负载本身作为base64编码的字符串发送。
In case of a binary non-optimized format, the attachment content will be sent in the payload itself, as a base64 encoded string.
它包括类名和方法名、特征符以及字符串(您可以在十六进制转储右侧的文本解释中识别它们),还有各种二进制值。
It includes class and method names, signatures, and strings (which you can recognize in the text interpretation to the right of the hexadecimal dump), along with various binary values.
有两种新的数据类型可以存储二进制编码的字符串,这种字符串可以被索引从而实现快速检索。
Two new data types allow you to store binary-encoded strings, which can be indexed for quick retrieval.
使用资源文件管理不同地区的本地化字符串,将图片的二进制文件转换为所有地区都可以使用的通用资源。
With the resource files, you could manage the localized strings for different locales and put the image binaries as a common resource for all locales.
在图7中,采用当地语言的字符串存储在一个地区文件夹中,图片的二进制文件存储在\global \WelcomeMidlets . res中。
In Figure 7, the strings in the native language are stored in an individual locale folder, whereas the binary for the image is stored in \ global \ WelcomeMidlets.res.
获取某单元格位置值。有两种常用的寻址方式,获取格式字符串值或原二进制值。
GetCell: get a value out of a cell. The two regular addressing flavors exist. You can either get formatted string values, or the raw binary values.
函数返回的字符串可能包含二进制字符,所以可能返回包含系统定界字符的密文,而这个定界字符之前是不存在的。
Function could potentially contain any binary character, it is possible to return a ciphertext containing a system delimiter where one did not previously exist.
数据项既可以字符串地形式出现,也可以占据整个字节或字的二进制模式出现。
Data items exist as either strings of characters or binary fit patterns occupying whole bytes or words.
在字符串中,每个可用序号标识的为字符或二进制数所占据的部位。
In a string, each location that may is occupied by a character or binary element and that may is identified by a serial number.
字符串或(二进制)数据将被损坏丢失。
一种解决方案是更改查询,将十进制类型强制转换为较小的数据类型,或者转换为字符串或二进制。
One solution would be to change the query to cast the decimal type to either a smaller datatype or convert to string or binary.
使用指定的已注册事件源写入包含给定的事件数据、消息替换字符串和关联的二进制数据的事件日志项。
Writes an event log entry with the given event data, message replacement strings, and associated binary data, and using the specified registered event source.
二进制对象就跟字符串在很多方面都挺像的。
二进制对象就跟字符串在很多方面都挺像的。
应用推荐