The SSLCipherspecs attribute accepts a string of two byte ciphers.
SSLCipherspecs属性接受一串两字节的密码。
However, the length of "a" is one byte and that of "Latin capital letter a with ring above" is two bytes.
但是,“A”的长度是一个字节而“上面带圈的大写拉丁字母A”的长度则是两个字节。
The Command code and byte count shown above must be sent, but the data is ignored for those two bytes.
命令代码和字节计数上面必须发送,但数据是这两个字节被忽略。
The error is caused by the fact that there is an overhead of two bytes for varying length and a one-byte overhead for null.
造成这个错误的原因是,变化的长度占用2字节,null 占用 1 字节。
Consider that you have a character in UTF-8 encoding has length of 3 bytes, and the string has only the first two byte of the encoding.
假设您拥有一个UTF - 8编码的字符,其长度为3字节,而字符串只拥有编码的前两个字节。
This method (shown in Listing 8) takes two byte arrays, concatenates the second array after the first, and returns the concatenated array.
这个方法(见清单8)取两个字节数组,将第二个数组串接到第一个之后,并返回串接的数组。
As this method takes two byte arrays and returns another byte array, it can be used in series with itself any number of times to concatenate any number of byte arrays.
因为这个方法取两个字节数组并返回另一个字节数组,所以它可以自身串联任意次以串接任意数量的字节数组。
The sole method in this interface accepts two parameters, and both are byte arrays.
该接口中惟一的方法接收两个参数,它们都是字节数组。
Some UTF-8 characters are normally represented in one byte, others in two, others in three, and so on, and programs are supposed to always generate the shortest possible representation.
有一些UTF - 8字符由一个字节来表示,一些用两个字节来表示,还有一些用三个字节来表示,甚至更多,而程序被假定总是生成最短的可能的表示。
The two developers announced their creation to the world in the November 1978 issue of Byte magazine.
这两位开发者在1978年11月的《Byte》杂志上向世界宣布他们的创造。
In hexadecimal notation, it takes merely two characters to represent a byte.
在16进制记法里,仅仅用两个字符就能表示一个字节。
For items that have two paths to send, there is a null byte after the first path, and it is followed by the second path, with the pathlen field of the message being set to the total length.
对于有两个路径需要发送的项,那么在第一个路径之后有一个null字节,其后紧跟第二个路径,并且消息的pathlen字段被设置为总长度。
The two values are concatenated, and the five-bit value is used as the byte index of the concatenated value.
这两个值被串接在一起,5位值用作所串接的值的字节索引。
There are two constructors; one is used to serialize a MIDI ShortMessage object into a byte array whilst the second is used to deserialize a byte array and topic into a MIDI ShortMessage.
其中有两个构造器:一个用于将MIDIShortMessage对象串行输入到字节阵列,而第二个用来将字节阵列和主题反序列化到MIDI ShortMessage中。
The first two callback methods, subscribed(int, byte[]) and unsubscribed(int), are for clients that want to monitor subscription acknowledgments.
前两个回调方法:subscribed(int,byte[])和unsubscribed(int) 主要针对想要监视订阅确认的客户机。
The code in Listing 1 allocates two 512-byte blocks of memory, and then the pointer to the first block is set to the second block.
清单1中的代码将分配两个 512字节的内存块,然后指向第一个内存块的指针被设定为指向第二个内存块。
For example, a linked list on a system with 4-byte Pointers might allocate nodes holding only, say, two Pointers, requiring only 8 bytes.
例如,一个链表在指针为4字节的系统上可能分配只包含两个指针的节点,也就是说只需要8个字节。
To load a value which crosses a 16-byte boundary is even more difficult, as you would actually have to load it into two registers, shift them, and then mask and combine them.
要加载跨越16字节边界的值会十分困难,因为必须要将其存储到两个寄存器,进行移位然后再对它们进行掩码和组合。
If loaded by different class loaders, two classes with the same name, even the same package name, are treated as distinct — even if, in fact, they are byte-for-byte the same class.
即使两个实例的类名字一样,甚至包名也一样,更甚至于每一个字节都是一样的,但是如果他们被不同的类加载器加载,他们也会被当着是不同的实例。
Recall from the discussion of Table 2 in the first article of this series that there are two ways of representing length bytes: single-byte length notation and multi-byte length notation.
回想一下在本系列的第一篇文章中对表2的讨论,有两种表示字节长度的方法:单字节表示法和多字节表示法。
The part of a two-part memory address that remains constant and provides a reference point from which the location of a byte of data can be calculated.
保持恒定的两部分内存地址的一部分并提供一个基准点,从这里可以计算一个字节数据的位置。
Herein lies the problem: Digital signatures rely on byte-level equivalence, whereas it is possible to have two XML documents that are logically the same, but contain different byte sequences.
问题就在于此:数字签名依赖于字节级的等价测试,但是可能有两个逻辑上相同但包含不同字节序列的XML文档。
In addition, the row format of value compression has a two-byte overhead per row.
此外,值压缩的行格式会为每一行占用两个字节。
The MIDlet implements the RecordComparator interface and defines a compare (byte rec1, byte rec2) method to compare two candidate records.
MIDlet实现RecordComparator接口,并定义compare (byterec1,byterec2)方法来比较两个候选记录。
Unicode is usually used as a generic term referring to a two-byte character-encoding scheme.
Unicode通常用作涉及双字节字符编码方案的通用术语。
This can be contrasted with a stream socket, where if the sender wrote a 100 byte message, the receiver could read it in two chunks of 50 bytes or 100 chunks of one byte.
对比字符流,当发送者发送100字节时,接收者可以选择接受分两次,每次50字节进行接受,还是一次性接受100字节。
The only byte-oriented arithmetic function on the SPU is absdb, "absolute difference of bytes," which gives the absolute value of the difference between two operands.
SPU 上惟一一个面向字节的计算函数是absdb(意思是 “absolutedifferenceofbytes”),计算两个操作数间的差的绝对值。
A 512 byte area of disk storage. Each disk sector contains two 256 byte disk data blocks.
一个512字节的磁盘存储区,每个磁盘扇区含有两个256字节的磁盘数据块。
Within those method and constructor definitions follows the byte codes of these and it describes what these two items are doing (in byte codes).
在这些方法和构造函数的定义如下这些字节码,它描述了这两个项目在做(字节码)。
Within those method and constructor definitions follows the byte codes of these and it describes what these two items are doing (in byte codes).
在这些方法和构造函数的定义如下这些字节码,它描述了这两个项目在做(字节码)。
应用推荐