田静每日长难句分析

2024-01-28 18:48
文章标签 分析 每日 难句 田静

本文主要是介绍田静每日长难句分析,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

2020/5/24

一、长难句 

Now the nation's top parent court appears completely ready to scale back on bussiness-method patents, which have been controversial ever since they were first authorized 10 years ago.

二、分析思路

2.1  标点与连接词断开句子

Now the nation's top parent court appears completely ready to scale back on bussiness-method patents ,which have been controversial ever since they were first authorized 10 years ago.

2.2  简化主句

  • 去掉副词、冠词、名词所有格、形容词后得到主语parent court
  • 去掉修饰谓语的副词后得到谓语appears ready
  • 补语to scale back
  • 去掉介词短语
  • 得到主句parent court appears ready to scale back.

2.3  填充主句

  • 将修饰词或介词短语等融入子句

2.4  分析从句

  • 第一个为定语从句,就近原则,修饰前面的名词
  • 第二句为时间状语从句

2020/5/26

一、长难句 

Curbs on business-method claims would be a dramatic about-face,because it was the Federal Circuit itself that introduced suck patents with 1998 decision in the so-called State Street Bank case,approving a patent on a way of pooling mutual-fund assets.

二、分析思路

2.1  标点与连接词断开句子

Curbs on business-method claims would be a dramatic about-face,because it was the Federal Circuit itself that introduced suck patents with 1998 decision in the so-called State Street Bank case,approving a patent on a way of pooling mutual-fund assets.

2.2  简化主句

  • 这个主句很简单,没什么要简化的

2.3  填充主句

  • 没什么好填充的

2.4  分析从句

  • it was ... that ... 这是强调句式,去掉it was ... that ... 不影响句意
  • ,approving即逗号+doing这是修饰整个句子的标志,表示这个句子主语(the Federal Circuit)进行的动作

2020/5/30

一、长难句 

The Federal Circuit issued an unusal order stating that the case would be heard by all 12 of the court's judges,rather than a typical panel of three,and that one issue it wants to evaluate is whether it should "reconsider" its State Street Bank ruling.

二、分析思路

2.1  标点与连接词断开句子

The Federal Circuit issued an unusal order stating that the case would be heard by all 12 of the court's judges,rather than a typical panel of three,and that one issue it wants to evaluate is whether it should "reconsider" its State Street Bank ruling.

2.2  简化主句

  • 主语The Federal Circuit
  • 谓语issued
  • 宾语order
  • 非谓语动词stating遵循就近原则,修饰order

2.3  填充主句

  • 将修饰词或介词短语等融入子句

2.4  分析从句

  • that the case ... 挨着stating(动词陈述),动宾关系,是宾语从句
  • ,and 表示并列,前面的that从句跟着stating,那么and后的也要跟着,这对分析句子结构极其重要
  • that one issue it wants to evaluate is whether it should "reconsider" its State Street Bank ruling.这是主主谓谓结构,那么it wants to do表示定语从句

2020/6/1

一、长难句 

In his book The Tipping Point,Malcolm Gladwell argues that "social epidemics" are driven in large part by the actions of a tiny minority of special individuals,often called influentials,who are unusually informed,persuasive,or well connected.

二、分析思路

2.1  标点与连接词断开句子

In his book The Tipping Point,Malcolm Gladwell argues that "social epidemics" are driven in large part by the actions of a tiny minority of special individuals,often called influentials,who are unusually informed,persuasive,or well connected.

2.2  简化主句

  • 主语Malcolm Gladwell
  • 谓语argues
  • 宾语从句

2.3  填充主句

  • 将修饰词或介词短语等融入子句

2.4  分析从句

  • that "social epidemics" ... 挨着argues,动宾关系,是宾语从句,句子太长,则按照简化和填充主句的方式继续进行
  • who ... 挨着influentials,是定语从句

2020/6/2

一、长难句 

For a social epidemic to occur, however, each person so affected must then influence his or her own acquaintances, who must in turn influence theirs, and so on; and just how many others pay attention to each of these people has little to do with the initial influential. 

二、分析思路

2.1  标点与连接词断开句子

For a social epidemic to occur, however, each person so affected must then influence his or her own acquaintances, who must in turn influence theirs, and so on; and just how many others pay attention to each of these people has little to do with the initial influential. 

