美文网首页
File System Programming Guide(生词

File System Programming Guide(生词

作者: 陈_振 | 来源:发表于2018-09-25 20:41 被阅读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.

相关文章

网友评论

      本文标题:File System Programming Guide(生词

      本文链接:https://www.haomeiwen.com/subject/wyhloftx.html