An XML plist is valid XML and most browsers will try to display it.
XMLplist是有效的XML而且大多数浏览器都会试图显示它。
This URL gives you an edited, complete plist representation of Shakespeare's sonnets.
此URL给出的是一个编辑后的莎士比亚十四行诗的完整plist表示。
After a plist has been downloaded once, subsequent data loads can be made directly from the disk.
plist被下载一次后,后续的数据加载就可直接从磁盘进行。
When Sonnet starts, the RootViewController first attempts to load cached plist data from the disk.
在Sonnet启动时,RootViewController先是试图从磁盘加载所缓存的plist数据。
But, for now, let's look at how an iPhone app ingests this plist data to change the application data.
但是,目前,让我们先来看看一个iPhone应用程序是如何接受此plist数据来更改应用程序数据的。
Creating an iPhone application that dynamically reads and caches XML plist files from Google app engine.
创建一个能从GoogleApp Engine动态读取并缓存XMLplist文件的iPhone应用程序。
To use this class, we provide an NSURL, where an XML plist resides, and tell it to download or pull data from the disk.
为了使用此类,我们提供了一个NSURL,XMLplist就位于其中,我们告知它从磁盘下载或拉取数据。
The object that we'll use to download and cache the sonnet plist is described in its header file, GRplistController.h, which is shown in Listing 4.
我们用来下载和缓存sonnetplist所用的对象在其头文件GRplistController . h内描述,如清单4所示。
In order to serve plist files for the iPhone application to consume, you simply need to include plistlib.py from the app Engine project directory, slightly modify the main.py.
为了将plist文件提供给iPhone应用程序使用,只需将AppEngineproject目录内的plistlib . py包括进来,稍微修改一下main . py脚本,再包括进sonnet . py。
GRplistController generates a plist dictionary file in the user's data storage directory to store the locations and last download dates of cached plists keyed to the remote URL.
GRplistController在此用户的数据存储目录生成一个plist字典文件,以便存储组成远程url的缓存后的plist的位置和最近一次下载日期。
This small code snippit takes the contents of the dictionary containing Shakespeare's sonnets, converts it to an XML plist, and serves it to any client that requests the /plists/sonnets URL.
上面这个代码片段将包含莎士比亚十四行诗的字典的内容转变成一个XMLplist,并将其提供给任何请求此 /plists/sonnetsURL 的客户机。
This small code snippit takes the contents of the dictionary containing Shakespeare's sonnets, converts it to an XML plist, and serves it to any client that requests the /plists/sonnets URL.
上面这个代码片段将包含莎士比亚十四行诗的字典的内容转变成一个XMLplist,并将其提供给任何请求此 /plists/sonnetsURL 的客户机。
应用推荐