Keep English Level-03
rule -- 统治,管理,规章,制度
ruling -- 裁决
ruler -- 统治者,尺子
district judge -- 地方法官
sweeping -- 一刀切的
haul --拉
overhaul -- 全面的,彻底的
immigration -- 移民
deport -- 驱逐
depor'tation
throw A into B -- 将A置于B
administer -- 治理,管理
administering a dense metro'politan
administrate -- 治理管理
adminstration -- n
minister -- 部长,大臣
prime minister -- 首相,大臣
dense -- 密集的
condense -- 压缩
density -- 密度
me'tropolis -- 政治,经济,金融中心
metro'politan -- 大都会
单词变长 -- 重音会向后移动
a+n+of = ns + of = some/many
poverty and crime -- 贫穷和犯罪
dominate --统治,支配,主导
dominant -a.统治的
trends dominated by potential buyers
govern -- 统治,管理
governer -- 政府官员
government -- 政府
the state-leved bodies -- 州一级的机构
entity -- 实体,部门
China is a huge political entity.
goven the profession -- 管理这个行业
profession --行业,职业
reign --统治,管理,君主
foreign -- 国外的
for -- 前面
reign of murder -- 恐怖统治
regulate -- (通过规章制度)控制,管理
regulate their owmn habits
regulator
regulation
code -- 法规,法典,密码,到的准则
to make itself subject to the code of conduct
subject to -- 服从于
law -- 法律,法规
lawful -- 法律的
lawyer -- 律师
attorney -- 律师
tear -- torn -- 撕
statute -- 法令,法规,条例,章程
bill -- 议案,法案,账单,广告,海报
The Bill of Rights -- 权利法案
bill = act -- 法案
propagate -- 宣传
effect -- 影响,效果,实现
price marked -- 明码标价的
newsagent -- 报刊亭
convenience stores -- 便利店
increase by/to -- 增加了/增加到
A come into effect -- A 开始生效
have a meaningful effect in -- 对什么有有益的好处
effective -- 有效性的
effcient -- 高效的
energy-effcient house --节能房
energy-saving house --节能房
result -- 结果,导致
A result from B-- 源自于
biases that result from cognitive constraint -- 认知受限导致的偏见
cogn -- cog -- 认知 两个辅音相连,前一个不发音
cognition --
recognize -- 认知,认识,辨别出
constrain -- 限制
constraint -- n 限制,约束
complain -- 抱怨
complaint -- n.抱怨
In your life,there will be at least one time that you forget yourself for someone,asking for no result,no company,no ownership,no love.Just ask for meeting you in my most beautiful years.
-- The Notebook<恋恋笔记本>
consequence -- 结果,后果,影响;重要性
long-term -- 长期的
short-term -- 短期的
hence = consequently -- 因此
outcome --结果,解决
income -- 收入
expense -- 支出
expenditure -- 支出
Keep English Level-03的更多相关文章
- New Plan!
很久无写过blogs,荒废得差不多了,在博客园虽开bolg 5年多,但由于自己工作的问题,从开始的热情记录,到冷却冰冻,再到现在重拾起来,有一番感受:从大学刚毕业的制作网页菜鸟,开始接触DIV,CSS ...
- Android5.0如何正确启用isLoggable(二) 理分析
转自:http://www.it165.net/pro/html/201506/43374.html 概要 在上文<Android 5.0 如何正确启用isLoggable(一)__使用详解&g ...
- scrollView and tableView
As we all know, tableView is the subclass of scrollView, tableView has every properties that scroll ...
- .net core 部署到 iis 步骤及报错解决方法
我写了一个Asp.net core mvc项目,但是部署在iis发生了502.5的问题一直解决不了. 环境 系统:最强Win10; 工具:轻巧VS Code; 各种百度bing都没有我要的解决方案,说 ...
- 网络基础配置--开启SSH,关闭Telnet
1.Telnet和SSH对比 1.1.TELNET 使用Telnet这个用来访问远程计算机的TCP/IP协议以控制你的网络设备相当于在离开某个建筑时大喊你的用户名和口令.很快会有人进行监听,并且他们会 ...
- My IELTS result has come out 我的雅思成绩出来了
Thanks to god, I finally get a score of 6.5, although my socres of listening and writing are only ...
- CC1,IceBreak,Hello world ,hello toastmaster
this is my first speech:icebreak in toastmaster,it is precious memory for me,this is first time that ...
- CV2
Education 2008-09 - 2012-07 Xian Peihua University English Junior CollegeTarget Jobs: Project Man ...
- [CSAPP]Bufbomb实验报告
Bufbomb实验报告 实验分析: level 0-3从test開始制运行,通过函数getbuf向外界读取一串内容(buf). Level 4 是通过參数-n,程序运行testn函数,调用getbuf ...
- H3C交换机telnet服务认证模式配置
以H3C交换机为例,介绍telnet服务的三种认证方式配置(none无需认证,password密码认证,scheme账户+密码认证) None认证模式配置步骤:[H3C]telnet server e ...
随机推荐
- vue3.3实验性新特性defineModel
子父之间使用v-model双向绑定数据,子组件每次都要写emit和props觉得麻烦? vue3.3新的实验性特性defineModel可以完全不写emit和props. 由于是实验性特性,所以需要配 ...
- Liunx--centos7服务器上 安装 jenkins,实现持续集成发布
1.下载并安装jenkins wget -v https://pkg.jenkins.io/redhat-stable/jenkins-2.176.3-1.1.noarch.rpmrpm -ivh j ...
- PBKDF2(Password-Based Key Derivation Function 2)算法
一.引言 在当今数字时代,保护用户数据和隐私的安全变得越来越重要.为实现这一目标,加密和密钥管理技术发挥着关键作用.PBKDF2(Password-Based Key Derivation Funct ...
- 【笔记-错误】springCloud-alibaba-feign集成sentinel的启动报错
背景 随着Spring Cloud Alibaba 2.2.0.RELEASE的发布,终于可以使用最新的Spring Boot和Spring Cloud. 现在的环境 依赖 版本 Spring Boo ...
- 红日靶场5-wp
红日靶场5 环境搭建 win7 账密及域 leo@sun 123.com sun\Administrator dc123.com 双网卡模拟内外网 外网网卡:192.168.130.150 内网网卡: ...
- 部署堡垒机6——配置Nginx及其他组件
Lina部署 cd /opt wget https://github.com/jumpserver/lina/releases/download/v2.28.7/lina-v2.28.7.tar.gz ...
- Pikachu漏洞靶场 Unsafe Fileupload(文件上传)
Unsafe Fileupload 文章目录 Unsafe Fileupload 1.client check 2.MIME type 3.getimagesize 1.client check 标题 ...
- SPSC Queue
在多线程编程中,一个著名的问题是生产者-消费者问题 (Producer Consumer Problem, PC Problem). 对于这类问题,通过信号量加锁 (https://www.cnblo ...
- fence的使用
一.创建一个集群及pcs安装 1.真机切换root用户下 2.打开PC管理器视图 1.安装pcs,关掉防火墙,重启pcs和下次开机自动启动pcs 1.创建一个集群,用户:hacluster:密码:re ...
- ajax与thymeleaf分别实现数据传输
小杰笔记篇: 1:第一种:利用Model和thymeleaf引擎来完成: Controller层: @CrossOrigin//解决跨域问题 @Controller public class User ...