Gramar
一、And 并列关系(and)
in addition / and / similarly / likewise / as well as / besides / furthermore / also / moreover / too / not only ……but / even / besides this/that
二、Sequence 顺序 (then)出现的时候表示列举
first / initially / second etc/ to begin with / then / next / earlier/later / following this/that / afterwards
三、Consequence 结果 (so)前面是后面的结果 / 也就是这些词后面就开始给出结论了。as a result / thus / so / therefore / consequently / it follows that / thereby / eventually / in that case / admittedly
四、Contrast转折 (but)表对前面论述的转折 / 一般后面才是作者观点however / on the other hand / despite / in spite of /though / although / but / on the contrary/ yet / instead of / rather / whereas / nonetheless / in contrast
五、Certainty 确定 (of course)强烈的确定 / 后面是作者的坚定论点
obviously / certainly / plainly / of course / undoubtedly
六、Condition 条件/ 因为 (if )后面跟随着某种情况发生的前提或者是条件。if / unless / whether / provided that / Given that / for / so that / whether / depending on
七、Time 时间 (when )before / since / as / until / meanwhile / at the moment / when / whenever / as soon as / just as
八、Summary 总结 (in a word)作者的最后总结in conclusion / in summary / lastly / finally / to sum up / to conclude / to recapitulate 重述 / in short / in a word
九、Example举例 (for example)for example / for instance / just as / in particular / such as / namely
十、Reason原因 ( because)since / as / so / because (of) / due to / owing to / the reason why / in other words / leads to / cause
Gramar的更多相关文章
- boost.spirit之解析C++头文件
环境:win7_64旗舰版,VS2008 场景:C++与lua交互是比较繁琐的,当我们编写一个C++类后,如果要给lua使用,就必须写一个lua包装类,将lua与原始C++类关联起来.其实这部分代码编 ...
- 【翻译】LPeg编程指南
原文:http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html 译者序: 这个是官方的LPeg的文档.这段时间学习LPeg的时候发现国内关于LPeg的文章 ...
- PHP Laravel框架入门心得 | How to study PHP Laravel Framework
PHP有不少开发框架,其中比较出名的有Symfony和Laravel. 我说说我最近入门Laravel的感受和学习方法吧. 1.第一个感受是Laravel的社区讨论和学习资源真的是太棒了,中文化也做得 ...
随机推荐
- FLASH CC 2015 CANVAS (六)如何像FLASH那样实现场景(多canvas)
注意 此系列贴 为个人边“开荒”边写,所以不保证就是最佳做法,也难免有错误! 正式教程会在后续开始更新. swf 项目中,我们可以很容易在一个fla文档里创建多场景.也可以通过多个fla文件发布多个s ...
- js跨域问题的解决
js提交请求给别的应用实例或者别的服务器,由于同源策略,存在js跨域的情况,我所知道两种处理方式: 1.jquery ajax+jsonp <script type="text/jav ...
- HTML5结合百度地图API创建地图应用
具体的百度地图API的使用方法查看百度地图API里的DEMO <style> #div1{ width:400px; height:400px; border:1px #000 solid ...
- PKCS #1 RSA Encryption Version 1.5
PKCS #1 RSA Encryption Version 1.5 在进行RSA运算时需要将源数据D转化为Encryption block(EB).其中pkcs1padding V1.5的填充模式 ...
- 针对ASP.NET页面实时进行GZIP压缩优化的几款压缩模块的使用简介及应用测试!(附源码)
在介绍之前,先简单说一说ASP.NET服务端GZIP压缩模块的作用及工作原理,很多人编写网页的时候页面因为使用了大量的JS特效又或者放置很多大型动态广告导致了页面或脚本体积庞大,通常都会使用一些压缩工 ...
- windows下重新安装TCP/IP协议栈
一.windows重装TCP/IP协议 前两天在windows下安装开发环境的时候,把系统的TCP/IP协议栈给搞跪了,导致系统无法ping localhost.无法在程序中创建socket等 ...
- 用RestTemplate碰到的问题
给请求加上头信息 Request request = new Request(); HttpHeaders requestHeaders = new HttpHeaders(); requestHea ...
- GreenPlum简单性能测试与分析
版权声明:本文由黄辉原创文章,转载请注明出处: 文章原文链接:https://www.qcloud.com/community/article/195 来源:腾云阁 https://www.qclou ...
- Technical notes fornight
1.8.2016 Royal trumpeters heralded the beginning of the annual ceremony, as Norway's royal family an ...
- 图像处理JPEGCodec类错误问题 毕业设计遇到的问题
图像处理JPEGCodec类已经从Jdk1.7移除 2014-06-16 20:01:26 分类: 架构设计与优化 著名测试工具jira在使用图像处理JPEGCodec类会报告以下信息: 我是这样用 ...