2.2  简化主句

  • 主语each person so affected
  • 谓语influence

2.3  填充主句

  • 将修饰词或介词短语等融入子句

2.4  分析从句

  • how many ... 这是一个从句,若到结尾发现有两个谓语动词,那么该从句必然在第二个谓语动词之前结束
  • who ... 定语从句,就近修饰acquaintances
  • how 引出的是主语从句,在has之前做主语

这篇关于田静每日长难句分析的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/654475

相关文章

MyBatis Plus 中 update_time 字段自动填充失效的原因分析及解决方案(最新整理)

《MyBatisPlus中update_time字段自动填充失效的原因分析及解决方案(最新整理)》在使用MyBatisPlus时,通常我们会在数据库表中设置create_time和update... 目录前言一、问题现象二、原因分析三、总结:常见原因与解决方法对照表四、推荐写法前言在使用 MyBATis

Python主动抛出异常的各种用法和场景分析

《Python主动抛出异常的各种用法和场景分析》在Python中,我们不仅可以捕获和处理异常,还可以主动抛出异常,也就是以类的方式自定义错误的类型和提示信息,这在编程中非常有用,下面我将详细解释主动抛... 目录一、为什么要主动抛出异常?二、基本语法:raise关键字基本示例三、raise的多种用法1. 抛

github打不开的问题分析及解决

《github打不开的问题分析及解决》:本文主要介绍github打不开的问题分析及解决,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录一、找到github.com域名解析的ip地址二、找到github.global.ssl.fastly.net网址解析的ip地址三

Mysql的主从同步/复制的原理分析

《Mysql的主从同步/复制的原理分析》:本文主要介绍Mysql的主从同步/复制的原理分析,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地方,望不吝赐教... 目录为什么要主从同步?mysql主从同步架构有哪些?Mysql主从复制的原理/整体流程级联复制架构为什么好?Mysql主从复制注意

java -jar命令运行 jar包时运行外部依赖jar包的场景分析

《java-jar命令运行jar包时运行外部依赖jar包的场景分析》:本文主要介绍java-jar命令运行jar包时运行外部依赖jar包的场景分析,本文给大家介绍的非常详细,对大家的学习或工作... 目录Java -jar命令运行 jar包时如何运行外部依赖jar包场景:解决:方法一、启动参数添加: -Xb

Apache 高级配置实战之从连接保持到日志分析的完整指南

《Apache高级配置实战之从连接保持到日志分析的完整指南》本文带你从连接保持优化开始,一路走到访问控制和日志管理,最后用AWStats来分析网站数据,对Apache配置日志分析相关知识感兴趣的朋友... 目录Apache 高级配置实战:从连接保持到日志分析的完整指南前言 一、Apache 连接保持 - 性

Linux中的more 和 less区别对比分析

《Linux中的more和less区别对比分析》在Linux/Unix系统中,more和less都是用于分页查看文本文件的命令,但less是more的增强版,功能更强大,:本文主要介绍Linu... 目录1. 基础功能对比2. 常用操作对比less 的操作3. 实际使用示例4. 为什么推荐 less?5.

spring-gateway filters添加自定义过滤器实现流程分析(可插拔)

《spring-gatewayfilters添加自定义过滤器实现流程分析(可插拔)》:本文主要介绍spring-gatewayfilters添加自定义过滤器实现流程分析(可插拔),本文通过实例图... 目录需求背景需求拆解设计流程及作用域逻辑处理代码逻辑需求背景公司要求,通过公司网络代理访问的请求需要做请

Java集成Onlyoffice的示例代码及场景分析

《Java集成Onlyoffice的示例代码及场景分析》:本文主要介绍Java集成Onlyoffice的示例代码及场景分析,本文给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要... 需求场景:实现文档的在线编辑,团队协作总结:两个接口 + 前端页面 + 配置项接口1:一个接口,将o

IDEA下"File is read-only"可能原因分析及"找不到或无法加载主类"的问题

《IDEA下Fileisread-only可能原因分析及找不到或无法加载主类的问题》:本文主要介绍IDEA下Fileisread-only可能原因分析及找不到或无法加载主类的问题,具有很好的参... 目录1.File is read-only”可能原因2.“找不到或无法加载主类”问题的解决总结1.File