formatted data
[计] 格式数据
常用释义
英式发音
美式发音
基本释义
- [计] 格式数据
例句
-
1·Use or display the formatted data使用或显示格式化了的数据
-
2·In addition, JSON-formatted data tends to be more compact and efficient to transfer.此外,json格式的数据趋向于更为紧凑而高效的转换。
-
3·The code snippet in Listing 3 shows that no extra work is required to process JSON-formatted data.清单3中的代码说明处理json格式的数据不需要任何额外的操作。
-
4·As with XML, JSON-formatted data is self-describing, so both humans and machines can read it easily.和XML一样,json格式的数据也是自我描述的,便于人和机器阅读。
-
5·This can mean that the calculation is perceived as being incorrect, based on the formatted data shown.这意味着根据数据呈现的格式,计算可能被认为是不正确的。
-
6·To improve efficiency, some applications keep raw data instead of putting the formatted data in the buffer.为了提高效率,一些应用程序可以将原始数据(而不是经过格式化的数据)保存到该缓冲区。
-
7·With other data formats, it's your job to handle the conversion between the raw data and the formatted data.对于其他数据格式,需要在原始数据和格式化数据之间进行转换。
-
8·Some tools even provide you with graphically formatted data that can be handed off to non-technical staff.有些工具甚至可以为您提供图形格式的数据,可以将这些数据交给非技术方面的工作人员。
-
9·Simply switch the filename extension, and, if the particular method supports it, you get a newly formatted data stream.切换文件扩展名就行,而且,如果有特定的方法支持它,那么就获得了新格式化的数据流。
-
10·Once that PHP array is fully constructed, then the Services_JSON encoder can easily convert it to JSON-formatted data.一旦php数组构造完成,Services_JSON编码器就很容易将其转化成json格式的数据了。