一、通过Xcode入口,阅读apple官方文档,原汁原味;
依次点击:window -> developer documentation
里面有oc,swift多种语言文档,有uikit等多种框架;
二、词汇记录
// 苹果官方开发文档阅读
// object-c -> app frameworks -> uikit
// overview 概述
// accommodate 适应;调解; vary 变化,改变;
// derive 源于,起源;获得; modify 修改;
// application 应用程序;应用
// architecture 架构
// argue 争论,辩论; argument 争论;参数(传给函数的值)
// parameter 参数
// array 数组,阵列
// assemble 装配,集合; assembly 装配,集合;编译,汇编; assembled 装配的; assembly language 汇编语言;
// assert 断言;坚持;声称;主张;
// assign 指派;分配; dispatch 分派; distribute 分配; distributed computing 分布式计算;
// allocate 分配
// operator 经营者;操作员;运营商;话务员;行家; assignment operator 赋值运算符
// associated 相关的
// sequential 连续的;相继的; frequent 频繁的;常去; frequenter 常客; frequency 频率;
// atomic 原子的;不可分割的;
// attribute 属性,特质;归属,归于; attributed to 归功于
// audio 音频; video 视频;
// AI 人工智能 (artificial intelligence)
// achive 实现,到达
// append 添加,盖章;
// assume 假设
// assurance 担保,保证; insurance 保险; assure 担保,确保; guarantee 确保,保证;
// batch 一批,一次所制之量;分批处理; bitch 母狗,发牢骚;
// benefit 利益,得益
// viable 可行的,能生育的
// binary 二进制的,二元的; banary operator 二元操作符; unary 一元的; decimal 十进制的;
// block 块,语句块
// curly brace 大括号 curly 卷曲的 brace 括号 parentheses 小括号
// square bracket 方括号 bracket 括号
// breakpoint 断点
// bandwidth 带宽;
// boundary 边界,分界线;
// bubble 气泡,冒泡; bubble sort 冒泡排序;
// candidate 候选人,应试者; candidate key 辅键;
// character 字符;性格,特性;角色;
// check box 复选框
// declaration 公告,声明 declare 宣称
// derivation 推导,派生词,衍生品 deduction 推论 derived 导出的,衍生的
// hierarchy 层级,等级制度; inherit 继承; inheritance 继承机制;
// template 模板,样板 temporary 临时的,暂时的;临时工;临时雇员; pattern 模式;
// clipboard 剪贴板 clip 修剪
// combo 联合体,结合物;连招(游戏术语); combination 组合,结合;
// command line 命令行
// communication 通讯;交流;
// compatible 兼容的,能共处的;
// compile 编译 compiler 编译器
// concrete 混凝土的;实在的;具体的;有形的; abstract 理论的;抽象的;
// concurrent 并行,并发
// constraint 约束 construct 构件 container 容器 construcor 构造函数 restriction 限制,约束,局限;
// context 环境,上下文,来龙去脉 variable 可变的,多变的,变量的;变量;
// const == constant 不变的,永恒的,经常的;常数,恒量; static 静态的; dynamic 动态的;
// cursor 光标
// calculate 计算;
// circuit 电路,一圈,巡回; circular 循环的,圆形的; circle 圆,画圈;
// coaxial 同轴的; cable 缆绳,电缆;
// common 普通的,共同的;平民; comment 评论;
// complemental 补充的;
// correspond 符合,一致,响应;
// database 数据库 data structure 数据库结构
// dead lock 死锁 debug 调试 debugger 调试器
// defer 延期,推迟
// pattern 图案
// dialog 对话,会话,对话框
// direction 方向,指导; directive 指令; director 主任,主管,导演; instruction 指导;
// directory 目录
// document 文档,文件
// decrease 减少; increase 增加;
// demonstrate 证明,论证;示威; distinguish 区分,辨别;
// dependent 依靠的,从属的; generate 产生; independent 独立的;
// efficient 有效率的,有能力的; efficiency 效率;
// entity 实体,本质; facility 设施,设备;
// encapsulation 封装,包装;
// enumeration = enum 枚举,一一列举; enumerators 枚举器;
// equal 相等的; equality 相等; quality 质量; equivalence 等值,等价; equivalent 等价的;
// escape 逃避,逃跑,逃亡 escape code 转义码
// evaluate 评价,评估,求值; estimate 评估;
// exception 例外,异议,异常
// explicit 明确的,清楚的,详述的;显式的; implicit 隐式的
// expression 表达式
// element 要素;
// ethernet 以太网
// evolution 演变,进化论;
// exceed 超过;
// exclusive 独有的,排他的,专一的;独家新闻;
// execute 实行,执行,处死;
// firm 坚固的,牢靠的; firmware 固件; middleware 中间件;
// flexibility 灵活性,弹性;
// flush 发红,发光;冲洗,清理,刷新;脸红;
// fractal 分形,碎形 polymorphism 多态性
// fiber 纤维
// figure 数字;图形;计算;
// floppy 松软的,懒散的,邋遢的;
// formula 公式;准则;配方;
// general 一般的,普通的;大体的,综合的;一般,常规;将军,上将; generic 泛型,一般的,通用的; ordinary 常规的;
// algorithm 算法 generic algorithm 通用算法
// getter (相对于setter赋值函式) 取值函式
// clause 条款;[计]子句; statement 语句; subscript 下标,脚注;
// GUI 图形界面 (graphical user interface)
// handle 手柄;处理;
// heap 堆 hook 钩子
// hyperlink 超链接 hypertext 超文本
// hit rate 命中率
// IDE 集成开发环境 (integrated development enviroment) integrate 使完整,一体化
// immediate 立即的,直接的,最接近的
// immutable 不变的; immutability 不变性
// implement 实施,实现; implementation 实现 (相对于declaration)
// import 导入,进口; export 导出,出口;
// infinite 无限的,无穷的,无数的,极大的; infinite loop 无限循环; infinite recursive 无限递归;
// infrastructure 基础设施,公共建设; re-direction 重定向 refactoring 重构,重整;
// direction 方向,指导; direct 直接的,恰好的;管理,指导; indirect 间接的;
// interacts 交互; interface 接口;
// invoke 唤起,调用;
// iterate 迭代 iterative 迭代的,反复的; Iterator 迭代器; iteration 迭代;
// illustrate 举例;阐明;图解;
// internal 内部的,内在的;
// kernels 核心,核心程序;
// laser 激光;
// literal 文字的,逐字的; literal constant 字面常数;
// globle 全局的 (相对于local区域的)
// manipulator 操纵器,操作者;
// marshal 元帅,司仪;排列,整理;
// mechanism 机制 machine 机器
// module 模块; modem 猫,调制解调器;
// nest 巢,窝; nested 巢状的;嵌套的;
// LAN 局域网(local area network)
// latitude 纬度; langitude 经度; latitudinal 纬度的; langitudinal 经度的;
// matrix 矩阵,模型,母体;
// message switching 报文交换
// maximum 最大的; minimum 最小的;
// monitor 监视器;
// multiple 多样的;
// object oriented 面向对象的;
// opaque 不透明的,不传热的,迟钝的;
// operating system 操作系统
// override 重新定义
// palette 调色盘,工具箱
// parallel 平行线,平行
// parse 解析
// performance 性能
// persistence 持久性
// pixel 像素
// pointer 指针,地址器
// poll 投票 vote 投票
// precedence 优先 precedent 在前的,在先的;先例; priority 优先权; routine 常规,惯例;
// prefix 前缀 suffix 后缀; principle 原理;原则;道义;本质;根源;
// prime 主要的,基本的;质数,素数; primitive 原始的; primary 主要的,基本的; principal 主要的;首长;
// procedure 程序,过程; procedural 程序性的,过程化的; process 进程; progress 进度;
// profile 侧面,轮廓,外形,简况;评测; profiler 评测器;
// programmer 程序猿; programming 程序,编程;
// property 属性; protocol 协议;
// pseudo 假冒的,伪君子; pseudo code 伪码;
// queue 队列; queen 女王;
// occupy 占有; occurrence 发生,事件;
// odd 奇数的; even 甚至;偶数的; optional 可选的,非强制的;
// peer 同龄人,同等地位的人;凝视,匹配; peer entities 对等实体;
// permit 准许;
// pipe 管; pipeline 管道;
// predicate 谓语; punctuation 标点;标点符号;
// purpose 目的,用途,意志;决心,企图,打算;
// radian 弧度
// radio 收音机 radio button 单选按钮暴露通讯录方法;
// random 随机的,随意的 random number 随机数
// reflection 反射,影像;
// robust 强健的
// schedule 调度 scheduler 调度器 scheme 计划,体制
// scope 范围,作用域; semantics 语义; syntax 语法;
// signal 信号 signature 签名 semaphore 旗语
// slot 槽,条孔,硬币投币口;
// snap 砰的关上,猛咬; snapshot 截图; split 分离,裂开;
// software 软件; hardware 硬件;
// stack 堆叠,栈;
// suspend 暂停,延缓,使悬浮,禁赛;挂起;
// thread 线程; thread safe 线程安全;
// transaction 交易,事务;
// transparent 透明的,显然的,坦率的,易懂的;
// traverse 穿过,遍历;
// trigger 扳机,触发;
// overflow 上溢; underflow 下溢;
// vector 矢量;航线,用无线电导航;
// virtual 虚拟的; actual = realistic 现实的
// valotile 易挥发的;
// wrapper 包装材料
// absence 缺席; absent 缺席的;
// redundancy 冗余; router 路由器;
// reliable 可靠的,可信赖的;
// similar 相似的; strict 严格的,精确的;
// strategy 战略;
// suppose 假定;
// sysmbol 象征; symbolic 象征的;
// terminal 终端;晚期的;
// horizontal 水平的; vertical 竖直的;
三、学英语还是得多读地道的英语文章,比如英语版新闻,给各位简友推荐个:
http://www.qqenglish.com
简友们有优质英文阅读网站,欢迎留言!