Listing 4 shows the primitive data types we'll write to the record store.
清单4显示了我们将会写入到记录存储中的基本数据类型。
You could use XML to store configuration data, and write all sorts of utilities to read that data, but never actually store the configuration data itself.
您可以使用XML存储配置数据,同时编写各种工具来读取该数据,但是实际上却无法存储配置文件本身。
With protocol buffers, you write a.proto description of the data structure you wish to store.
利用protocolbuffers,你对需要存储的数据结构编写一个。proto描述文件。
The second is to write a program primarily in C, then use embedded Lua as a way to store and report data and configuration.
第二种方法是主要用C编写一个程序,然后使用嵌入的 Lua来存储和报告数据和配置。
XML tasks: Write application programs or web services that efficiently store and retrieve XML data from the DB2 database; consider XML, opposed to relational structures.
XML任务:编写应用程序或者web服务,来高效地在DB 2数据库中存储与检索xML数据;考虑XML,而不是关系结构。
Listing 25 shows how to write to external storage to store public data.
清单25展示了如何写到外部存储器,以存储公共数据。
So now an application programmer can write the (pseudo) code to store a data element of 2gb into the grid as shown in Listing 1 below.
现在应用程序员可以编写代码(伪代码)将2gb的数据项存入网格中,如下面的列表1所示。
In a write-behind cache, data reads and updates are all serviced by the cache, but unlike a write-through cache, updates are not immediately propagated to the data store.
在write - behind缓存中,数据的读取和更新通过缓存进行,与write -through缓存不同,更新的数据并不会立即传到数据库。
The following code example shows how to read and write data using memory as a backing store.
下面的代码示例说明如何通过将内存用作备份来读取和写入数据。
Whenever you write or store data, you must block the access with critical sections.
每当写入或存储数据时,都必须用临界区将访问模块化。
In many cases you can write the transformational code in a fraction of the time that it would take to manipulate the data store, and that code is more robust and easier to maintain.
在许多情况下,您可以在操作数据存储区所需的很短时间内编写转换代码,并且该代码更稳定、更易于维护。
Could I store all my JSON data in the memmory for faster read/write access?…since I have heard that storing it in the storage/on disk might be a slow process.
我可以保存我所有的JSON数据的记忆更快的读/写访问? …因为我听说它存储在存储/磁盘可能是一个缓慢的过程。
During processing, the warehouse adapters pull data from the operational store, transform it as necessary, and write it to the warehouse through the warehouse object model.
在处理过程中,这些仓库适配器会从操作存储区中提取数据,转换数据(如果需要),并通过仓库对象模型将数据写入仓库。
The application calls a serializer "write" method to save the document, while a deserializer "read" method accesses the data store and recreates the original instance in memory.
在理想状况下,与记忆体之间进行的文件序列化和还原序列化程序对于应用程式而言应该是透明的。
The application calls a serializer "write" method to save the document, while a deserializer "read" method accesses the data store and recreates the original instance in memory.
在理想状况下,与记忆体之间进行的文件序列化和还原序列化程序对于应用程式而言应该是透明的。
应用推荐