In this case, I create an array of hash tables — a common method to store structured data such as this.
在本例中,我创建了一个散列表的数组——用来存储这类结构式数据的一种常见方法。
Or you may want to create a linear array for swap, because it does not really matter how you use it, as it's a raw device.
或者你可能想要为交换区创建线性阵列,因为你如何使用它无关紧要,因为她是原始设备。
So the solution is simple: create a wrapper for the array, as shown in Listing 3.
所以,解决的方法很简单:为数组创建一个“包装”,正如清单3所示。
应用推荐