阅读The Java® Language Specification需要知道的英文单词
在任何情况下
Polymorphism https://docs.oracle.com/javase/tutorial/java/IandI/polymorphism.html
She mentioned how her uncle likewise had been questioned by the police.
她提到她的叔叔也遭警察盘问的事。
They submit only the data model or a portion thereof.
它们只提交数据模型或者其中的一部分。
predicate 断定
refers to 涉及到
thereof 由此
conceivable 可能的、想得到的、可相像的
counter-intutive 反直觉的
prerequisite 先决条件
in analogy to 类比于
orthogonal 直角的、正交的
eye-roll 翻眼
synthetic:综合的;合成的,人造的
1、Every work has to be preceded by the stage of planning, and the work that involves writing – first ofall.
任何工作的开展都需经历计划的过程,涉及到写作时更是如此。
2、He is the very man in whose pocket I found my lost money.
他就是那个我在他的口袋里找出我丢掉的钱的人。
3、which的用法
(1)It was the brick house.In that house we had our meeting.
第二句的in that house 告诉我们,句子连起来正确的选择是 in which :
It was the brick house in which we had our meeting
in which 一般可以用 where 代替:It was the brick house where we had our meeting
(2)I saw the table.On that table sat a beautiful antique lamp.
使用on which :I saw the table on which sat a beautiful antique lamp.
(3)The boss asked all of us a question.Only Tom had the right answer to the question.
使用to which
The boss asked all of us a question,to which only Tom had the right answer.
(4)when the transfer of control takes place, all effects of the statements executed and expressions evaluated (before the point from which the exception is thrown) must appear to have taken place.
翻译如下:当控制转移发生时,在抛出异常之前执行的语句和表达式的所有效果必须显示出来。
with respect to
(1)There is something of a chicken and egg problem with respect to(关于哪些方面) a reference architecture.
关于参考体系结构,还存在一些类似鸡和蛋的关系的问题。
(2)The user experience -- with respect to(在哪些方面) deploying patterns and managing virtual systems -- isconsistent regardless of the target platform.
不管使用哪一种目标平台,用户体验 —— 在部署模式并管理虚拟系统方面 —— 总是一致的。
6、has as
The Receiver has as a behavior port that handles the calls
Receiver 拥有一个行为端口去处理访问。
Logical constant wiki定义:https://en.wikipedia.org/wiki/Logical_constant
existential quantifier / universal quantification wiki定义:https://en.wikipedia.org/wiki/Existential_quantification
阅读The Java® Language Specification需要知道的英文单词的更多相关文章
- 阅读The Java® Language Specification需要知道的术语
Null Pointer Exception,简称NPE 在java中,static final修饰的是常量.根据编译器的不同行为,常量又可分为编译时常量和运行时常量. 举例说明吧 public st ...
- Java® Language Specification
Java™ Platform, Standard Edition 8 API Specification http://docs.oracle.com/javase/8/docs/api/ The J ...
- 笔记:Java Language Specification - 章节17- 线程和锁
回答一个问题:多线程场景下,有时一个线程对shared variable的修改可能对另一个线程不可见.那么,何时一个线程对内存的修改才会对另一个线程可见呢? 基本的原则: 如果 读线程 和 写线程 不 ...
- 如何从oracle官网中下载The java language specification(java 语言规范)
第一步: 第二步: 第三步:下面这个图在这个页面的下方,所以你只要一直往下看,直到看到下图的文字为止: 第四步: 第五步: 这样你就可以成功下载该java 语言规范的pdf了. 它直接下载的网址为: ...
- Java Language and Virtual Machine Specifications
The Java Language Specification, Java SE 8 Edition HTML | PDF The Java Virtual Machine Specification ...
- 如何阅读《ECMAScript 2015 Language Specification》
你不需要把<ECMAScript 2015 Language Specification>通读一遍,因为没那个必要. 阮一峰建议: 对于一般用户来说,除了第4章,其他章节都涉及某一方面 ...
- C# Language Specification 5.0 (翻译)第一章 引言
C#(念作 See Sharp)是一种简单.现代.面向对象并且类型安全的编程语言.C# 源于 C 语言家族,因此 C.C++ 和 Java 工程师们能迅速上手.ECMA 国际[1](ECMA Inte ...
- study java language
2016.11.30 1).About the Java Technology 2).The Java Language Environment: Contents
- The P4 Language Specification v1.0.2 Header and Fields
前言 本文参考P4.org网站给出的<The P4 Language Specification v1.0.2>的第二部分首部及字段,仅供学习:). 欢迎交流! Header and Fi ...
随机推荐
- 初尝2D骨骼动画编辑工具SPINE,并into Unity3D
一.SPINE使用 研究2D骨骼动画,CYou的朋友介绍我SPINE这个工具,开发自Esoteric Software的一款专门制作2D动画的软件,网络上的资料还很少,我这从半吊子美术技术的角度简单说 ...
- EBS请求查找运行详细信息
--查找运行请求时间,参数等(可以是某用户的,某个报表) select c.user_name, papf.full_name, b.user_concurrent_progr ...
- ASP.NET Core2调用Azure云上的PowerBI报表展示
在开发企业应用中,报表功能是当之无愧的重头戏,如何将数据通过合适的报表呈现出来成为每个项目人员必需面临的问题.而找到一款合适的报表往往都需要考率价格.开发.风格.支撑等因素.那么,我在这里给大家介绍一 ...
- mysqldump的简单使用
背景 需要搞mysql数据同步,从一台服务器把数据库同步到另外一台服务器上,如果折腾过的话,就知道有个这玩意--mysqldump,其实就是mysql自带的一个命令而已 操作步骤 1. 认识mysql ...
- 使用Jenkins容器构建时,关于maven项目settings.xml的位置
切记切记:必须要放在 /root/.m2/settings.xml,要不然Jenkins容器中执行mvn命令时settings会不生效
- 基于python 3.5 所做的找出来一个字符串中最长不重复子串算法
功能:找出来一个字符串中最长不重复子串 def find_longest_no_repeat_substr(one_str): #定义一个列表用于存储非重复字符子串 res_list=[] #获得字符 ...
- insert into 的另一种添加插入新行方式
语法 1 插入一行 insert into table (field1,field2.....) select value1,value2........; 2 插入多行 insert into ta ...
- ASP.NET添加Mysql数据源
在ASP.NET的数据源控件上添加mysql数据库连接,首先需要在windows系统下添加mysql的数据源才能在vs中添加数据源 1.在控制面板下打开系统与安全-->打开管理工具-->点 ...
- await使用中的阻塞和并发(二)
本文继续上篇未完成的讨论,通过将Lambda还原成最普通的代码段,来解释上篇提出的疑问.并更正上篇中一些不太正确的写法.最后会给出无需等待Async方法返回值时,对Async方法使用await的建议, ...
- python全栈开发_day31_OSI七层协议和c/s架构
一:OSI七层协议 应用层 =>表示层 =>会话层 =>传输层 =>网络层 =>数据链路层 =>物理连接层 二:c/s架构 b/s的本质也是c/s 手机端:好像cs ...