File System Programming Guide(生词

2018-09-25  本文已影响0人  陈_振

File System Programming Guide

本文的单词摘自Apple的官方文档,记录自己看文档时遇到的生词。

  1. overarching
    adj.首要的
    美 [,əuvə'rɑ:tʃiŋ]
    eg: the overarching goal is to make sure that the user’s files remain easily

  2. tampering
    v.篡改
    [[ˈtæmpərɪŋ]]
    eg: To prevent tampering, the bundle directory is signed at installation time.

  3. segregated
    adj. 被隔离的
    美 ['seɡriɡeitid]
    eg: files are segregated into "documents" and data.

  4. encrypted
    v. 把…编码;把…加密
    eg: Files Can Be Encrypted On Disk.

  5. decryption
    n. [通信] 解密
    [di:'kripʃən]
    eg: the system creates a decryption key that allows the app to access its encrypted files.

  6. robustness
    n.[计] 稳健性;
    美 [ro'bʌstnɪs]
    eg: Synchronization Ensures Robustness in Your File-Related Code

  7. simultaneously
    adv. 同时地
    美 [saɪməl'tenɪəsli]
    eg: For most tasks, it is safe to use the default NSFileManager object simultaneously from multiple background threads.

  8. concatenating
    v. 把…连在一起
    eg: For most URLs, you build the URL by concatenating directory and file names together using the appropriate NSURL methods until you have the path to the item.

上一篇 下一篇

猜你喜欢

热点阅读