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的社区讨论和学习资源真的是太棒了,中文化也做得 ...
随机推荐
- Json知识总结
JSON对象是一个无序的"名称/值"对的集合它开始于“{”,结束于“}”.每一个属性名和值间用“:”提示,属性间用“,”分隔.一个数组开始于"[",结束于&qu ...
- json与jsonp应用及其他ajax数据交互方式
1.json是数据交换格式,使用实例如下: $.getJSON( '/manage/asset/asset_delByIds.action', { 'ids':id }, function(data) ...
- hibernate的主键生成策略
一共是13种,其中包括native native: 对于 oracle 采用 Sequence 方式,对于MySQL 和 SQL Server 采用identity(自增主键生成机制),native就 ...
- a链接onclick="window.location.href=在ie6上面无法执行解决
<a href="javascript:void(0)" onclick="window.location.href=document.getElementById ...
- oracle中修改表名
<<<备忘>>> answer1: ALTER TABLE old_table_name RENAME TO new_table_name;(大写为系统命令) ...
- python语法笔记(四)
1.对象的属性 python一切皆对象,每个对象都可能有多个属性.python的属性有一套统一的管理方案. 属性的__dict__系统 对象的属性可能来自于其类定义,叫做类属性:还可能 ...
- Linkclump – 批量打开多个链接[Chrome]
我的收藏 | 登录 首页 » Chrome » Linkclump – 批量打开多个链接[Chrome] 收藏 2 (1 votes) 青小蛙 on 2016.04.06. Linkclump 是一 ...
- OneProxy与其它数据库中间件的对比
OneProxy 优点 性能 缺点 闭源,被商业公司掌控,到时候随别人蹂躏 可维护性极差,缺乏友好的出错信息,光维护这个环节就被他人掌控 定价不明 有没有这样的公司? 大到10wtps,但是没人能理解 ...
- 基于cfx的webservice调用
一.简单的(结合Spring) 1. 新建一个web 项目,加入cfx所需要jar 2. 编写要发布的Web Service接口和实现类所需要jar 接口类 HelloWorld : import ...
- 第一堂java web课
一天的课程上完,虽然很累,但是因为自己的收获,所以我很开心. 第一节课老师带我们大家学习了HTML,学了很多标签,比如:html,head,body <html></html> ...