字节次序 meaning in Chinese
byte order
byte-orders
Examples
- Sixteen - bit unicode transformation format , byte order specified by a mandatory initial byte - order mark
16位unicode transformation format ,字节次序由初始字节次序标志指定 - The use cases are biased towards processing on the local machine , so all messages are sent in the native byte ordering
由于只面向本地机器处理的使用情形,所以所有的消息都以其自然字节次序发送。 - The byte ordering is stated in each message , so if a d - bus message travels over a network to a remote host , it can still be parsed correctly
字节次序在每个消息中声明,所以如果一个d - bus消息通过网络传输到远程的主机,它仍可以被正确地识别出来。 - Some of the areas that can require special attention are interprocess communication , packaging , intersystem communication client - server between aix and linux or solaris and linux , persistent storage because of endian - ness , data - exchange formats , and so on
需要特别注意的方面包括进程间通信、打包、系统间通信( aix与linux ,或者solaris与linux之间的客户机-服务器) 、一致存储(出于字节次序的因素) 、数据变换格式,等等。