Xcode中常见英文总结1

来源:互联网 发布:scala 数组截断 编辑:程序博客网 时间:2024/05/16 07:57

expression:    表达式

assignable:     赋值
variable:         变量+
redefinition:    重复定义
type:             类型
conflicting:     冲突项
invalid:          无效的
conversion:    转换
specifier:       说明符
indent:          缩进
operands:     运算对象、操作数
binary:          二进制

octal:八进制的
expected:      期望
logical:          逻辑
const :          常量
constant:      常量
statements:  语句
initialization:  初始化
condition:     条件
increment:    增量
index:          索引、下标
abbrev:        简写、缩写
alias:            别名,化名
modified:     修改/改进的
parameter:   参数
implicit:        隐含的
undo:          取消

cancel:         取消
redo:           重做
incompatible:不匹配的
duplicate:     重复
action:         行为
instance:      实例
modify:        修改
general:       普通的    in general:大体,一般来说
subclass:     子类
superclass:  父类
inherit:        继承
contents:    内容
primitive:    原始的
modify:      修改
ordered:     有序的
collection:   集合
dynamic:    动态的
querying:    查询
deriving:    派生
description:描述,描写
collection:    集合
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:解耦

programmatic:编程的
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:采用的/服从的协议 

0 0
原创粉丝点击