plist

  • 网络属性列表文件;属性列表;永久缺陷表;参数表
plistplist
  1. View the source of the page to see the formatted plist .

    请参阅页面的源代码,查看格式化的plist。

  2. An XML plist is valid XML and most browsers will try to display it .

    XMLplist是有效的XML而且大多数浏览器都会试图显示它。

  3. Creating an iPhone application that dynamically reads and caches XML plist files from Google App Engine

    创建一个能从GoogleAppEngine动态读取并缓存XMLplist文件的iPhone应用程序

  4. After a plist has been downloaded once , subsequent data loads can be made directly from the disk .

    plist被下载一次后,后续的数据加载就可直接从磁盘进行。

  5. This URL gives you an edited , complete plist representation of Shakespeare 's sonnets .

    此URL给出的是一个编辑后的莎士比亚十四行诗的完整plist表示。

  6. But , for now , let 's look at how an iPhone app ingests this plist data to change the application data .

    但是,目前,让我们先来看看一个iPhone应用程序是如何接受此plist数据来更改应用程序数据的。

  7. When Sonnet starts , the RootViewController first attempts to load cached plist data from the disk .

    在Sonnet启动时,RootViewController先是试图从磁盘加载所缓存的plist数据。

  8. 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就位于其中,我们告知它从磁盘下载或拉取数据。

  9. The example code includes AppEngine Python code , the iPhone Objective-C client , and an example of how the data is transmitted via HTTP using the XML plist .

    示例代码包括AppEngine上的Python代码、iPhone的Objective-C客户端,还有数据如何使用XMLplist通过HTTP传输的例子。

  10. 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的位置和最近一次下载日期。

  11. 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的客户机。