the third change day
2022.5.9
今日名言:青春是一个短暂的美梦,当你醒来的时候,它早已消失的无影无踪。————莎士比亚
早起听了一堂听力课,感觉他教的挺好,准备跟着试试,快考试了,别来不及了。
听力技巧
开头三句一般没有
顺序原则
试听一致
同义替换
转折点后面肯定是考点
平均分配,6+6+6+6+1
倒霉原则
记得提前看选项
边做题边涂答题卡
泛听->精听->复听
阅读题
c->b->a
kla法则(注意同义词替换)
作文
背句子,不背全文
背单词
背模糊的单词
快速阅读
先看题干,后读原文,先易后难,一段对应一个题干
读文章技巧
直选要比排除好
scanning
从文章中找出答案的来源处
skimming
确定文章主题————反复出现的词
1.段落首末句
2.转折处
3.观点句
尤其是当段落的首句是观点句或、段落的首句带有转折、当段落的首句是观点句还带有转折————一定有答案。
翻译
关键在正确
成句完整的句子
几个生词
plunge 骤降
slumpe 坍落
currency 货币,通货,流行
asset 资产
几个好句
1.to write chinese name with red ink is regarded as a offensive behavior ,红墨水写中国人的名字被看做一种冒犯行为
2.Being positive with the endeavor to fight against the Covid-19 crisis.相应国家号召,积极配合疫情努力。
3.This great spirit will be inherited by future generations,I firmly believe ,and will be alive forever(immortal) 我坚信这种精神将代代相传,永垂不朽
4.No mattter how strong the enemy is and how how tough setbacks are ,we will carry the fight to the end.无论敌人多么强大,困难多么艰巨,我们一定奉陪到底。
5.The war againdt the pandemic, without gunshots or fire smoke,is extremely severe,which demands us to confront virus ,doubts, fears, rumors and discrimination bravely.抗击疫情的战斗,没有枪声,没有硝烟,但却无比严峻,我们需要面对,病毒,怀疑,恐惧,谣言,和歧视
6.Defeated by setbacks in the past ,we will never surrender this time (although defeated by setbacks in the past ,we will never surrender this time)我们曾经被困难打倒,但这次我们绝不屈服
7.The desirable and positive habits matter a lot to the personal growth and success.良好的习惯对于一个人的成长和成功非常重要
8.Dr.Zhong Nanshan, the gaint and great hero of our times,seves as a shining ang fitting example here.终南山就是一位很好的例子
9.I come across a survey conducted by the Global Times conserning the topic of social morality, revealing(现在分词作定语)that almost all interviewees are of the idea that the awareness about social ethics should be enhanced and promoted, which is a promising start.(我看到《环球日报》就社会社会道德问题所作的一项调查,结果显示,几乎所有的受访者都认为社会道德应该得到提高和推广,这是一个良好的开端)
日常
- 100俯卧撑
- 第三天
the third change day的更多相关文章
- 代码的坏味道(10)——发散式变化(Divergent Change)
坏味道--发散式变化(Divergent Change) 发散式变化(Divergent Change) 类似于 霰弹式修改(Shotgun Surgery) ,但实际上完全不同.发散式变化(Dive ...
- [LeetCode] Coin Change 硬币找零
You are given coins of different denominations and a total amount of money amount. Write a function ...
- input事件与change事件
输入框的change事件: 必须等到输入框失去焦点的时候才会触发,鼠标在空白的地方点一下: 输入框的input事件: 在输入内容变化的同时,实时的触发,不需要等到失去焦点.
- Change the Target Recovery Time of a Database (SQL Server) 间接-checkpoints flushcache flushcache-message
Change the Target Recovery Time of a Database (SQL Server) 间接checkpoints flushcache flushcache-mes ...
- Change Line Type in OpenCascade
Change Line Type in OpenCascade eryar@163.com 关键字KeyWords:OpenCascade,Line Aspect, Line Type 在OpenCa ...
- 华硕笔记本U盘启动系统/WinPE报错。Windows failed to start. A Recent hardware or software change might be the cause.
最近在整一台华硕笔记本,大概有5年寿命了吧,质量还行,由于系统出了问题,打算用自制U盘WinPE进去修复一下.按照个人经验,在主板设置里启用了USB启动选项,并且设置USB启动顺序为第一个,可是进系统 ...
- You cannot change a partition into an extended one or vice versa Delete it first
在Linux扩展LVM时,使用fdisk创建分区时,在磁盘上新建扩展分区(逻辑分区),修改分区格式,指定分区类型为8e时,报错"You cannot change a partition i ...
- [WPF系列]基础 Listening to Dependency Property change notifications of a given Element
I want to share this great post from Anoop that shows a easy way to add a notification system to dep ...
- 鼠标的change事件
原本想着在<input>输入输入框中添加change事件,来实现对输入内容的限定. 当人们在使用时跟多的会直接去点击完成.所以完成按钮的点击事件会和change事件产生 冲突,所以我把验证 ...
- Fold Change和t分布
基因表达谱数据 基因表达谱可以用一个矩阵来表示,每一行代表一个基因,每一列代表一个样本(如图1).所有基因的表达谱数据在“gene_exp.txt”文件中存储,第一列为基因的entrez geneid ...
随机推荐
- Vue3学习笔记
为什么需要Composition API ? 主要原因:当一个组件的变得逻辑复杂的时候,痛点:多种逻辑代码被分散到组件的各个部分,比如代码的相关逻辑可能会在 data: {...},computed: ...
- go-bindata安装问题
问题描述使用命令 go get -u github.com/jteeuwen/go-bindata/... 报错: go get -u github.com/go-bindata/go-bindata ...
- laravel 导入导出(实际上还是php代码实现)
1.导出 public function excel(){ $data=User::all(); $data=json_decode(json_encode($data), ...
- HTML clean input cache
.html <input type="search" autocomplete ="off" />
- OpenEuler 中C与汇编的混合编程
2.5.1用汇编代码编程 将C代码编译成汇编代码 C代码: /**********a.c file********/ #include <stdio.h> extern int B(); ...
- 训练题——ADC读取温度
Author:XuanYu 利用ADC测量单片机内部温度 废话不多说,直接开搞. 科普 先科普一下ADC(不是 AD carry!),ADC是模数转化器,就是模拟信号转换成数字信号的东西,通常的模数转 ...
- 20220712 第一小组 张明旭 JS学习记录
心情 今天是正式学习的第四天,感觉上午任务不是特别重,身心放松,知识点都掌握的不错:一到下午刚上课就画风突变,内容突然就男了,后来依旧是男上加男... 重点: 四大循环(理解) 内置函数(了解) 在s ...
- Sharp7与S7NetPlus 性能测试
介绍 Sharp7和都S7NetPlus是纯C#实现的基于以太网与S7系列的西门子PLC通讯的开源库.都支持.net core 跨平台可以部署在linxu, docker,windwos 中. 测 ...
- 【alive-progress】Python控制台输出动态进度条
简介 alive-progress是一种具有实时吞吐量和非常酷的动画新型的进度条python库. 使用 from alive_progress import alive_bar import time ...
- 关闭Google自动更新
一.禁用任务计划 二.禁用更新服务 三.重命名更新程序 首先找到谷歌浏览器的安装位置