美文网首页JC专题
iOS开发OC基础:Xcode中常见英文总结,OC常见英文错误

iOS开发OC基础:Xcode中常见英文总结,OC常见英文错误

作者: 一粒吗 | 来源:发表于2015-09-03 22:46 被阅读63次

    在开发的过程中难免会遇到很多的错误,可是当看到系统给出的英文时,又不知道是什么意思。所以这篇文章总结了Xcode中常见的一些英文单词及词组,可以帮助初学的人快速了解给出的提示。多练习,就肯定能基本掌握。

    expression:表达式

    assignable:赋值

    variable:变量+

    redefinition:重复定义

    type:类型

    conflicting:冲突项

    invalid:无效的

    conversion:转换

    specifier:说明符

    indent:缩进

    operands:运算对象、操作数

    binary:二进制

    expected:期望

    logical:逻辑

    const :常量

    constant:常量

    statements:语句

    initialization:初始化

    condition:条件

    increment:增量

    index:索引、下标

    abbrev:简写、缩写

    alias:别名,化名

    modified:修改/改进的

    parameter:参数

    implicit:隐含的

    undo:取消

    redo:重做

    cancel:取消

    octal:八进制的

    incompatible:不匹配的

    duplicate:重复

    action:行为

    instance:实例

    modify:修改

    general:普通的  in general:大体,一般来说

    subclass:子类

    superclass:父类

    inherit:继承

    contents:内容

    primitive:原始的

    modify:修改

    ordered:有序的

    collection:集合

    dynamic:动态的

    querying:查询

    deriving:派生

    description:描述,描写

    collection:集合

    programmatic:编程的

    a set of:一系列、一组

    overview :概述

    related 相关的

    declared in:声明在...(文件里)

    availability:可用的

    framework:框架、类库

    Conforms to:服从....协议

    Conforms :服从

    dynamic:动态

    term:条目

    exact:确切的

    membership:成员

    entry:条目

    consists of:由...组成

    unique:独特的、唯一的

    determined:决定

    conform to:服从,遵照

    protocol:协议

    distinct:不同的、独特的

    addition:添加、增加

    literals:字面量

    denote:表示,指示

    category:类目、分类

    concrete:具体的

    decouples:解耦

    KVC:Key-Value Coding:键值对编码

    Getting Numeric Values:获得一个数值

    Identifying and Comparing Strings:识别和比较字符串

    Replacing Substrings:替换子串

    Finding Characters and Substrings:查找字符和子串

    Dividing Strings:分割字符串

    Combining Strings:拼接字符串

    Getting C Strings:得到c语言的字符串

    Getting Characters and Bytes:获取字符或字节

    Getting a String’s Length:得到字符串的长度

    Writing to a File or URL:把内容写到一个文件或者URL里

    Creating and Initializing a String from a File:从文件里创建并初始化一个字符串

    Deprecated:弃用

    Creating and Initializing Strings:创建初始化字符串

    tasks:功能

    Adopted Protocols:采用的/服从的协议

    相关文章

      网友评论

        本文标题:iOS开发OC基础:Xcode中常见英文总结,OC常见英文错误

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